cancel
Showing results for 
Search instead for 
Did you mean: 

XI error

Former Member
0 Kudos

Hi all,

I have a SYSFAIL in my queues in smq2. When I click on SYSFAIL, I get the following error:

XI Error CLIENT_RECEIVE_FAILED.INTERNAL: Queue stop. Anyone encountered this before? thanks!

Regards,

IX

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor

>

> Hi all,

> I have a SYSFAIL in my queues in smq2. When I click on SYSFAIL, I get the following error:

> XI Error CLIENT_RECEIVE_FAILED.INTERNAL: Queue stop. Anyone encountered this before? thanks!

> Regards,

> IX

a reason why queue gets stopped is if the XI server (J2EE) is down during the message processing....you can refer my reply in the link given by Prakash....no need of deleting the Queue...

Answers (2)

Answers (2)

former_member732072
Active Participant
0 Kudos

Greetings Ignatius,

Please have a look at the following link which might have the answer to the problem

Best Regards

Edited by: Prakash Bhatia on May 18, 2009 5:03 AM

VijayKonam
Active Contributor
0 Kudos

It could be because your receiver was not online at that time. If you want to process the other message stuck in the q, stop the q, delete this item and them start the q again.

VJ