Author |
Message |
Topic: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
gsaluja
Replies: 7 Views: 4174
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2012 7:35 am Subject: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
So far we have done the upgrade of client to v7, but did not work
Continue to get 2195. |
Topic: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
gsaluja
Replies: 7 Views: 4174
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2012 7:05 am Subject: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
No error in the mq queue manager logs strangely.
Here is the piece of code where it throws the error.
msg = new IBM.WMQ.MQMessage();
this._queue.Get(msg, getOptions);
msgData = msg.ReadS ... |
Topic: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
gsaluja
Replies: 7 Views: 4174
|
Forum: General IBM MQ Support Posted: Mon Jan 30, 2012 1:19 pm Subject: MQ 5.3 clent giving error 2195 after server upgrade to 7.0 |
Server side upgrade done to 7.0
Client MQ5.3
Starting to get error 2195 |
Topic: AMQ6109: An internal WebSphere MQ error has occurred. |
gsaluja
Replies: 6 Views: 11199
|
Forum: IBM MQ API Support Posted: Sat Nov 17, 2007 12:25 pm Subject: logs at the time of faliure |
----- amqxfdcx.c : 728 --------------------------------------------------------
11/15/07 00:01:03
AMQ6118: An internal WebSphere MQ error has occurred (36)
EXPLANATION:
An error has been detect ... |
Topic: AMQ6109: An internal WebSphere MQ error has occurred. |
gsaluja
Replies: 6 Views: 11199
|
Forum: IBM MQ API Support Posted: Sat Nov 17, 2007 9:59 am Subject: AMQ6109: An internal WebSphere MQ error has occurred. |
Plan to do it on Q12008, but need to go past this problem |
Topic: AMQ6109: An internal WebSphere MQ error has occurred. |
gsaluja
Replies: 6 Views: 11199
|
Forum: IBM MQ API Support Posted: Fri Nov 16, 2007 8:05 pm Subject: AMQ6109: An internal WebSphere MQ error has occurred. |
FDC Header:
LVLS :- 530.12 CSD12 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IB ... |
Topic: MQ Reason Code 2063 |
gsaluja
Replies: 8 Views: 13570
|
Forum: IBM MQ API Support Posted: Wed Sep 26, 2007 5:29 am Subject: MQ Reason Code 2063 |
Thank you for yr warning. I am working with the mq admin to find a safer resolution. |
Topic: MQ Reason Code 2063 |
gsaluja
Replies: 8 Views: 13570
|
Forum: IBM MQ API Support Posted: Wed Sep 26, 2007 4:04 am Subject: MQ Reason Code 2063 |
Modified the channel to remove SCYEXIT(mqsecex(SecExit))
and is working now.
alter channel(APP.SVRCONN) CHLTYPE(SVRCONN) SCYEXIT('') |
Topic: MQ Reason Code 2063 |
gsaluja
Replies: 8 Views: 13570
|
Forum: IBM MQ API Support Posted: Tue Sep 25, 2007 4:19 pm Subject: MQ Reason Code 2063 |
Trying to run a program using SVRCONN and getting error 2063.
Checked the configuration, listener..both are ok
/opt/mqm/bin/runmqlsr -t TCP -p 1414 -m TKDSCSW31
error ...
2007-09-26 08:38:08,935 ... |
Topic: MQ failed to connect with reason code 2085 |
gsaluja
Replies: 3 Views: 7494
|
Forum: IBM MQ API Support Posted: Mon Aug 13, 2007 3:21 pm Subject: MQ failed to connect with reason code 2085 |
qmodel(CSW.CONTROL.MODEL.QUEUE) is existing.
This process was always running, and same software runs on otehr hosts |
Topic: MQ failed to connect with reason code 2085 |
gsaluja
Replies: 3 Views: 7494
|
Forum: IBM MQ API Support Posted: Mon Aug 13, 2007 2:48 pm Subject: MQ failed to connect with reason code 2085 |
C++ based service, using server connection. Error code 2085, while process tries to first create a dynamic queue and later static queue.
This service does run on the other hosts without any issues. N ... |
Topic: Error message |
gsaluja
Replies: 5 Views: 5210
|
Forum: IBM MQ API Support Posted: Thu May 04, 2006 3:33 pm Subject: Error message |
saw some of other links to similar suggestion to update the to CDS03 atleast. Will do and let you know. thank you |
Topic: Error message |
gsaluja
Replies: 5 Views: 5210
|
Forum: IBM MQ API Support Posted: Thu May 04, 2006 3:01 pm Subject: Error message |
no. this is a dynamic queue which gets created when a process starts. And is deleted once the service is stopped. |
Topic: Error message |
gsaluja
Replies: 5 Views: 5210
|
Forum: IBM MQ API Support Posted: Thu May 04, 2006 12:38 pm Subject: Error message |
Error while opening a dynamic Q
service logs:
-----------------------------------------------------------------------------------
000023:[04-May 15:39:25:297] In MQControlDequeue():: going to cal ... |
Topic: publish/subscribe - clearing subscriber queues |
gsaluja
Replies: 3 Views: 3248
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 10:40 am Subject: publish/subscribe - clearing subscriber queues |
Hi,
Is it possible to have a publisher remove all messages from a subscribers queue before publishing messages to that subscriber? If so, how?
I have a publisher application that on startup broad ... |