Posted: Wed Aug 23, 2006 5:59 pm Post subject: 2059 error causes asp page to hang.
Newbie
Joined: 23 Aug 2006 Posts: 7
Here's the scenerio:
1) C++ dll calls .connect() method to connect to q mgr.
2) when the listener is turn off it causes a 2059 error
3) When the dll is called from a vbscript running on the box there is not probkem...error progated up to the calling vbscript.
4) When the dll is called from an asp page the page just hangs. The line in the dll that it is dying on is the .connect() line.
Has anyone seen this behavior before? Any solutions?
I figured this one out. The queue manager name was passed to connection(). I guess there was issue trying to read the queue manager name from the chltbl file. I passed in the queue manager name the connect() returns immediatly with an error. No more hanging.
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