Hi All,
I am working on SQL
->Sender JDBC
->XI----->Reciever RFC -
> SAP scenario.
I have completed the configuration of the scenario.
The sql server is mySQL 2000.
Hence, in the sender JDBC adapter, i have given the following details.
JDBC Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
Connection: jdbc:microsoft:sqlserver://<HOST>:<PORT>[;DatabaseName=<DB>]
my connection: jdbc:microsoft:sqlserver://172.20.20.76:1143[;DatabaseName=SEPG_NEWDB]
In Runtime Workbench
->Component Monitoring
>Adapter Engine--->Communication Channel Monitoring..
I am facing error as follows.....
Error during database connection to the database URL 'jdbc:microsoft:sqlserver://172.20.20.76:1433[;DatabaseName=SEPG_NEWDB]' using the JDBC driver 'com.microsoft.jdbc.sqlserver.SQLServerDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:microsoft:sqlserver://172.20.20.76:1433[;DatabaseName=SEPG_NEWDB]': SAPClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver'
What might be the reason behind this error....??????
Kindly help me.....
Regards
Pavan
what's is the driver which you have deployed for this database?
Add a comment