cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender adapter error

Former Member
0 Kudos

Hello All,

We have installed SAP 7.11 dual stack and facing issues with JDBC sender adapter. The JDBC sender adapter currently gives following error

"Exception caught during JDBC adapter processing: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.af.lib.util.configuration.provider.ConfigurationTable.getString(java.lang.String, java.lang.String, java.lang.String) of an object loaded from local variable 'table'"

The database that i am trying to connect is Oracle with following parameters

JDBC Driver : oracle.jdbc.driver.OracleDriver

Connection: jdbc:oracle:thin:@<Hostname>:1521:<Instance Name> and user credentials

and i am using Oracle driver ojdbc14-11.2.0

I verified the deployment of the JDBC drivers as given in note # 1829286. Any clue what could have went wrong.

Thanks in advance.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Problem solved. There was a problem with the network and hence channel was unable to reach to DB.

Anyways thanks for the replies.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ameet

Please check the select query and update query and make sure that the table name is correct there.

Also try to execute the same query in DB and see if returns any results or not.