cancel
Showing results for 
Search instead for 
Did you mean: 

MQ activation

Former Member
0 Kudos

Hi all,

I am facing a problem in a scenario SAP->XI->MQ.

The file is sent from SAP to XI and passed to MQ.

Sometimes, I can see that XI is picking up the file but not sent to the queue pr.test.order.plantXXX. I can see the success message in SXMB_MONI, but nothing is written in the queue. When i activate and deactivate the receiver JMS adapter, the message gets written to queue.

Every week, the XI server gets restarted. I guess, after restarting the server, the queue connection or receiver Adapter gets inactive it seems..There are many receiver queues like this for which the same error occurs. So manually we have to go to each receiver JMS adapter and makes it active again.

Is there any long term solution for this?

Any ideas would be really appreciated.

Thanks in advance.

Deno

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Deno,

>>>>I can see the success message in SXMB_MONI

this only indicates that your message passed the IE

but then it is being passed to the AF so have a look

at the MessagingSystem monitor

http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp

what can you see over there, anything wrong?

Regards,

michal

Former Member
0 Kudos

Hi Michael,

I have seen the Adapter Framework messages..I can see the

Receiver communication channel as Red and message as Delivery of the message to the application using connection AFW failed due to the JMS channel id XXX is erroneous. Details : MQ JMS "Failed to create MQ manager for local host: DDFghur_f1".

Thanks,

Deno

MichalKrawczyk
Active Contributor
0 Kudos

Hi Deno,

>>>>MQ JMS "Failed to create MQ manager for local host: DDFghur_f1".

so you know the error - check it with your MQ people

maybe they will be able to debug the MQ

searching for this issue only

Regards,

michal

Former Member
0 Kudos

Do you also shut down the MQ Manager when you shut down XI? Maybe this is a timing problem and your queue manager is not active at the time XI is started and therefore the channel becomes erroneous until you re-activate it again.

Check for the downtime of your queue manager and compare it with the downtime of your your XI.

regards,

Peter