cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Error

Former Member
0 Kudos

Hi All

Am trying to connect to SQL Server Database. through receiver JDBC Adapter

And am getting the following error.

Result:

<SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Database connection could not be established</SAP:AdditionalText></SAP:Error>

I have given the following driver name

com.microsoft.sqlserver.jdbc.SQLServerDriver

Connection

jdbc:microsoft:sqlserver://ipaddress:1433;databaseName=dbname;integratedSecurity=true;

Please suggest some solution

Thanks

Sebin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If your driver string and connection string are correct, please check if the ports are open between the XI Server and database Server.

Regards,

Balaji.M

Former Member
0 Kudos

Thank you all ....

It was basically NAT problem.. Network guys didnt configured the port correctly.

Thank you again guys...

justin_santhanam
Active Contributor
0 Kudos

Hello,

Please confirm the below.

- Have u delployed the driver using Visual admin.

- Is it possible for u to connect to the database using the connection string which u gave above. Check with the uname & pwd too.

Best regards,

raj.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

deploy the driver like shown here:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf4b1055-0d01-0010-32a3-b3848d77...

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>