Author |
Message |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Fri Sep 10, 2004 9:51 am Subject: Random error code 2058 |
No, but intermittent 2058's or occasional traps have been known if you have coded something like
Dim x as String
x = "QMGR"
MQCONN(X, ...)
make sure it is Dim x as String * 48
ok, but why do I ... |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Thu Sep 09, 2004 6:04 am Subject: Random error code 2058 |
Is there a known bug with VB and Mqseries 5.2? |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 5:57 am Subject: Is this ok? |
+-----------------------------------------------------------------------------+
| |
| MQSeries First Failure Symptom Repor ... |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 5:18 am Subject: Random error code 2058 |
This is the error message.... In fact, in the log file, it looks like this message is happening all the time?
-------------------------------------------------------------------------------
09/07/ ... |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 4:57 am Subject: Random error code 2058 |
Does it definitely come from an MQOPEN call, or an MQCONN call?
Is your program in VB by any chance...
It looks like a MQCONN call and yes it is VB. <Insert embarrassed smiley here.> I'm n ... |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Tue Sep 07, 2004 7:48 am Subject: Random error code 2058 |
I'm sorry for the hundred questions... But why would this cause an error?
Sorry, Yes the QMNGR was running... |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Tue Sep 07, 2004 7:43 am Subject: Random error code 2058 |
I'm sorry for the hundred questions... But why would this cause an error? |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Tue Sep 07, 2004 7:33 am Subject: Random error code 2058 |
I'm honestly not sure, but it's very possible, could that have caused it? |
Topic: Random error code 2058 |
adamocean
Replies: 17 Views: 8443
|
Forum: IBM MQ API Support Posted: Tue Sep 07, 2004 7:19 am Subject: Random error code 2058 |
Hi,
I have a program that sends to a queue. The problem is, it doesn't work all the time? I get an error trying to open the queue sometimes.
mqseries 5.2.1 win2k
Thanks! |