My Oracle Support Banner

E1: XML: Request Document is Replying with TC Wrapper Error Output (Doc ID 647708.1)

Last updated on APRIL 04, 2025

Applies to:

JD Edwards EnterpriseOne Tools - Version 8.96 and later
Information in this document applies to any platform.
 
 



Symptoms


XML request document is replying with a TC Wrapper error output.

The customer is trying to use TC_NAME option for the XMLList.  The client was able to run the sample which calls a TC that updates a text file.  But, the client has a table conversion that will update a OneWorld Table instead of a text file.  When he runs this TC, he gets TC Wrapper error in the output XML.

In duplicating the issue, the table conversion was setup to copy AB# and Alpha Name from F0101 to a custom table F55xx01.  The table conversion ran successfully on the Enterprise Server, if called from BV(batch versions).  However, the TC failed when called from XMLList.  

By running the TC below through XML - the TC wrapper error occurs in response document.


<?xml version="1.0"?> <jdeRequest type="list" user="XXXX" pwd="XXXX" environment="XXXX"> <!-- sessionid and sessionidle above are optional and an existing sessionid could be passed in --> <ACTION TYPE="CreateList">
<TC_NAME VALUE="R55xx01" />
<TC_VERSION VALUE="TEST" />
<FORMAT VALUE="UT" />
<!--TABLE_NAME VALUE="Test"/-->
<!--TABLE_TYPE VALUE="FOREIGN_TABLE"/-->
<RUNTIME_OPTIONS>
<DATA_SELECTION>
</DATA_SELECTION>
<DATA_SEQUENCING>
</DATA_SEQUENCING>
</RUNTIME_OPTIONS>
</ACTION>
</jdeRequest>


Response Document:

<?xml version="1.0" ?>
- <jdeResponse type="list" session="3636.1133776213.1">
<returnCode code="15">TC Wrapper error</returnCode>
- <ACTION TYPE="CreateList">
<Error>Error in running TC</Error>
</ACTION>
</jdeResponse>




Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.