cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing JDBC receiver and sender CC

Former Member
0 Kudos

Hi,

Iam trying to RFC to JDBC scenario.

when i do e2e testing iam facing error as "Configuration error: com.sap.aii.af.service.util.configuration.MandatoryParameterMissingException: Value missing for mandatory configuration attribute tableEOColumnNameId" in CC monitoring and "error reading SAP_XIAdapterFramework from SLD" in SXMB Moni.

Also while performing JDBC to RFC iam facing errror as

"Error during database connection to the database URL 'jdbc:sqlserver://20.198.16.115\SQLSERVER2005:14330;databaseName=SAPHRDataStore' using the JDBC driver 'com.microsoft.sqlserver.jdbc.SQLServerDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:sqlserver://20.198.16.115\SQLSERVER2005:14330;databaseName=SAPHRDataStore': SAPClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver'"

Please help me in this regard.

Regards

Madhu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It should be com.microsoft.jdbc.sqlserver.SQLServerDriver

I think you have it as com.microsoft.sqlserver.jdbc.SQLServerDriver

Thanks

Praveen M

Former Member
0 Kudos

1. ensure ur drivers are installed properly.chk out with basis.

2.in the 1st scenario, u r missing to populate some mandatory flds.hence the error

3.in the 2nd scenario, make sure u have proper authorizations also.

thanks

kiran

Former Member
0 Kudos

Hi,

are you sure that JDBC drivers got installed on your XI box?

Thanks,

Vijay Kumar T.