cancel
Showing results for 
Search instead for 
Did you mean: 

Error JDBC adapter as TransportException

Former Member
0 Kudos

configutation and Error logs are given below

<b>Configuration</b>

##DB Adapter specific parameters (example for SQL-Server, see docu)

db.jdbcDriver=oracle.jdbc.driver.OracleDriver

db.connectionURL=jdbc:oracle:thin:system/admin@10.3.1.90:1521:vendor

db.processDBSQLStatement=Select * from userprofile

db.confirmDBSQLStatement=delete * from userprofile

db.pollInterval=600

<b>LOGS</b>

12:08:22 (4202): JDBC adapter started

12:08:22 (4220): Sending message "1db87170-8ea3-11d8-b3e0-d8240a030175" to Integration Engine... (message size: 371 bytes)

12:08:22 (4221): ERROR: Finished sending query result to Integration Engine with error "com.sap.aii.messaging.net.TransportException: HTTP 404 File not found". Skip confirmation and proceed with next query

12:08:22 (4077): Retry mode - wait 600 sec, 0 msec interval before retry

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189324
Contributor
0 Kudos

Check the connection between the Integration engine and the Inbund JDBC Adapter. The error looks like the connection problem.

Also check the parameter:

XMB.TargetURL, Give the fully qualified host name

Thanks

Prasad