cancel
Showing results for 
Search instead for 
Did you mean: 

Queue Status-Queues stoped in SXMB_MONI

Former Member
0 Kudos

Hi Experts,

I am doing PROXY to JDBC scenario, in that data is coming from ECC to PI (7.1), but in PI SXMB_MONI flag status it is showing is " Receorded for Outbound Processing" and in Queue Status it is stopped the queues. I tried to unlocking the queues and De-Register and Register the queus in SMQ2, but still the problem is same. when i click on that message getting the below error message.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>

<SAP:P1>503</SAP:P1>

<SAP:P2>Service Unavailable</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error while sending by HTTP (error code: 503 , error text: Service Unavailable) (See attachment HTMLError for details)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

Please suggest me how can i resolve this problem.

Regards,

Pasi.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

You may have to have your Basis Team check the Queue Scheduler job and deregister/register the queues in SMQR.

Thanks

Rajeev Gupta

former_member194786
Active Contributor
0 Kudos

Hi Pasi,

I am assuming you are getting this error in ECC system. If that is the case, please check if the HTTP service is running in PI.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi,

I am getting this error in PI SXMB_MONI and Queue Status also it is showing as Queue Stopped.

Please help me on this issue.

Regrds,

Pasi.

Former Member
0 Kudos

Hi Mr.

Take a look to this blog for HTTP Error 503:

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Probably, Destination service is currently unable to handle the request due to a temporary overloading or maintenance of the server or refuse connection

Former Member
0 Kudos

I tried with Locking, unlocking the queues, Resending the messages.

Regards,

Pasi.

Edited by: pasi s on Aug 30, 2011 1:26 PM

former_member472138
Active Contributor
0 Kudos

The problem is that not all Java services can be started by AS Java. Start the SAP

NetWeaver Administrator http://server:port/nwa and select Systems 􀃆 Start & Stop

􀃆 Java EE Applications. Choose u2018Retrieve Statusu2019 to get the information about the

status of the applications. Check if they are running, otherwise choose Start in the

lower part of the window.

Usually the Java Engine starts all services automatically.

Regards

Pothana

Former Member
0 Kudos

can any body give the suggestion to solve this issue.

this is very urgent issue.

Thanks in advance,

Regrds,

Pasi

Former Member
0 Kudos

Hi Pasi,

Try to refer 803145, 1605993

These specify that server is overloaded, And the below are the resolution steps,

Resolution steps:

- Make sure that the J2EE server is accessible. Check

the access to the Receive Servlet as described above.

- In the Visual Administrator, navigate to the "SAP XI AF Messaging" service and increase the value of the "pollAttempts" parameter to 100 in the "messaging.connections" property. Do this for all affected connections (AFW, MPA, JPR, RNIFAdapter, CIDXAdapter, BcAdapter). Restart the SAP XI AF Messaging Service and send the message again. Check that all adapter services are started. If required, increase the number of application threads (see related notes).

As of Support Package Stack 18 (XI 3.0) and Support Package Stack 09 (XI 7.0):

- In the Visual Administrator, navigate to the "SAP XI AF Core" service and increase the value of the "pollAttempts" parameter to 100 in the "messaging.connectionDefinition" property. Restart the SAP XI AF Core Service and resend the message. Check that all adapter services are started. If required, increase the number of application threads (see related notes).

Thanks,

Anudeep

Former Member
0 Kudos

Hi Pasi ,

This error comes if Adapter engine is not available .I think your java stack is down tell your basis guy to perform a java restart and then perform a full cache refresh . using link http://<host>:<port>/CPACache/refresh?mode=full

Regards,

Saurabh

monicabhosale
Active Participant
0 Kudos

Hello,

Try to restart/resend this message in sxmb_moni.

Monica

naveen_chichili
Active Contributor
0 Kudos

Hi,

503 status code does not imply that a server must use unavailable/overloaded. Some servers may wish to simply refuse the connection so please check if the target server is available and reprocess the message.

Regards,

Naveen