cancel
Showing results for 
Search instead for 
Did you mean: 

File to Proxy Scenario getting Short dump occurred when executing message in qRFC queue XBTR0033 Error

Former Member
0 Kudos

Hi All,

Now am working on the File to proxy Scenario,development Completed, when we process msg its showing success in PI level but In ECC we are getting below error in SXMB_MONI.

please find the my Source and target Structures below

Source:

Target:

and also we are using FCC for this interface please find below:

please help on this.

Regards,

Rajendar K

Accepted Solutions (0)

Answers (2)

Answers (2)

nabendu_sen
Active Contributor
0 Kudos

Hi Rajendar,

In which format you are sending the date, I suppose its YYYY-MM-DD. I see you are using 'xsd;string' for the Date data type and that should not be an issue. It needs to be converted at the Proxy side by ABAP team.

You can try with 'xsd:date' data type in PI and Re generate the Proxy at SPROXY transaction.

Regards,

Nabendu.

former_member184720
Active Contributor
0 Kudos

May be you are sending an invalid date to ECC and the proxy is throwing an exception while validating the same.

check the payload and see if you are sending the correct value/formate for date fields.

You can even debug the proxy by taking the payload from MONI and see which field it is..

Former Member
0 Kudos

Hi Harish,

Thank you for your quick reply,

that date format we checked it is correct and debug the Proxy from sproxy we didn't any error on that time but we are getting in ECC sxmb_moni.

Regards,

Rajendar K

former_member184720
Active Contributor
0 Kudos

Strange.. is it an optional field? If so Don't send any value to the date field(remove it from payload) and test the proxy..

If it works then send a test message again from PI and see if it goes through...

Can you also provide some error logs from st22?