cancel
Showing results for 
Search instead for 
Did you mean: 

problem connecting to a database using jdbc connector

Former Member
0 Kudos

Hi,

I was trying to call database from webdynpro so I followed the steps mentioned in the below thread

but when i am executing the webdynpro application it says

ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.

Please let me know what is the problem and how to solve that

Bala

points assured for a helpful answer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ALL,

i did some R&D and finally was able to resolve the above mentioned by changing the port number in the jdbc connections.

but unfortunately i am getting another error

End of stream was detected on a read.

Please help me in solving this