cancel
Showing results for 
Search instead for 
Did you mean: 

Exception while getting a Connection from the datasource

Former Member
0 Kudos

Hi,

When I want to get a Connection from a datasource I get the following Execption:

Exception com.sap.engine.services.connector.exceptions.BaseResourceException: "ConnectionManager" is closed. Possible reasons: 1) connector "<datasourcename>" is stopped or not started, 2) Connector service is stopped or has not been started.

at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:122)

.....

I'm using Jdts 1.2 as Database driver to connect a MS SQL 2000 DB, Vendor SQL (the others did not work)

Can anyone help?

Ciao

Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi togeher,

I solved the problem.

The cause was that the "Application" in which the Datasource has been declared did not start automatically. I had to start it manually using the SAP NetWeaver Administrator

Ciao

Jens