cancel
Showing results for 
Search instead for 
Did you mean: 

'Advance' tab finctionality in 'JDBC RECEIVER COMM. CH'

former_member270496
Participant
0 Kudos

Dear Experts,

Please tell Me what is the functionality of 'MODULE' tab in receiver JDBC comm.channel.since i am getting the errorin 'Audit Log' as:

[

**08.08.2011 12:12:23 Error MP: Exception caught with cause java.lang.NullPointerException**

08.08.2011 12:12:23 Error Exception caught by adapter framework: null

08.08.2011 12:12:23 Error Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException.

]

when trying to connect to Non-Sap .(When i was doing Comm. ch testing)

Please,suggest.

Regards,

Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Probably JDBC channel configuration is wrong. This error usually occurs in case of incomplete channel's configuration.

Note: If you are trying to connecto to SQL 2005 database 2 parameters have been switched around: i.e 'com.microsoft.jdbc.sqlserver.SQLServerDriver' now becomes

'com.microsoft.sqlserver.jdbc.SQLServerDriver' .

former_member270496
Participant
0 Kudos

Hi spantaleoni,

Here we are connecting to oracle database.Even i cross checked my adapter multiple times(*there is no error).So,pleaase suggest me what is the functionality of 'advance' tab.

please find my adapter settings here: http://www.4shared.com/file/3w1kzJZR/JDBC_comm_ch_settings_advance_.html

Edited by: rasmiraj tripathy on Aug 8, 2011 11:17 AM

Former Member
0 Kudos

At the end of this page, you can find an explaination of AdvanceTab functionality:

http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

Try to remove logSQLStatement from advance settings, just for try to connect to Database.