I've been trying to understand someone else's code that uses MQSeries. Using Google, I could find many answers to my doubts. But there's one that's annoying me:
Somewhere in the code, I have this lines:
' this is vbscript - server
Set sess=Server.CreateObject("MQAX200.MQSession")
Set Cripto= Server.CreateObject("CriptoSerMQ.Cripto")
Set qmgr= sess.AccessQueueManager("QMSOLARIS2") ' Line 3.
The problem is that sometimes the 3rd line does not work in a Windows NT4.0 box. Calling it in a W2k server, it (apparently) always work. But in NT4, most times it hangs and does not pass to the next line.
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