BobbyD

Forum Replies Created

Viewing 10 replies – 1 through 10 (of 10 total)
  • Author
    Replies
  • in reply to: Linux uudedode "No `begin’ line" #86117
    BobbyD
    Participant

      I ran into this issue going from 6.1 to 6.2.  Our 6.1 is on AIX and our new 6.2 is back to Linux.

      We have been using this process on our previous Linux servers and CLV versions.  Only now have we run into it being an issue.  

      It seems everyone is spot on regarding it being an issue with 6.2.  Hopefully it has been reported.  

      We had PDF we were decoding and oddly enough deals with the same contents as Sandy’s.  

      I used a good chunk of Charlie’s logic from the Sandy TCL and was able to get it to work.  I did not need a lot off what Charlie supplied.  However, I like some of his other code that I did not really need, but preferred after seeing what he did 🙂

      For me all I had to do was change from using this:

      exec uudecode [filename or data here]

      to using the field with the data and:

      package require uuencode

      package require base64

      set decodeWF [lindex [uuencode::uudecode $DeCryptWF] 0 2]

      Thanks toa ll of you for reporting and looking into this!

      in reply to: PANIC: "0" issue…. #76114
      BobbyD
      Participant

        We opened a ticket up and maxed out logging, but could never narrow down what was the cause.

        in reply to: PANIC: "0" issue…. #76109
        BobbyD
        Participant

          I am still searching the forum, if I find an answer I will reply to this thread.

          in reply to: XML Invalid document structure #79877
          BobbyD
          Participant

            This was sitting with me and I had a tickle in my brain it may be the output schema.  After reading your findings and performing the same steps to confirm for my setup, I had the same failsuccess.  Thank you very much for taking the time to review this.  I am trying to use a CDA R2 schema.  I found there was one in “client/formats/xml” on our box, but I get the same error.  I’ll start a new thread about CDA.  Thanks again!

            in reply to: WebSphere MQ: Admin Queue Name #78714
            BobbyD
            Participant

              This answer provided by Infor Support satisfied our WebSphere team:

              in reply to: Tcl 8.4 documentation #67430
              BobbyD
              Participant
                in reply to: MQS – MQPUT MQCC_FAILED(2030:MQRC_MSG_TOO_BIG_FOR_Q) #78181
                BobbyD
                Participant

                  In case anyone else runs across this.  Here is what our websphere team sent to me: “I was able to recreate that error with rfhutil so it is not a problem in cloverleaf. I believe it is the transmission queue on MQ that is holding you up. The input queue into our Broker/MQ AIX environment has a max message length that will handle these documents; however, the transmission queue on the mainframe ZOS is not sufficient for this size.”

                  And they ended up increasing transmission queue/max message length to 4.19mb.

                  Smooth sailing now.

                  in reply to: MQS – MQPUT MQCC_FAILED(2030:MQRC_MSG_TOO_BIG_FOR_Q) #78180
                  BobbyD
                  Participant

                    I did not even think to see if this was MQ specific configuration versus a Cloverleaf configuration.  Still new to this game.  Now I now to check the web first  ðŸ˜€

                    BobbyD
                    Participant

                      Our servers are being upgraded to 2008.  I ran into this message: “Client Only install type is not supported on Windows Server 2008.  Host Server and Client install type will be installed.”

                      We are working fine on Win Server 2003 and Citrix. Never saw any odd message we we ran patches.

                      So the install did indeed install server and client. Not going to use or activate Server.

                      I went to run the latest patch and received the same message as you.  Removed the windows check and it installed.

                      Just started testing. Will reply to this thread if I encounter anything else.  We are on 5.8 (5.8.4.0P with patch).

                      in reply to: Xlate Config #70316
                      BobbyD
                      Participant

                        We are using 5.8 and I do not see this capability.  Maybe I am overlooking it?

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