cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Proxy

Former Member
0 Kudos

Hi,

We are using Client proxy to push the data to PI. While in one interface it is working fine, for other it is giving error

<SAP:Stack>Error during proxy processing An exception with the type CX_SY_RANGE_OUT_OF_BOUNDS occurred, but was neither handled locally, nor declared in a RAISING clause Part-field access (offset = 0, length = 4) to a data object of the size 1 exceeds valid boundaries.</SAP:Stack>

When we try to debug this, interesting things comes

Our Payload is

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

- <ns:msg_T_SAP_IDOC_EKSEKS xmlns:ns="http://www.Xxx.com/mx/integration/sap">

- <PISTY>

<EBELN>0020000026</EBELN>

<ZEITP>MC</ZEITP>

</PISTY>

</ns:msg_T_SAP_IDOC_EKSEKS>

Now here when we try changing XML string n0 instead of ns, it works fine. Like - <n0:msg_T_SAP_IDOC_EKSEKS

But when the ns is there , it throws the above error. What is this error and how can we solve this. Appreciate your response on this.

Accepted Solutions (0)

Answers (3)

Answers (3)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

r u using the data tranformation in mapping that is you are changing the incoming data into another format.......that is not the correct format for SAP system.check it first.

Check ur mapping,have u used any date format changing or some data that ur changing.

check it first if u are not using any tranformation in mapping then take the payload of receiver side from the SXMB_MONI then test it in SPROXY.

prateek
Active Contributor
0 Kudos

This is wierd. In the payload u displayed, why does it contain two semi colons ";;"

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

Regards,

Prateek

Former Member
0 Kudos

Sorry. That is typo error.

I am still looking at the solution when this error comes. What are the causes of this issue?

<SAP:Stack>Error during proxy processing An exception with the type CX_SY_RANGE_OUT_OF_BOUNDS occurred, but was neither handled locally, nor declared in a RAISING clause Part-field access (offset = 0, length = 4) to a data object of the size 1 exceeds valid boundaries.</SAP:Stack>

Regards

Former Member
0 Kudos

where exactly u got see this error? in Moni?

Former Member
0 Kudos

This error is coming on ECC side of MONI. So it looks like when the proxy is called in SAP to push the data, this error is coming

Former Member
0 Kudos

Please let me know if anyone has encountered this kind of error before while using the proxy

Regards

Edited by: XI_Fan on Oct 15, 2008 3:53 AM

Former Member
0 Kudos

HI

Message is not passed to XI itself. So you need to check with data you pass to XI as a data transformation. You are mapping something which target message is not able to handle.

Thanks

Gaurav

ravi_raman2
Active Contributor
0 Kudos

This is a result of an exception which is being thrown and the abap code calling the proxy needs to raise this as an exception..you should be good then.

Let me know if you need more specifics.

Regards

Ravi Raman

Former Member
0 Kudos

Hi

Is your RFC working fine

Check this thread

Thanks

Gaurav