Author |
Message |
Topic: MQJE018: Protocol error - unexpected segment type received |
MQ_adi
Replies: 6 Views: 10961
|
Forum: General IBM MQ Support Posted: Thu Jun 25, 2009 7:34 am Subject: MQJE018: Protocol error - unexpected segment type received |
Hi,
Sure.
I was calling MQ from a BPM application (PRPC/Pega). Internally it uses MQ java client. The ruleset version where I had defined rule to connect to MQ was incorrect. When I chnaged it to th ... |
Topic: MQJE018: Protocol error - unexpected segment type received |
MQ_adi
Replies: 6 Views: 10961
|
Forum: General IBM MQ Support Posted: Wed Jun 24, 2009 12:05 am Subject: MQJE018: Protocol error - unexpected segment type received |
Hi,
The problem is solved. it was basically to do with the way I was doing the API call.
Thnx |
Topic: MQJE018: Protocol error - unexpected segment type received |
MQ_adi
Replies: 6 Views: 10961
|
Forum: General IBM MQ Support Posted: Tue Jun 23, 2009 9:27 am Subject: MQJE018: Protocol error - unexpected segment type received |
Hi,
MQ Series verions is 6.0.2.3. That's the only error message that I could get from the application.
I don't have access to MQ logs, am trying to get it through system admin.
Thnx |
Topic: MQJE018: Protocol error - unexpected segment type received |
MQ_adi
Replies: 6 Views: 10961
|
Forum: General IBM MQ Support Posted: Tue Jun 23, 2009 8:59 am Subject: MQJE018: Protocol error - unexpected segment type received |
Hi,
We are using MQ to send and receive documents asyncronously. We use MQ client to communicate with queue manager.
In our pre-prod enviroment I am getting following error message while putting X ... |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Mon Apr 06, 2009 1:16 am Subject: MQException 2033 |
I have just noticed that my application is trying to get the pdf before document engine is putting in the output queue.
What are the parameters/configuration setting related to MQ which effect the pe ... |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Sun Apr 05, 2009 11:55 pm Subject: MQException 2033 |
Is there a possiblity of the msg id being converted to someother form ,due to which there is mismatch ?
What are the other thing that I can do to trouble shoot this problem? |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 9:43 am Subject: MQException 2033 |
Sure, I will try to be clear.
There are basically 3 queue.
Q1 - This is the request queue where the application puts the xml.
Q2 - This is the response queue, application get the message id.
Q3 ... |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 9:25 am Subject: MQException 2033 |
I agree that it's not a connectivity problem. |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 9:16 am Subject: MQException 2033 |
Re-changing the code,
I have setup MQ and document in different enviroment and it's works there |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 8:59 am Subject: MQException 2033 |
Hi,
IPPROCS count is 0.
I have same queue manager for input and output queue. If my application is able to connect to input queue, what would be reason for connectivity problem with output queue?
... |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 8:39 am Subject: MQException 2033 |
Hi,
Re-changes - I am sure that there were no code changes.
Thnx |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 8:37 am Subject: MQException 2033 |
Hi,
I think it - as the document is generated.
Thnx |
Topic: MQException 2033 |
MQ_adi
Replies: 20 Views: 27318
|
Forum: IBM MQ API Support Posted: Fri Apr 03, 2009 8:33 am Subject: MQException 2033 |
Hi All,
We are using MQ to interact with a document engine. The interaction is -
1. we put an XML file in input queue
2. a document engine picks up this XML, creates pdf and puts the pdf in an ... |