Author |
Message
|
CAT |
Posted: Wed Aug 02, 2006 5:15 am Post subject: Client Server |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
I currently have QMGR to QMGR where IMS can put messages to the remote queue through IMS bridge. I am looking at setting up a UNIX Solaris box as a Client. I created a SVRCONN channel, Alias Queue, Local queue, and ClntConn channel on the Unix box; we were able to send some messages from IMS through the Alias Queue to hit the target but immediately they are dequeued and end up on the Dead Letter Queue. We have never done this before and are wondering what we are missing. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 02, 2006 5:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What's the reason code in the DLH? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
CAT |
Posted: Wed Aug 02, 2006 7:55 am Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
I ran an MQVIEW JOB and only could see <DLH ........QTA1>
is this what you mean? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 02, 2006 8:03 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Indeed - some of those dots are a hex reason code explaining why the message has been sent to the DLQ (the full structure in the Application Programming reference - bytes 9 - 13 IIRC ). This should give you a fair clue about what's going on.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Thu Aug 03, 2006 12:37 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
There is a support pac (MO01) that can display the DLQ reason code in a more useful way. It also monitors the DLQ. |
|
Back to top |
|
 |
CAT |
Posted: Thu Aug 03, 2006 6:02 am Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
Good info, Looks like I can't use the mo01 as it is not for Mainframe(unless I missed it on IBM website), as for the code deciphering I found C4D3C840 00000001 0000012A D8E3C1F1 <DLH ........QTA1> Now I am looking in the manuals to decipher bytes 9-13. One question though, If I retry the messages and they go to the test Queue I set up, is it possible that production messages are being put to the test queue that only I know about? |
|
Back to top |
|
 |
zpat |
Posted: Fri Aug 04, 2006 12:29 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It works on mainframes DLQs, if you have the client attach feature. |
|
Back to top |
|
 |
CAT |
Posted: Fri Aug 04, 2006 5:05 am Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
Good info,
I am implementing SSL, my other channels use a security exit, if I put the certificates on the mainframe and use ssl on one channel does that require me to have my current channels changed from using the security exit to SSL, or can they work simultaneously? Thanks |
|
Back to top |
|
 |
|