cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver Adapter

Former Member
0 Kudos

Hi All

My Secnario is IDOC to JDBC . I am facing the following error in Commnication channel monitoring.

"Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Can not establish connection:: SQLException: Io exception: The Network Adapter could not establish the connection."

connection parameters:

JdbcDriver :oracle.jdbc.driver.OracleDriver

Connection:jdbc:oracle:thin:@IPaddess:1521:DBname

username :xxxxxxx

Pwd :xxxxxx

Regards

Upendra

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

that might means that there is a closed firewall between PI/XI and your database - check it with your admin and open it - then it will work

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal

Thanks, i Cheked with Network Admin and he conformed there is problem in network .Once he resloved the network issue i need check once again.

Regards

Upendra.V

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check if the JDBC drivers are properly installed and also check if there any firewall settings which is denying the connection to the DB.

Regards,

Nithiyanandam

Former Member
0 Kudos

it occurs when database is not available.

are you able to login through SQL PLUS (Oracle Editor) ?

former_member307485
Active Participant
0 Kudos

Hi Upendra,

It could be because JDBC drivers were not installed correctly in XI.

Try installing a third-party JDBC-Access driver from http://www.hxtt.com/download.jsp?product=access

Regards,

Divya