Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fredmath

    Socket programming on CICS - NUMSOCK vs MAXFILEPROC?

    We are running on z/os system are doing CICS socket programming. Once in a while we are getting an error : 24 (The socket descriptor table is full). We have set the NUMSOCK parameters of the CICS Listener CSKL to 18 and have the MAXFILEPROC set to 68. Do you know what is the parameters that...
  2. fredmath

    SSL Error on Channel: 'gsk_secure_soc_init' RC=-25

    We are implementing SSL encryption for one of our clients and we are getting the error mentioned above. What does it mean?
  3. fredmath

    SSL Encryption with MQ Series

    Hello, One of our MQ customers has requested encryption on our MQ channels and we've never done this before. This is what we believe needs to be done. Can anybody double check that we're not missing the boat. Both our customer and us are on an MVS platform and we plan to use RACF as our...
  4. fredmath

    How to diffenriciate 2 msgs with the same msg-id and correl-id?

    Hi Stevexff I want to retry because the main application may be temporarily unavailable to to non-related MQ problems and we do not want to penalize MQ customers that send persistant messages. The problem is not necessarily with the MQ message.
  5. fredmath

    MQ ACKnowledgement Problems

    We are experiencing a 5 minute delay when sending a reply message to another queue manager via distributed queuing. There is a lot of re-routing and address translation ("natting") before it's final destination. Our sender channel starts successfully, "last message" time stamp is 1 second...
  6. fredmath

    How to diffenriciate 2 msgs with the same msg-id and correl-id?

    stevexff Thank you, for your reply, really good. Only one concern, if I'm not going back at the begining of the Queue (Browse First)and I have a message that is rollback by started transaction, am I gonna be able to get it back with the Browse Next? Is there any potential problem of not going...
  7. fredmath

    How to diffenriciate 2 msgs with the same msg-id and correl-id?

    We have written our own MQ CICS listener (Cobol pgm). This listener is a long running task that "gets" (non destructive) a message with a browse-first and continues to browse-next until the queue is empty and starts back at the beginning. It then dispatches to the real application by starting a...
  8. fredmath

    CCSID=1208 (UTF-8) not converted correctly to CCSID=500 (IBM037)

    Kevin I tried and still doesn't work, I will try to make the MCA do the conversion. Thanks
  9. fredmath

    CCSID=1208 (UTF-8) not converted correctly to CCSID=500 (IBM037)

    I am receiving an XML message with UTF-8 encoding from a Unix machine. I am on OS/390, the CCSID of the message is 1208. My Qmgr is CCSID=500, when I am doing the MQGET with the MQGMO_CONVERT option it is doing the conversion from ASCII to EBCDIC but it does not decode the utf-8 character. Ex...

Part and Inventory Search

Back
Top