Author |
Message |
Topic: MQJMS2008: failed to open MQ queue exception |
msvpraveen
Replies: 4 Views: 19366
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 06, 2009 5:37 am Subject: MQJMS2008: failed to open MQ queue exception |
Well if it was truly a network problem it would have occured more than once and not just the first time every day (irrespective of time).
Thats what we couldn't understand. The only exception that ... |
Topic: MQJMS2008: failed to open MQ queue exception |
msvpraveen
Replies: 4 Views: 19366
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 06, 2009 1:05 am Subject: MQJMS2008: failed to open MQ queue exception |
I have an application in which we are connecting to a JMS queue.
Every day the first time we try to connect to the JMS queue it is throwing the following exception:
javax.jms.JMSException: MQJMS2008 ... |
Topic: Duplication of records using C++ API for MQ |
msvpraveen
Replies: 1 Views: 1838
|
Forum: IBM MQ API Support Posted: Wed Apr 19, 2006 2:47 pm Subject: Duplication of records using C++ API for MQ |
I am using C++ API of MQ client to connect to a MQ and get records.
I am using the ImqQueue data structure in C++ API and get method with options set to MQGMO_WAIT | MQGMO_FAIL_IF_QUIESCING and time ... |
Topic: Unable to post data to MQ Queue |
msvpraveen
Replies: 5 Views: 4039
|
Forum: IBM MQ API Support Posted: Wed Jul 20, 2005 10:01 am Subject: Unable to post data to MQ Queue |
Make sure you stop the requesting application, so that it's not actually reading anything from the reply queue - or at least for testing purposes, comment out the code that is supposed to get the re ... |
Topic: Unable to post data to MQ Queue |
msvpraveen
Replies: 5 Views: 4039
|
Forum: IBM MQ API Support Posted: Tue Jul 19, 2005 1:37 pm Subject: Unable to post data to MQ Queue |
No,there are no new messages in reply queue.
In the API it was specified that write and writeItem will return TRUE if
we are able to write to queue.I am not getting any return values for write or w ... |
Topic: Unable to post data to MQ Queue |
msvpraveen
Replies: 5 Views: 4039
|
Forum: IBM MQ API Support Posted: Tue Jul 19, 2005 7:51 am Subject: Unable to post data to MQ Queue |
I have a C++ program in which I am trying to get some data from a request queue and post the acknowledgement to a reply queue.I am able to get the data from the request queue.Though I am not getting a ... |
Topic: Getting error code 2035 when trying to connect to MQ server |
msvpraveen
Replies: 6 Views: 5512
|
Forum: General Discussion Posted: Thu Jul 14, 2005 4:15 am Subject: Getting error code 2035 when trying to connect to MQ server |
No double posting please.
I deleted your other post.
Sorry for that I thought I didn't properly post the earlier one.
Coming back to the question,if I set a user id and password in the program ... |
Topic: Error Code 2195 while trying to connnect to MQ Qmanager |
msvpraveen
Replies: 9 Views: 11373
|
Forum: IBM MQ API Support Posted: Thu Jul 14, 2005 4:04 am Subject: Error Code 2195 while trying to connnect to MQ Qmanager |
Finally I was able to solve the problem.The error was occuring because my Mqclient and code were not in the same machine and I was using shared libraries.But now I am getting 2035 authorization error. ... |
Topic: Getting error code 2035 when trying to connect to MQ server |
msvpraveen
Replies: 6 Views: 5512
|
Forum: General Discussion Posted: Wed Jul 13, 2005 5:50 pm Subject: Getting error code 2035 when trying to connect to MQ server |
Hi,
I have my MQ client installed on windows 2000 machine and my server is on mainframe.I am trying to connect to MQ using sample C++ programs provided with client.The program is getting conn ... |
Topic: Error Code 2195 while trying to connnect to MQ Qmanager |
msvpraveen
Replies: 9 Views: 11373
|
Forum: IBM MQ API Support Posted: Fri Jul 08, 2005 5:46 am Subject: Error Code 2195 while trying to connnect to MQ Qmanager |
I think 2195 from a C++ app just means a comms error.
Have you defined the MQSERVER env var?
Read the Clients manual to find out the different ways to connect a client.
Yes I have set the enviro ... |
Topic: Error Code 2195 while trying to connnect to MQ Qmanager |
msvpraveen
Replies: 9 Views: 11373
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 6:38 pm Subject: Error Code 2195 while trying to connnect to MQ Qmanager |
Look at the error logs on the server. You should find an FDC there. Try searching IBM's site using the ProbeID. Or else post the header part of the FDC here.
Cheers,
Eddie,
I am qu ... |
Topic: Error Code 2195 while trying to connnect to MQ Qmanager |
msvpraveen
Replies: 9 Views: 11373
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 5:38 pm Subject: Error Code 2195 while trying to connnect to MQ Qmanager |
Hi,
I have an MQ Server installed on a windows machine and my MQ client installed on another machine.I am trying to connect to a channel on MQ server from the MQ client machine using a C+ ... |