Author |
Message |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jun 26, 2003 4:00 am Subject: Periodic 2058 Error on MQCONN |
that is true unless you store those messages in a database, or archive file of some sort, which we do for compliance purposes.
but i still agree with what you are saying.
the problem is after a ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jun 26, 2003 3:19 am Subject: exactly! |
i believe that is exactly what was occuring on my end as well. that is why i put the delay timers in there after x amount of messages had processed.
your reply helps to confirm my theory on that.
... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Wed Jun 25, 2003 10:22 am Subject: never too late! |
hmm, interesting.
i've managed to get around the problem myself, but rather makeshiftly. basically what i did was just pull about 30 messages at a time, and then close the connection, wait a few s ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 11:26 am Subject: Periodic 2058 Error on MQCONN |
update: i thought removing the cluster would fix the problem, and i removed all remote connections to the Queue Manager from remote machines, hoping this would clear the TCP/IP error, and it has. but ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 9:29 am Subject: Periodic 2058 Error on MQCONN |
i just checked my error log and here is what showed up for the most recent occurance @@ represents information edited for security reasons:
01/30/03 12:34:14
AMQ9202: Remote host '@@' not availab ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 9:05 am Subject: Periodic 2058 Error on MQCONN |
thanks for the tips
i will check both log files and reply back shortly
in the meanwhile, i successfully processed 12,000 messages without occurance, and then the 2058 again. |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 5:35 am Subject: Periodic 2058 Error on MQCONN |
i disabled the connect/disconnect code, and every 58th message i receive, i get a Dr. Watson error. it's superceding my error checking, so i am going to disable Dr. Watson and see what i can come up ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 3:20 am Subject: Periodic 2058 Error on MQCONN |
that is what i thought too, however, it was running into an ActiveX error when using MQGET if the connection was left open for too long.
so i decided to close the connection after 50 messages, re-o ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Wed Jan 29, 2003 4:26 pm Subject: Periodic 2058 Error on MQCONN |
it is in server mode, and this particular program is written in VB
the program works fine for a random amount of messages, sometimes hundreds, sometimes thousands, and then it bombs out with the 20 ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Wed Jan 29, 2003 6:49 am Subject: Periodic 2058 Error on MQCONN |
yeh, that has been my experience too. however, i only have one queue manager on this machine.... and it's hardcoded in capital letters, and the queue name is also hardcoded in capital letters to matc ... |
Topic: Periodic 2058 Error on MQCONN |
tekn0wledg
Replies: 20 Views: 11711
|
Forum: IBM MQ API Support Posted: Wed Jan 29, 2003 5:25 am Subject: Periodic 2058 Error on MQCONN |
in a current application i am working on, i have a process which runs constantly and monitors the queue for messages, grabbing any that exist in the queue.
periodically, and it appears to be comple ... |
Topic: Getting Messages After Connecting via MQCONNXAny |
tekn0wledg
Replies: 8 Views: 4431
|
Forum: IBM MQ API Support Posted: Tue Jan 21, 2003 11:06 am Subject: Getting Messages After Connecting via MQCONNXAny |
ok i will try that tomorrow. thanks for the help. i will reply back notifying of whether this worked or not. |
Topic: Getting Messages After Connecting via MQCONNXAny |
tekn0wledg
Replies: 8 Views: 4431
|
Forum: IBM MQ API Support Posted: Tue Jan 21, 2003 7:42 am Subject: Getting Messages After Connecting via MQCONNXAny |
not another thread, rather another function within the same module.
here is the code i am using:
i can connect successfully to the remote server via the following code, and query the Queue Manag ... |
Topic: Getting Messages After Connecting via MQCONNXAny |
tekn0wledg
Replies: 8 Views: 4431
|
Forum: IBM MQ API Support Posted: Mon Jan 20, 2003 1:53 pm Subject: Getting Messages After Connecting via MQCONNXAny |
it's not a cluster queue, and the queue manager is a remote queue, but the queue i am looking to access, is obviously local to that remote machine.
i will post my code tomorrow, as i don't have it ... |
Topic: Getting Messages After Connecting via MQCONNXAny |
tekn0wledg
Replies: 8 Views: 4431
|
Forum: IBM MQ API Support Posted: Mon Jan 20, 2003 6:37 am Subject: Getting Messages After Connecting via MQCONNXAny |
yes i did issue an MQOPEN call after connecting. And i can query the queue and get back the Queue Manager name etc. the problem is, i guess i don't know how i am opening it for an MQGET. i try usin ... |