cancel
Showing results for 
Search instead for 
Did you mean: 

Jdbc receiver error in RWB

Former Member
0 Kudos

My scenario is Idoc to jdbc..

I m able to successfully send the idoc from R3 and it is received in XI also.

However the message does not reach to database and am getting the following error in RWB of XI.

"Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@172.25.XX.XXX:1521:<SID>': SAPClassNotFoundException: oracle.jdbc.driver.OracleDriver"

Kindly tell me where the problem is.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

this might be problem with your Receiver channel configuration. you are getting the error in the Adapter configuration. so check the Driver specification and connection string provided in the Receiver channel are correct. If it is correct, then you have to check whether the appropriate jdbc driver is installed.

thanks

nikhil

Former Member
Former Member
0 Kudos

Which DB are you polling?

Please check if respective drivers are installed in the J2ee stack. you can get a help 4m ur basis team on this.

DB drivers (jar files)can be obtained from respective vendors.

thanks

Kiran

Former Member
0 Kudos

Hi,

Have you installed the JDBC drivers on XI server. Can you please check.

Thnx

Chirag