Christopher Wells

Forum Replies Created

Viewing 9 replies – 1 through 9 (of 9 total)
  • Author
    Replies
  • in reply to: decode the base 64 pdf file #67814
    Christopher Wells
    Participant

      Charlie,

      I know this is an old post, but the file writing snippet really helped me out.  Just starting to work with decoded PDF files myself.

      Thanks,

      Christopher Wells

      in reply to: leveraging base 64 encoding on outbound messages #83967
      Christopher Wells
      Participant

        Thanks for posting the template procs.

        Christopher Wells

        in reply to: Invalid MSI index -1 #84635
        Christopher Wells
        Participant

          With info from another thread, I was able to solve the issue.  I am leaving this thread here and posting my solution to make it easier for others to find the solution to this particular error:

                     set msgData [msgget $mh]

                     # Kill original message:

                     lappend dispList “KILL $mh”

                     # create new OB message

                      set mh2 [msgcopy $mh]

                      msgmetaset $mh2 DESTCONN $destConn  

                      msgset $mh2 $outboundMsg

                      lappend dispList “CONTINUE $mh2”

          I have not experienced the error since making these changes.

          Regards.

          Christopher Wells

          in reply to: Creating a new message based on each OBR #83477
          Christopher Wells
          Participant

            Thanks for posting this solution.  It helped me out with a coding issue I was having when creating multiple OB messages from one IB. I was getting an ‘Invalid MSI index -1’ error.  Bottom line, I was not killing the original message.

            Christopher Wells

            in reply to: GM 6.1.1 SMAT search error #83701
            Christopher Wells
            Participant

              Thanks for the input.  We have already opened a ticket, but it does not sound like we have made it as far along as you.  Our ticket is Incident 9342532.  If you will give me your ticket number, I’ll post it to our incident.  Perhaps if we cross-reference our incidents it will get more attention.

              Regards,

              Christopher Wells

              in reply to: Cloverleaf 6 SMAT files forced .old rename #78746
              Christopher Wells
              Participant

                Peter,

                Have you opened up a ticket with Infor support on this yet?  We’re planning to upgrade to 6.0 soon and are VERY interested to avoid this issue ourselves.  

                Also, for both of you, what platform/OS version are you running on?

                Thanks for the information,

                Christopher Wells

                in reply to: Cloverleaf high availability crontab synchronization #78389
                Christopher Wells
                Participant

                  Thanks for mentioning the attachment didn’t post properly.  I’ve updated the original post.

                  Christopher Wells

                  in reply to: df alert problem #77457
                  Christopher Wells
                  Participant

                    Daniel,

                    Just noticed your reply.  Sorry for the late response.  It turned out to be a malfunction of the monitor daemon that was setting off the alert erroneously.  Bouncing the monitor daemon fixed it.

                    Thanks,

                    Christopher.

                    Christopher Wells

                    in reply to: message throttling #71089
                    Christopher Wells
                    Participant

                      Thanks Troy, this is just the info I needed. Very helpful. 🙂

                      Regards,

                      Christopher Wells

                    Viewing 9 replies – 1 through 9 (of 9 total)