cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to place Message into Websphere MQ

Former Member
0 Kudos

Hi All,

I am new to XI.

I have a requirement to place mesage into MQ Series.

While running I find below error.

Can anyone help me on this?

*<?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">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

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

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText> The requested application, AFW, is currently unavailable.

Details: No details available

</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 503 with the description Service Unavailable Error while sending by HTTP (error code: 503, error text: Service Unavailable)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

good

former_member192295
Active Contributor
0 Kudos

HI,

I think it is due to adapter level parameters problem, check with basis team for correct parameters. Meanwhile check with Target system for system configuration settings.

Former Member
0 Kudos

Can you explain what are the Adapter Parameters i need to check?

regards,

pachika

Former Member
0 Kudos

hi,

Can you please explain what are the parameters you have mentioned.Does the message is going tru HTTP protocol?

We also got the same error but not for the same scenario its a different scenario for that we enabled the https service from XI system then its started working.

Thanks,

Kalyan.

Former Member
0 Kudos

Thanks Kalyan for reply,

i am using JMS Adapter with details such as IP,Port,Channel,QName,Username and Pwd.

Also i have configured the Module with parameters for CSV file conversion.

thanks,

pachika,.

Former Member
0 Kudos

HTTP response contains status code 503 with the description Service Unavailable Error while sending by HTTP

regards,

pachika.

former_member183906
Active Contributor
0 Kudos

Check the following links:

503 Service unavailable

this is because of the server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.

Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.

you can go for the possible solution as mentioned below:

Because of J2EE application com.sap.aii.af.ms.app not active

1. Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine.

2. The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.

3. Refer SAP Note 803145,807000,791655

4. In Visual Admin, check if all the required services are running and start them, else restart the Java Stack in the XI server.

http://help.sap.com/saphelp_nw04/helpdata/en/64/351941edd5ef23e10000000a155106/frameset.htm

Restart the JDBC serveice in the visual admin or if you can restart the j2ee server....this is because of serivce not been able to process due to overloading.....

Edited by: ViJaYaNt JhA on Sep 15, 2008 12:09 PM