Author |
Message |
Topic: Duplicate Queues Possible? |
bob8799
Replies: 3 Views: 2810
|
Forum: General IBM MQ Support Posted: Wed Dec 31, 2008 10:11 am Subject: Duplicate Queues Possible? |
Hmmmm.... thanks. |
Topic: Duplicate Queues Possible? |
bob8799
Replies: 3 Views: 2810
|
Forum: General IBM MQ Support Posted: Wed Dec 31, 2008 7:30 am Subject: Duplicate Queues Possible? |
Is it possible to have MQ automatically write to 2 queues at the same time without changing the code in the sender application?
Thanks... |
Topic: MQ Error Logs |
bob8799
Replies: 2 Views: 2558
|
Forum: General IBM MQ Support Posted: Wed Dec 24, 2008 12:35 pm Subject: MQ Error Logs |
Does anyone know why the client errors logs truncate the Program(…Program(MQViewer2005.exe)
…Program(iewer2005.exe)
…Program(r2005.vshost.exe)
All are obviously the same program.
Thanks ... |
Topic: AMQERRXX Log Question |
bob8799
Replies: 6 Views: 3269
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2008 9:22 am Subject: AMQERRXX Log Question |
So it's the process ID running from the client. Thought that might be what it was, but the decimal threw me off.
For "exerk", the line in the log is:
----- amqrfpta.c : 340 ----------- ... |
Topic: AMQERRXX Log Question |
bob8799
Replies: 6 Views: 3269
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2008 8:38 am Subject: AMQERRXX Log Question |
In the client error log there is a process number as:
Process(####.#)
Does anyone know what the number means? |
Topic: MQ 2035 Error On Discrete Connection Params |
bob8799
Replies: 1 Views: 5363
|
Forum: IBM MQ API Support Posted: Thu Dec 18, 2008 12:37 pm Subject: Solved |
What I didn't know what that using Environment.UserName overrides the MQSERVER variable. So for MQ's that use the Windows user to log in, you simply do not use the .UserID and .Password settings at al ... |
Topic: MQ 2035 Error On Discrete Connection Params |
bob8799
Replies: 1 Views: 5363
|
Forum: IBM MQ API Support Posted: Thu Dec 11, 2008 12:48 pm Subject: MQ 2035 Error On Discrete Connection Params |
In Windows, when I connect using the MQSERVER variable and just use...
mqQMgr = new MQQueueManager(txtMQMgr.Text);
...I can get a connection. But when I try to specify in .NET code as... ... |
Topic: MQ6 Explorer-Install |
bob8799
Replies: 2 Views: 2340
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 11, 2008 8:38 am Subject: Re: MQ Explorer |
Thanks for that reminder. I remember now that I had the full install CD last time I loaded MQ. This time I did not. |
Topic: Thread Pooling MQ Connections |
bob8799
Replies: 3 Views: 6037
|
Forum: IBM MQ API Support Posted: Wed Dec 10, 2008 9:51 am Subject: Re: Thread Pooling MQ Connections |
I am using MQ 6.0. Not sure if that makes a difference. |
Topic: Thread Pooling MQ Connections |
bob8799
Replies: 3 Views: 6037
|
Forum: IBM MQ API Support Posted: Wed Dec 10, 2008 8:34 am Subject: Thread Pooling MQ Connections |
In the .NET MQ manual the statement:
'If you require simultaneous access to the same queue manager from multiple threads within your program, create a new MQQueueManager object for each thread that ... |
Topic: Getting 2059 Errors |
bob8799
Replies: 6 Views: 13235
|
Forum: IBM MQ API Support Posted: Wed Dec 10, 2008 6:12 am Subject: Re: 2059 Error |
Thanks for the response. But after persisting to the admin., he found that I had the wrong IP address. Knew something wasn't right because I never got a 2059 before. |
Topic: Getting 2059 Errors |
bob8799
Replies: 6 Views: 13235
|
Forum: IBM MQ API Support Posted: Wed Dec 10, 2008 5:44 am Subject: Getting 2059 Errors |
I am accessing MQ via .NET and I get 2059 errors using the conncetion code:
----
MQEnvironment.Hostname = txtMQHost.Text;
MQEnvironment.Channel = txtMQChan.Text;
MQEnvironment.Port = Convert.ToInt ... |
Topic: MQ6 Explorer-Install |
bob8799
Replies: 2 Views: 2340
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 10, 2008 5:12 am Subject: MQ6 Explorer-Install |
I installed the MQ6 Client but the "Launch Websphere MQ Explorer" is grayed out. I am trying to access MQ via .NET, but am getting 2059 errors as well. I have the MQSERVER environ. variable ... |