cancel
Showing results for 
Search instead for 
Did you mean: 

Applicaction Error while server proxy

Former Member
0 Kudos

Hi All,

I am doing Server proxy(JMS>PI->CRM). I am getting the messages in the moni(PI), its showing successful but the message(Values) are not updated in the CRM. I have checked SXMB_MONI in the CRM, here it is showing the error as APPLICATION ERROR. and i checked the proxy manually(Debugging) its woking fine.

Can any please help me whats the solution?

Thanks

Karthik.

Accepted Solutions (0)

Answers (4)

Answers (4)

sumesh_k2
Participant
0 Kudos

What are you coding inside the server proxy...are you calling any function module...etc..

Former Member
0 Kudos

Hi Sumesh,

Yes I developed one FM ZCRM_CRMD_ORDER_STATUS_CHANGE which has the some input parameters and status of Service ticket to be updated accordingly by the import parameters.

Error handling to take care of issues where not successful updated service ticket.

By using this fault class zcl_cx_aaaa_aaaa_fault to raise exceptions from crm.

Please help me on this.

Thanks

Karthik

jyothi_anagani
Active Contributor
0 Kudos

Hi,

APPLICATION_ERROR = Negative application acknowledgment An error occurred during message processing at the receiver.

For This Kindly Check this lnk

http://help.sap.com/saphelp_nwpi71/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm

http://help.sap.com/saphelp_nwpi71/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm

Thanks.

Former Member
0 Kudos

what does your Comunication Channel monitoring in RWB say?

Former Member
0 Kudos

Adapter type XI cannot be monitored in CC monitoring in RWB, he will not be able to see anything there. Even if he could, he would see the exact same message as SXMB_MONI.

Check SMQ1 & SMQ2 instead.

Regards,

Gökhan

Former Member
0 Kudos

Hi All,

I have checked SMQ1 and SMQ2. There is no messages struck in the queues. The messages are sent to the SAP system from PI. In the SAP sysetm i am checking the sxmb_moni tcode here it is showing the following below error like..

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Inbound Proxy --> <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""><SAP:Category>Application</SAP:Category><SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code><SAP:P1/><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMessage namespace="http://aaaaa/xi/CRM/fghhjj/100">BackOfficeFault</SAP:ApplicationFaultMessage><SAP:Stack>Application has thrown an exception

</SAP:Stack><SAP:Retry>N</SAP:Retry></SAP:Error>

Here i used the fault messages. Can any one please help me how can i resolve this issue?

Thanks

Karthik.

jyothi_anagani
Active Contributor
0 Kudos

Hi,

Kindly Refer This.

Thanks.

Former Member
0 Kudos

Hi,

Try to check the incoming message payload in CRM from SXMB_MONI and test with the same values.

Regards,

Gökhan

Former Member
0 Kudos

Hi,

Thanks for the reply...I have checked with that payload its working fine.

Thanks

Karthik.

Former Member
0 Kudos

OK then, there's another problem. Could you check SMQ1 and SMQ2 after CRM receives the message, you should see an entry, and when you click on it, you should see the hanging queue and the application error in red. Please try and let me know if you can get any clue.

Regards,

Gökhan