I am facing a strange problem while trying to access a queue manager using a MTS component. In my application there are two MTS components C1 and C2 written in VB. Component C1 resides on application server(Win 2K with SP2 and hotfix) while C2 resides on MQ server(Win 2K with SP2 and hotfix) . C1 interacts with database(Oracle 8i) to retrieve data and forms XML, then it passes that XML to C2 to put it as a message on a specified queue. After put is successfully done transaction is commited in C1. So my transaction spans accross machine boundaries. The problem comes in C2 as it returns a error code of 2195 and it hangs i.e it never aborts and control doesn't come back to C1.
The call from C1 to C2 goes via a proxy on application server i.e msi export of C2 from mqserver.
Is this problem related to some settings or system dll(s) bcoz it works fine on one server but it fails for other two MQ server ?
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