Application Development and Automation 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: 
Read only

Proxy error

Former Member
0 Likes
1,241

Hi

while I execute the proxy, I am getting the following error. Upto yesterday it was working fine and all of a sudden

it started throwing the below error. Any guess ?? why it is happening like this ??

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o16" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o16">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS href="#o133" />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>173</PROGID>

<CONTID>564</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT>Local</CODECONTEXT>

<CODE>SERIALIZE_APPLICATION_DATA</CODE>

*<ERRORTEXT>Conversion error ABAP => XML (Request Message; error ID: CX_INVALID_TRANSFORMATION; ( Error Text: The transformation /1SAI/TAS00000000000000000097 could not be executed) )</ERRORTEXT>* <LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

- <cls:CX_XMS_SYSERR_PROXY id="o133">

- <CX_ROOT>

<TEXTID>EA4E63A1C840484AAF087F129864ADA6</TEXTID>

<PREVIOUS href="#o126" />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>0</PROGID>

<CONTID>0</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_XMS_SYSTEM_ERROR>

<ID>SERIALIZE_APPLICATION_DATA</ID>

<P1>Request Message</P1>

<P2>CX_INVALID_TRANSFORMATION</P2>

<P3 />

<P4>Error Text: The transformation /1SAI/TAS00000000000000000097 could not be executed</P4>

<INFO />

<CATEGORY>XIProxy</CATEGORY>

<AREA>ABAP</AREA>

<RETRY>M</RETRY>

</CX_XMS_SYSTEM_ERROR>

- <CX_XMS_SYSERR_PROXY>

<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>

</CX_XMS_SYSERR_PROXY>

</cls:CX_XMS_SYSERR_PROXY>

- <cls:CX_INVALID_TRANSFORMATION id="o126">

- <CX_ROOT>

<TEXTID>9E1F164088125C50E10000000A114BF5</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>168</PROGID>

<CONTID>1113</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_DYNAMIC_CHECK />

<CX_TRANSFORMATION_ERROR />

- <CX_INVALID_TRANSFORMATION>

<TRFONAME>/1SAI/TAS00000000000000000097</TRFONAME>

</CX_INVALID_TRANSFORMATION>

</cls:CX_INVALID_TRANSFORMATION>

</asx:heap>

</asx:abap>

5 REPLIES 5
Read only

Former Member
0 Likes
869

Hi

Check if any structure is changed in the proxy. Check last changed/Activated by and check for any changes in the structure.

Raj

Read only

0 Likes
869

Checked ! No change in the proxy structure and didn't touched from couple of months.

Read only

0 Likes
869

Found the solution:

When you generate the proxy first time, it creates the package with like >/1SAI/TAS00000000000000000097...... This was deleted by developers unknowingly thinking it is a dummy object. Ultimately proxy stopped working. Even you try to regenerate the proxy again it won't work. We copied the same object from another enviroment and tested. It's started working. It took one month to identify the problem.

Read only

0 Likes
869

Hi Palnati,

We encountered the similar issue - the proxy stopped working and no change could be traced. Could you please provide me more specific info on how u201CWe copied the same object from another enviroment and tested. It's started working.u201D?

It is appreciated for the details on which object is copied and how.

Thanks in advance for your help,

Shawn

Read only

Former Member
0 Likes
869

closing the thread