Re: MQ Java Client NT Service and MQJE011 error

2003-07-14 Thread Vaic, Miroslav (CONS FIN, Trask, CONTRACTOR)
Title: RE: MQ Java Client NT Service and MQJE011 error Good morning. Several days ago I reported a problem with MQ in a Java service using MS SRVANY utility. There was a problem to connect to TCP/IP sockets: MQJE011 error. Thank to you all, who provided me with usefull advices. Now, we

Re: MQ Java Client NT Service and MQJE011 error

2003-07-04 Thread mikhail malamud
do not have the manual for reading MQseries trace files. I will follow up later. - Original Message - From: "Arvind Chaudhary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 1:22 AM Subject: Re: MQ Java Client NT Service and MQJE011 error Mi

Re: MQ Java Client NT Service and MQJE011 error

2003-07-03 Thread Arvind Chaudhary
Message- From: mikhail malamud [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 3:40 AM To: [EMAIL PROTECTED] Subject: Re: MQ Java Client NT Service and MQJE011 error Vaic - I am currently experiencing the same problem and have an open PMR with IBM in regards to it. I get MQJE001 under

Re: MQ Java Client NT Service and MQJE011 error

2003-07-03 Thread mikhail malamud
Title: MQ Java Client NT Service and MQJE011 error Vaic - I am currently experiencing the same problem and have an open PMR with IBM in regards to it. I get MQJE001 under slightly different circumstances though. Here is the set up I have.   Main thread launches n number of threads (agents

Re: MQ Java Client NT Service and MQJE011 error

2003-07-03 Thread McCarty, Brian
Title: MQ Java Client NT Service and MQJE011 error If you can’t get this java app to run as the service correctly, you can use the trigger monitor support pack (it’s very reliable) and it runs as a service.  Then you can have the java application be inserted in the process definition of

Re: MQ Java Client NT Service and MQJE011 error

2003-07-03 Thread Roger Lacroix
Hi, I have not used SRVANY but I know other people have, so here is a thought. How are you setting the MQEnvironment and MQQueueManager classes?  Where do get the values for the following?     MQEnvironment.hostname = ??     MQEnvironment.channel  = ??     MQEnvironment.port = ??     MQQueueM

MQ Java Client NT Service and MQJE011 error

2003-07-03 Thread Vaic, Miroslav (CONS FIN, Trask, CONTRACTOR)
Title: MQ Java Client NT Service and MQJE011 error Good morning to everybody. We are looking for a solution to a tough problem:   We prepared a program in Java using Java client MQ files (com.ibm.mq.jar). The program is working perfectly when run interactively, but we need it to run as an NT