|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Random error code 2058 |
« View previous topic :: View next topic » |
Author |
Message
|
bower5932 |
Posted: Thu Sep 09, 2004 7:01 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
adamocean |
Posted: Fri Sep 10, 2004 9:51 am Post subject: |
|
|
Newbie
Joined: 07 Sep 2004 Posts: 9
|
JasonE wrote: |
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 need to declare it like this?
JasonE wrote: |
As to the fdc - do you get that every time you see the 2058, if so its a different problem. Whats the call stack (the first section below the header block, NOT the trace bit) |
No, it looks like this is not related to the 2058 error.
+-----------------------------------------------------------------------------+
MQM Function Stack
xstServer
xstLoopReadingServer
xstConnectionRequest
xcsFFST |
|
Back to top |
|
 |
JasonE |
Posted: Sat Sep 11, 2004 6:03 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
The qmgr name is a 48 char character field, and defining it as a String makes it a bit dynamic in length. VB has a habit of putting it near page boundaries so if all 48 chars are not your string (ie come from the next page in memory) it can causes very intermittent problems - Usually an exception, but I have seen other problems as well.
Aside from that, it would be upgrade to a supported release, see if the problem persists and if it does take a trace and contact IBM support... |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|