Author |
Message |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Fri Aug 30, 2002 5:37 am Subject: MQ 2018 RC - hConn not valid |
quite possibly going to seek support from IBM, we cannot get any pcf working and it appears it could be an setup/authority issue, does anyone know anything about such. thank you. |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Fri Aug 23, 2002 10:20 am Subject: MQ 2018 RC - hConn not valid |
okay...i went ahead and wrote another simple app that just puts a msg on a queue and the connection handle is also 0, so I guess it is valid having a vlaue of 0...back to the drawing board. |
Topic: MQAI on AS400 MQ 5.2? |
ryno
Replies: 0 Views: 1637
|
Forum: General IBM MQ Support Posted: Fri Aug 23, 2002 4:21 am Subject: MQAI on AS400 MQ 5.2? |
is it possible to use the MQAI instead of straight PCF cmds on the AS400 5.2?? thanks I have yet to see it. |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Thu Aug 22, 2002 7:59 am Subject: MQ 2018 RC - hConn not valid |
thanks for the rare reply, however Im not sure what you meant..I know being on the as400 you need not specify the Qmgr but no MCONN? how will it know what variable to use to hold the connection handle ... |
Topic: 2018 reason on MQOPEN |
ryno
Replies: 2 Views: 3159
|
Forum: General IBM MQ Support Posted: Wed Aug 21, 2002 9:20 am Subject: 2018 reason on MQOPEN |
having the exact same problem, the connection handle is 0 on the as400, can it have a hConn of 0? |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Wed Aug 21, 2002 8:00 am Subject: MQ 2018 RC - hConn not valid |
interesting.....
i threw a statement in the code to let me know what the hConn value is and it is 0 everytime.....(as400)
but, when i ran it on my win2k box, that runs it fine it rturned a value ... |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Wed Aug 21, 2002 3:50 am Subject: MQ 2018 RC - hConn not valid |
no one has run into this one? |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Tue Aug 20, 2002 6:11 pm Subject: MQ 2018 RC - hConn not valid |
the handle has to be valid if I get all good CC/RC on the MQCONN , right?? |
Topic: MQ 2018 RC - hConn not valid |
ryno
Replies: 7 Views: 7074
|
Forum: General IBM MQ Support Posted: Tue Aug 20, 2002 2:55 pm Subject: MQ 2018 RC - hConn not valid |
while testing the sample program AMQSAICQ.C that was supplied from IBM, I compiled the code, built the pgm file, but when running it i get a reason code of 2018---MQRC_HCONN_ERROR The connection hand ... |
Topic: Clear Queue pcf example |
ryno
Replies: 7 Views: 16273
|
Forum: General IBM MQ Support Posted: Fri Aug 09, 2002 12:42 pm Subject: Clear Queue pcf example |
sure, Java is my fav lang anyway. but this little project happens to call for C code- and on top of that Im a newbie at the MQ stuff. but hey, anything helps. thanks alot man |
Topic: Clear Queue pcf example |
ryno
Replies: 7 Views: 16273
|
Forum: General IBM MQ Support Posted: Thu Aug 08, 2002 11:56 am Subject: Clear Queue pcf example |
pcf sample code is so scarce and very vague for what little is out there, for any one of you MQ gurus out there, if I wanted to write a function in C, for the as400 that could clear a specific queue ... |
Topic: PCF commands, where are the replies??? |
ryno
Replies: 15 Views: 12815
|
Forum: General IBM MQ Support Posted: Fri Jul 26, 2002 3:56 am Subject: PCF commands, where are the replies??? |
You found the name in the what queue????
thanks |
Topic: PCF commands, where are the replies??? |
ryno
Replies: 15 Views: 12815
|
Forum: General IBM MQ Support Posted: Tue Jul 23, 2002 11:47 am Subject: PCF commands, where are the replies??? |
you bet, thanks alot
#define T2REMOTE_QNAME "Q2AIX" /* name of remote Q */
#define MAX_MSG_LENGTH 4194304 /* max length of Q messages*/
#define COMMAND_QUEUE "SYSTEM.ADMIN ... |
Topic: PCF commands, where are the replies??? |
ryno
Replies: 15 Views: 12815
|
Forum: General IBM MQ Support Posted: Tue Jul 23, 2002 10:12 am Subject: PCF commands, where are the replies??? |
Awesome, I sent a copy to you both to look at. I really appreciate it, I think im really close but missing something dumb. thank you |
Topic: PCF commands, where are the replies??? |
ryno
Replies: 15 Views: 12815
|
Forum: General IBM MQ Support Posted: Mon Jul 22, 2002 12:14 pm Subject: PCF commands, where are the replies??? |
I dont see any messages in the SYSTEM.DEAD.LETTER.QUEUE,
can I email you the program, maybe that would give you a better idea. thanks alot[/code] |