cancel
Showing results for 
Search instead for 
Did you mean: 

Message failed on adapter engine

Former Member
0 Kudos

I have cofigured the IDOC-XI-JDBC scinario. Everything works except the adapter's status is 'holding' for a long time when trying to send to JDBC. Wish to help me.

xiaobaihe80@hotmail.com

Thanks and Regards

Amanda

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amanda,

JDBC adapter tends to hit the database every x secs(polling interval) .So either increase the polling interval or change Quality of Service to (QOS) to Exactly Once (EO).

if your values are getting updated in the database on the receiver side and yet your adapter status is 'holding' for a long time , above mentioned should be the problem.

If your values are not getting updated in the receiver database and u r landing up with the message, then the problem should be in JDBC driver , username and password informations that you gave in the JDBC adapter configuration.

Try entering into the receiver database manually with the exactly log on parameters u gave while configuring JDBC receiver adapter .If you are not able to log in , then this is the problem. If u r able to log in then have a sharp look at the driver type you specified.

Hop this helps you in locating the root cause.

regards,

Aravindh.

Former Member
0 Kudos

Thanks Aravindh. I will try to do like what you said.

IF have any question, keep touch.