cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter configuration not initialized:null

Former Member
0 Kudos

i

we have a synchronous scenario with the following adapters , RFC <> XI <> JDBC.

1.JDBC Driver installation is done

2.RFC Destination type t is done in sap(sender) system.

3.checking the jdbc in VA is done

while running it is giving the following error.

com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null

where we have to initialize JDBC Adapter configuration

Thanks in advance

Prasad Nemalikanti

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi prasad

There are 2 jar files that may be missing from your SQL JDBC driver --> msbase.jar and msutil.jar, I think once you add these to the driver it might work.

also check the driver string for the SQL driver 2 parameters

i.e 'com.microsoft.jdbc.sqlserver.SQLServerDriver' now becomes

'com.microsoft.sqlserver.jdbc.SQLServerDriver'

This will solve your problem

follow this link

.

thanks

sandeep

Reward points if helpful

former_member181955
Contributor
0 Kudos

Hi

Here it is not SQL database, it is firebird.

Thanks

Prasad Nemalikanti

Former Member
0 Kudos