Author |
Message |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Thu Nov 16, 2006 8:31 am Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
Setting the NMQ_MQ_LIB environment variable seemed to fix the problem. I set it to the value "mqic32.dll" to indicate the .NET libraries are to connect as a non-XA client.
Thanks to al ... |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Mon Nov 13, 2006 7:02 pm Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
Thanks Wayne. I'll look for mo72_MQSC_Client_for_WebSphere_MQ. In the meantime, since I can't connect to the queue manager using that constructor does anyone have any insights, tests, etc?
For what ... |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Mon Nov 13, 2006 4:18 pm Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
I really, really don't mean to be difficult, but isn't the client table created based on the "DEFINE CHANNEL ('TOSERVER') CHLTYPE(CLNTCONN)..." section of the script? That's my understanding ... |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Mon Nov 13, 2006 6:58 am Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
Thanks for the clarification.
I have appended the results of running saveqmgr.exe at the end of this message. The queue definitions have been left out for the sake of brevity. And, yes, I know that ... |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Fri Nov 10, 2006 5:08 pm Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
Thanks for the reply hopsala, but I thought I pointed out that the client table works for the amqsputc.exe application. Given that, I believe it's safe to assume that the client table contains valid e ... |
Topic: 2058 - MQRC_Q_MGR_NAME_ERROR. |
mvcg
Replies: 12 Views: 15113
|
Forum: IBM MQ API Support Posted: Thu Nov 09, 2006 4:00 pm Subject: 2058 - MQRC_Q_MGR_NAME_ERROR. |
Hi,
Here's the setup...
I'm using a client table and have set environment variables to point to its temporary location:
MQCHLLIB=C:\
MQCHLTAB=AMQCLCHL.TAB
The sample application amqsputc.exe ... |
Topic: .NET Library 2010 Error |
mvcg
Replies: 1 Views: 2972
|
Forum: IBM MQ API Support Posted: Fri Aug 18, 2006 7:11 am Subject: .NET Library 2010 Error |
Hi All,
I can PUT 10MB messages onto MQ, but when I go to retrieve I'm getting a 2010 MQRC_DATA_LENGTH_ERROR. I'm referencing the DLL (v1.0.0.3)found in the bin subdirectory of my MQ installation dir ... |
Topic: Microsoft.NET |
mvcg
Replies: 76 Views: 74173
|
Forum: IBM MQ API Support Posted: Tue Nov 11, 2003 6:36 pm Subject: Microsoft.NET |
I posted this question as a different topic, but maybe someone here can help me. I wrote an application with the .NET Framework using MA7P that worked just fine. I installed CSD05 and now after connec ... |
Topic: Handle sharing difference between CSD05 and MA7P |
mvcg
Replies: 2 Views: 2450
|
Forum: IBM MQ API Support Posted: Fri Nov 07, 2003 12:10 pm Subject: A little addendum |
It appears that I'm getting the 2018 error even when the application isn't multithreaded. About as straight-forward as it gets...
In the consttuctor I create a new MQQueueManager (qMgr) instance, o ... |
Topic: Handle sharing difference between CSD05 and MA7P |
mvcg
Replies: 2 Views: 2450
|
Forum: IBM MQ API Support Posted: Fri Nov 07, 2003 10:41 am Subject: Handle sharing difference between CSD05 and MA7P |
Hi All:
I have a multithreaded application that used to work under MA7P. Now after upgrading to CSD05 (with .NET support) I get a Reason Code 2018 - MQRC_HCONN_ERROR when accessing the MQQueueManager ... |
Topic: MQ or .NET thread issue |
mvcg
Replies: 0 Views: 1760
|
Forum: IBM MQ API Support Posted: Wed Jul 02, 2003 2:51 pm Subject: MQ or .NET thread issue |
Hi All: I'm new to MQ development. I'm using the IBM .NET classes to access a local MQ Series queue manager. I'm creating a .NET application, in C#, that uses Remoting to allow a web application to pe ... |