Any help? Error when enabling jdbc adapter for SQL Server 2008. Here is the details.
WMS 7.1.2
Windows Server 2003
LOCAL_TRANSACTION
com.microsoft.sqlserver.jdbc.SQLServerDataSource
(sqljdbc.jar downloaded from MS site for 2.0 for SQL Server 2008 and placed in IS\lib\jars and IS restarted)
server name: localhost
port: 1433
networkprotocol: tcp
all other properties take default
Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource XXXX_CONNECTION.conn:YYYY.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.sqlserver.jdbc.SQLServerDataSource”.
Login failed for user ‘sa’.
If I connect to a SQL Server 2005 (just change the serverName pointing to the 2005 server), everything works fine).
Any helps?