Skip to Content
0
Former Member
Sep 16, 2005 at 11:03 AM

JDBC Sender

16 Views

Hello Friends

Iam working on JDBC Sender.

Iam retrieving the data from the Oracle database and trying to create a new legacy file with the data retieved.

I have two questions.

1> Iam able to retrive data in XI but not able to cerate a file using file adapter it is giving an error

<b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping

-->

- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_VendorMaster_Vendor_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<<b><b>SAP:AdditionalText /></b></b>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>During the application mapping com/sap/xi/tf/_VendorMaster_Vendor_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error></b>

what should I do?

2> How to Disconnect from the Database?

Because once I activate the Integration Directory the JDBC Adapter is picking up the data for every poll interval. I want to get the data only once and disconnect after that.

Thanks in Advance.