cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Exception

Former Member
0 Kudos

Hi,

i'm doing a synchronous scenario: Webservice<>XI<>JDBC. By testing the Webservice-Communication with the wsdl of XI-Webservice-Senderinterface I got an Delivery Exception. I used Altova XML Spy for SOAP-Request.

<code>DeliveryException</code>

<text><![CDATA[

com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapterFramework:GENERAL:com.sap.aii.af.ra.ms.api.DeliveryException

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:457)

at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:125)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:512)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:74)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:141)

The Webservice Configuration should be ok.

Many thanks in advance,

Jens

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jens,

Does it specify any other error? Such as a HTTP response code or something? Take a look at this thread anyways..

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Hi Prashanth,

no I don't get more information:

in the SXMBMoni

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException</SAP:AdditionalText>

Cheers,

Jens.

moorthy
Active Contributor
0 Kudos

Hi,

check out the correct URL and service given in the SOAP client.

Also check the mapping done for the incoming message from the Webservice.

Regards,

moorthy

Former Member
0 Kudos

Hi Krishna,

the URL is correct. When I try Client<>XI-Webservice_Interface<>Webservice, the scenario works.

Maybe the mapping is wrong. How can I check this? The tool in the ID says the Mapping is incorrect. But I never seen a correct Mapping with this tool.

Cheers,

Jens.

Former Member
0 Kudos

hi,

Maybe it is a problem with namespace inside your message. Please check this thread.

Regards,

Wojciech

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jens,

Check your payload and see if it is well formed. Also take a look at this..

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Hi,

I found out that the JDBC-Connection doesn't work. Error in Adapter-monitoring:

"Processing Error: Accessing database connection 'jdbc:microsoft:sqlserver://<host>:1433;databaseName=<name>' failed: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC] Error with establish a Socket."

I installed and configured the external Driver for JDBC Adapter in the SDM according to the "How-to-Guide".

Thanks for reply,

Jens

Former Member
0 Kudos

Hi Jens,

What happens when you test the mapping? Does it say anything?

cheers,

Prashanth

Former Member
0 Kudos

Hi Prashanth,

when I test the mapping in Repository with the Trace, XI says "Execution was successful!".

Testing the whole Scenario-Configuration in Directory, XI breaks off by the Mapping-Check with the message "The payload cannot "The Payload cannot be read from the Message object"

Thanks,

Jens

Former Member
0 Kudos

Hi Jens,

Check these..

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Try this thread: