Posted: Mon Dec 26, 2005 4:36 am Post subject: MRC_UNEXPECTED_ERROR
Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
Hi all,
I am getting MQRC_UNEXPECTED_ERROR, when the queue manager, which my Java application is connecting to, goes down and then comes up after some time. The application tries to reconnect and receives MQRC_CONNECTION_BROKEN repeatedly, and then when the queue manager comes up, it receives MQRC_UNEXPECTED_ERROR. There is no abnormality indicated in the logs, and neither is any FDC created.
Can anyone give me any pointers as to how to resolve the situation? _________________ ...: 5|71+ph1|23 :...
When a queue manager to which an application has already connected goes down the application program still tries to use the old object handles.
What you should try and do is when the queue manager comes back up again make a new connection to the queue manager from your application and do not use the old connection handles. This should fix the problem _________________ Young techie
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