hi
I am trying to establish a JDBC connection wid sql server 2000 the connection properties are
Connection type:JDBC Adapter Conenction
Package name :ADA
transaction type: NO_TRANSACTION
Datasource class: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
Servername:Microsoft-9BBAB7\SQLEXPRESS
user:Aaministrator
Password:******
databasename: master
port number: 4444
network protocol:
other properties:
errors encountered
[ART.118.5042]Adapter runtime connection :unable to enable connection resource
[ART.118.5036]Adapter runtime connection :unable to configure connection manager.
[ART.1.204]can not connect to database wid data source class"com.microsoft.jdbcx.sqlserver.SQLServerDataSource" [microsoft][SQLServer2000 Driver forJDBC] Error establishing socket.
I have already copied the classes12.zip n three jar files msbase.jar,msutil.jar,mssqlserver.jar file in the integration server\lib\jars
and I have also unzipped the jar files and checked for the SQLServerDataSource.class file and it is present.
Try using server IP,make sure DB is up and running as well…Also once you done with the JDBC connection properties changes still it didnt worked then post the connection properties here,we can suggest you if required.
Could you post your current parameters. Also make sure there are no hidden spaces.
Try to ping the Sql Server’s Host from the machine on which IS is installed
[strike]
transaction type: NO_TRANSACTION
Datasource class: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
Servername:Microsoft-9BBAB7(Also Try to ping this from the machine on which IS is installed) user:Aaministrator
Password:******
databasename: master
port number: 4444
network protocol:tcp(Edit: Seems like this is only needed for Oracle OCI, so ignore)
other properties:
[/strike]