Author |
Message |
Topic: Why does my program seem to be using the MQSERVER envir var? |
JTski
Replies: 4 Views: 3005
|
Forum: General IBM MQ Support Posted: Tue Apr 27, 2004 3:57 am Subject: Why does my program seem to be using the MQSERVER envir var? |
Thanks fazz and JasonE for your input. After finally convincing the infrastructure group to let me get on the box and poke around I found that they had installed client 5.2 CSD 2 which was wrong. I ... |
Topic: Why does my program seem to be using the MQSERVER envir var? |
JTski
Replies: 4 Views: 3005
|
Forum: General IBM MQ Support Posted: Thu Apr 22, 2004 5:32 am Subject: Why does my program seem to be using the MQSERVER envir var? |
Hi all,
This past weekend the infrastructure group rebuilt my Windows 2000 server and my VB program that worked just fine before the rebuild now does not work.
Before the weekend here were the b ... |
Topic: MQPutAny message resulting in hex on the queue |
JTski
Replies: 4 Views: 3783
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2004 7:35 am Subject: MQPutAny message resulting in hex on the queue |
I used MQPUT instead of MQPutAny and all is working! Thanks for the info Jason, you caused my brain to function more clearly .... lol.
Thanks again. |
Topic: MQPutAny message resulting in hex on the queue |
JTski
Replies: 4 Views: 3783
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2004 7:28 am Subject: MQPutAny message resulting in hex on the queue |
Thanks Jason.
So apparently if I want to put a string message on the queue I have to use MQPut? Not MQPutAny? Your MQPut example seems to be the only example that placed on the queue the string ... |
Topic: MQPutAny message resulting in hex on the queue |
JTski
Replies: 4 Views: 3783
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2004 5:39 am Subject: MQPutAny message resulting in hex on the queue |
Hi all,
Can anybody recognize by my code below why when I look at the message i put on the queue it is in hex? Am I missing some options?
Private Sub MQUnivPut(tMsg As udtMsg, _
... |
Topic: Channel Table as a solution? |
JTski
Replies: 4 Views: 4257
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 5:21 pm Subject: Channel Table as a solution? |
I think my hopes were just crushed. I was surfing along and think I found the fact that on the client you cannot have more than one simple channel defined. Does that sound right?
Sound I can have ... |
Topic: Channel Table as a solution? |
JTski
Replies: 4 Views: 4257
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 5:04 pm Subject: Channel Table as a solution? |
----- Sorry for the dup post. Put this in another forum by accident. ------
Hi all,
MQSeries Client v.5.2 CSD08
Client and app running on W2K server
App written in VB6
Please excuse my ... |
Topic: Using a channel table |
JTski
Replies: 2 Views: 7575
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 4:03 pm Subject: Using a channel table |
Sorry, as a note, I changed the MQSERVER envir to match the info of the client and the meassage got to them with no issue. I guess I need a tutorial on how to setup that channel def table if that is ... |
Topic: Using a channel table |
JTski
Replies: 2 Views: 7575
|
Forum: General IBM MQ Support Posted: Thu Feb 05, 2004 4:00 pm Subject: Using a channel table |
Hi all,
MQSeries Client v.5.2 CSD08
Client and app running on W2K server
App written in VB6
Please excuse my complete ignorance but I have been planted into some MQSeries work that is a bit ov ... |
Topic: Allowing MQ to run wide open |
JTski
Replies: 10 Views: 6372
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 5:08 pm Subject: Allowing MQ to run wide open |
OK. I have done some more searching and want to provide some more info on my issue.
My program is an vb6.exe running as a service. The actual MQCONNXAny call is made out of a dll in a COM+ packag ... |
Topic: Allowing MQ to run wide open |
JTski
Replies: 10 Views: 6372
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 4:31 pm Subject: Allowing MQ to run wide open |
Hey guys. I got the vendor to run strmqtrc.exe on his linux server and capture trace data on the specific queue manager. He was able to see me come in, with all the correct credentials , but ... |
Topic: Allowing MQ to run wide open |
JTski
Replies: 10 Views: 6372
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 1:09 pm Subject: Allowing MQ to run wide open |
Please excuse my wording. I was not being smart or short with you. I was being sincere. "Thanks for your reply" was not meant to be a smart comment. Sorry about that. |
Topic: Allowing MQ to run wide open |
JTski
Replies: 10 Views: 6372
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 12:10 pm Subject: Allowing MQ to run wide open |
Thanks for the reply. I am using the client library. I have been told that the credentials being passed will be the credentials I have setup the service to run as. Keep in mind that this is a prod ... |
Topic: Allowing MQ to run wide open |
JTski
Replies: 10 Views: 6372
|
Forum: General IBM MQ Support Posted: Wed Feb 04, 2004 10:31 am Subject: Allowing MQ to run wide open |
As my status would indicate, newbie. But I have searched through the threads to try and find my answer but I have not.
I have a vb6 .exe, configured as a NT service on W2K server. I am attempti ... |