Author |
Message |
Topic: OTMA x'1A' |
Bhalchandra
Replies: 5 Views: 9744
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Feb 10, 2007 2:41 am Subject: OTMA x'1A' |
Problem detected.
LL-VELD value in IIH header was short than expected. |
Topic: "OTMA x'1A' |
Bhalchandra
Replies: 2 Views: 3643
|
Forum: IBM MQ Java / JMS Posted: Sat Feb 10, 2007 2:39 am Subject: "OTMA x'1A' |
Thank you Vitor.
Problem has been resolved. LL-VELD value was shorter than expected in IIH Header. |
Topic: OTMA x'1A' |
Bhalchandra
Replies: 5 Views: 9744
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jan 30, 2007 5:58 am Subject: OTMA x'1A' |
Can anybody tell me what does this error means?
Reason..................,
Code..................,00000146
Symbol................,OTMA x'1A' IMS detected error
How this can be handled? |
Topic: "OTMA x'1A' |
Bhalchandra
Replies: 2 Views: 3643
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 30, 2007 5:56 am Subject: "OTMA x'1A' |
Can anybody tell me what does this error means?
Reason..................,
Code..................,00000146
Symbol................,OTMA x'1A' IMS detected error
How this can be handled? |
Topic: MQRC_REMOTE_Q_NAME_ERROR |
Bhalchandra
Replies: 6 Views: 8002
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 25, 2007 9:36 am Subject: MQRC_REMOTE_Q_NAME_ERROR |
Thanks. Your advise is valuable for me.
The error at Mainframe side is:
Queue Manager......,Q3A2
Queue..............,DEAD.QUEUE.AC
,
Reply to Queue.....,
Queue Manager.. ... |
Topic: MQRC_REMOTE_Q_NAME_ERROR |
Bhalchandra
Replies: 6 Views: 8002
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 24, 2007 10:29 am Subject: MQRC_REMOTE_Q_NAME_ERROR |
To have more clarrity let me provide the MQ arch. set up:
Set up on UNIX BOX:
Qmanager : QTSGSI3
remote queue: TA.TA258I01
IBM set up
Qmanager : Q3T1
local queue queue: TA.TA258I ... |
Topic: MQRC_REMOTE_Q_NAME_ERROR |
Bhalchandra
Replies: 6 Views: 8002
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 24, 2007 7:05 am Subject: MQRC_REMOTE_Q_NAME_ERROR |
You were correct that the value reply to qmgr and reply to queue were blank causing the error.
This helped me to move one step forward. But this time Queue Type is appearing as Unknown type.
... |
Topic: MQRC_REMOTE_Q_NAME_ERROR |
Bhalchandra
Replies: 6 Views: 8002
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 23, 2007 10:56 am Subject: MQRC_REMOTE_Q_NAME_ERROR |
The requirement for this program is to send the IIH header and the valid user on the mainframe (K@ABC). This user is not present on the UNIX m/c.
MQPutMessageOptions are used
pmo.options = ... |
Topic: MQRC_REMOTE_Q_NAME_ERROR |
Bhalchandra
Replies: 6 Views: 8002
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 23, 2007 10:44 am Subject: MQRC_REMOTE_Q_NAME_ERROR |
I have written Java application which sends the messages to IBM mainframe from HP - UNIX remote queue. The messages are going well to IBM but they are rejected with reason code MQRC_REMOTE_Q_NAME_ERRO ... |