Author |
Message |
Topic: [Solved] help with COA (confirm of arrival) and perl |
golemwashere
Replies: 5 Views: 4114
|
Forum: IBM MQ API Support Posted: Fri Jul 09, 2004 2:08 am Subject: It works!!! |
Hey it works !!!!
only with the 768 value though
do you know what's the decimal number for COA without data or where to find all the values?
Thanks a lot guys
you're great as always
Golem |
Topic: [Solved] help with COA (confirm of arrival) and perl |
golemwashere
Replies: 5 Views: 4114
|
Forum: IBM MQ API Support Posted: Mon Jun 14, 2004 2:50 am Subject: [Solved] help with COA (confirm of arrival) and perl |
Hello gurus,
I need help with this :
When my client is putting a message in a queue,I need
a COA message on another queue on the same queue manager...
This is the code snippet I'm trying to use ... |
Topic: [Solved] help with perl, MQCONNECT reason 2058 |
golemwashere
Replies: 3 Views: 2569
|
Forum: IBM MQ API Support Posted: Tue Jan 13, 2004 8:16 am Subject: use MQClient::MQSeries; |
actually it was just that!!!!
use MQClient::MQSeries;
thanks a lot again
Golem |
Topic: [Solved] help with perl, MQCONNECT reason 2058 |
golemwashere
Replies: 3 Views: 2569
|
Forum: IBM MQ API Support Posted: Tue Jan 13, 2004 8:03 am Subject: MQServer::Client |
Thanks!
It might be that!!!!!
ehm
looks like I can't find MQSeries::Client
I uncommented
# NOSERVER = 1
and rebuild the module (
make clean
perl Makefile.PL
make
make install)
but still ... |
Topic: [Solved] help with perl, MQCONNECT reason 2058 |
golemwashere
Replies: 3 Views: 2569
|
Forum: IBM MQ API Support Posted: Tue Jan 13, 2004 6:22 am Subject: [Solved] help with perl, MQCONNECT reason 2058 |
Hello,
I have a problem with some perl scripts
using this connection code
[code]
$qmgr = MQSeries::QueueManager->new
(
QueueManager => $qmgr_name,
ClientConn => { 'Cha ... |
Topic: help with perl + MQBEGIN + MQGET and MQPUT options |
golemwashere
Replies: 5 Views: 4509
|
Forum: IBM MQ API Support Posted: Wed Jan 07, 2004 4:09 am Subject: MQCLOSE dies |
Should'nt the MQCLOSE statement return a successful state code if executing properly?
all other statements (MQCONNECT, MQOPEN,etc...) never enter the die statement if successfully executing... |
Topic: help with perl + MQBEGIN + MQGET and MQPUT options |
golemwashere
Replies: 5 Views: 4509
|
Forum: IBM MQ API Support Posted: Tue Jan 06, 2004 10:39 am Subject: MQCLOSE |
for example,
I do an
MQCLOSE($HConn,$ObjDesc,MQCO_NONE,$CompCode,$Reason) or die(" MQCLOSE failed compcode: $CompCode reason: $Reason");
and the script die ... |
Topic: help with perl + MQBEGIN + MQGET and MQPUT options |
golemwashere
Replies: 5 Views: 4509
|
Forum: IBM MQ API Support Posted: Mon Dec 29, 2003 1:00 pm Subject: help with perl + MQBEGIN + MQGET and MQPUT options |
Hello,
I'd like to write 2 scripts which should
1) read from a MQSeries queue (with wait unlimited) and write to an oracle DB
2) read from Oracle and write to a MQSeries queue
I would like to u ... |