I have a sender channel in s/390 QMGR which communicates to Windows NT QMGR. The Disconnect interval that I have set to the sender channel is around 300 sec . After the expiry of this disconnect interval the sender channel is going to inactive state. I tried doing the following in s/390 side:
1. I set the trigger on the XMITQ( associated with the local definition of remoteq in NT) with trigger type as FIRST , with the process name as p1 and initiation queue as SYSTEM.CHANNEL.INITQ.
2. I defined the process P1 with the application type as CICS and application id as CKSG with the name of the sender channel in the USERDATA attribute.
3. The sender channel is in a inactive state.
Now when I put a message in the local definition of the remoteq , the sender channel is not getting started..
Could anybody help me in sorting out this problem?
We have made an entry in the channel definition file in CICS for this sender channel using CKMC transaction . But the problem is we don't know what connection name we have to give in the connection name attribute.
We are using MQseries along with CICS in our case. Do I need to set up anything in CICS side?
1. I set the trigger on the XMITQ( associated with the local definition of remoteq in NT) with trigger type as FIRST , with the process name as p1 and initiation queue as SYSTEM.CHANNEL.INITQ.
2. I defined the process P1 with the application type as CICS and application id as CKSG with the name of the sender channel in the USERDATA attribute.
3. The sender channel is in a inactive state.
Now when I put a message in the local definition of the remoteq , the sender channel is not getting started..
Could anybody help me in sorting out this problem?
We have made an entry in the channel definition file in CICS for this sender channel using CKMC transaction . But the problem is we don't know what connection name we have to give in the connection name attribute.
We are using MQseries along with CICS in our case. Do I need to set up anything in CICS side?