cancel
Showing results for 
Search instead for 
Did you mean: 

Error message in adapter engine, can u solve it

former_member192079
Participant
0 Kudos

Hi Gurus,

I am facing problem when invoking webservice through XML Spy, its showing the following error:

<b>com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapterFramework:GENERAL:com.sap.aii.af.ra.ms.api.DeliveryException: Database connection could not be established

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

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:831)

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

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

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)</b>

Can anyone please tell why it will come and when it will come..

Give me suggestion how to solve this issue.

step by step procedure will be appreciated..

Thanks & Regards.,

Pushparaju.B.

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

Where are you getting this error ?

If your scenario contains, database, then check the user credentials given in the specific jdbc adapter configuration ..

(i.e use id , password etc) also make sure that, you have installed the jdbc drivers correctly..

Also check the message url etc given in the XML spy to test the Webservice.

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Regards,

Moorthy

Former Member
0 Kudos

Hi Ashutosh,

is your scenario like SOAP to JDBC?

in that case make sure that you have correctly loaded the jdbc driver followin this link:

<a href="https://webservice.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10">How To Install and Configure External Drivers for the JDBC & JMS Adapters</a>

Hope this help

Francesco