Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
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.

1 REPLY 1

Former Member
0 Kudos

Hi,

To get more quick results please do post this in XI FORUM.

Thanks

sudharshan