cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC is not connected with SAP PO

0 Kudos

Hi,

I go through the forum and find this driver name and connection string

com.microsoft.sqlserver.jdbc.SQLServerDriver

jdbc:sqlserver://<server>:1433;DatabaseName=<database name>

though i try this i got the same error.

the JDBC is my receiver side .

I tried to give IP address instead of server name.

but that to not working. from this error i can able to know that there is a problem in connection i guess i miss some thing . but i don,t know what is it kindly help to reach out the issue.

I'm using database which is locally installed in my system ( Microsoft SQL Server 2017 express ) jdbc driver for this was installed by our admin , is that cause any issues.

I got stucked more than a week here please help me.

Thank you,

M.Kirubakaran

Accepted Solutions (0)

Answers (1)

Answers (1)

mate_moricz
Advisor
Advisor
0 Kudos

Hi,

I'd suggest to start an Example 50 - XI Channel trace in the XPI Inspector tool, ping the channel, stop the trace and check the collected entries. The error you see in the Communication Channel monitor is general, but the XPI Inspector would be able to collect the details why the connection can't be established (this approach is feasible for any other adapter as well).


Best regards,
Mate