Author |
Message |
Topic: error 2017; disconnect() seems to be a problem |
anilm
Replies: 3 Views: 2659
|
Forum: IBM MQ API Support Posted: Thu Jul 31, 2003 6:49 pm Subject: error 2017; disconnect() seems to be a problem |
Sorry, I meant to write IsConnected() returns false.
What I do is first disconnect(), then check bool value of IsConnected(). This returns a false, so I assume that disconnect happens.
And we do ... |
Topic: ignoring errors in event log |
anilm
Replies: 2 Views: 1808
|
Forum: General IBM MQ Support Posted: Thu Jul 31, 2003 6:01 am Subject: ignoring errors in event log |
Yes, the event ID in this case is 9208. I tried this combination too.
Like:
Value Name 9208
Value Data ""
Value Name AMQ9208
Value Data 9208
......all combinations! but no success
Thanks
... |
Topic: error 2017; disconnect() seems to be a problem |
anilm
Replies: 3 Views: 2659
|
Forum: IBM MQ API Support Posted: Thu Jul 31, 2003 5:57 am Subject: error 2017; disconnect() seems to be a problem |
HI,
In our application, we are continuously trying to open-read-close a
queue manager connection. We are using MQSeries ver 5.2 and programming with C++.
Sometimes, we are doing this as much ... |
Topic: ignoring errors in event log |
anilm
Replies: 2 Views: 1808
|
Forum: General IBM MQ Support Posted: Wed Jul 30, 2003 9:57 pm Subject: ignoring errors in event log |
Hi All
I read some previous postings that explain how to ignore errors by adding in the error code in the registry.
On my Win2K system, the IgnoredErrorCodes key was not present.
I added this ... |
Topic: deciphering MQ errors in the NT Event Log |
anilm
Replies: 1 Views: 2950
|
Forum: General IBM MQ Support Posted: Wed Jul 30, 2003 5:06 am Subject: deciphering MQ errors in the NT Event Log |
Hi All
We are using MQSeries version 5.2.1 on Win NT. Although our applications run fine, there always are some errors logged in the
NT Event Log. (have pasted them below) Can anyone please exp ... |
Topic: CCSID issues when receiving messages |
anilm
Replies: 2 Views: 2376
|
Forum: IBM MQ API Support Posted: Tue Apr 01, 2003 5:04 am Subject: CCSID issues when receiving messages |
yes, we have lookied at the conversion pages and they are there.....and we have tried with channel conversion "on" in the solaris side.....still does not beat the problem.
cant see what we are not ... |
Topic: CCSID issues when receiving messages |
anilm
Replies: 2 Views: 2376
|
Forum: IBM MQ API Support Posted: Thu Mar 27, 2003 7:03 pm Subject: CCSID issues when receiving messages |
Hi All
Below is a description of our project, followed by the problem.
Brief Description:
In our project, we have a MQSI flow deployed on Sun Solaris (UNIX) environment that sends messages to a ... |