Error:- MessagingException: Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection with the registered driver. com.microsoft.sqlserver.jdbc.SQLServerDriver returns: Cannot open database "XXXX_XXX" requested by the login.
Flow:- SOAP to JDBC (Sync)
Dev Connection--->>jdbc:sqlserver://XXXXXXXX\XXXDXXXXWMS:1433;databaseName=XXXX_DEV
The dev connection works fine however the connection in the quality system is having the above mentioned error..
QA Connection--->>>jdbc:sqlserver://XXXXXXXX\XXXQXXXXWMS:1433;databaseName=XXXX_QAS
Test connection in MS SQL Server is successful with the server name, server authentication details and the database.
The ping test to the server is working fine..
The server name is the same for dev and qa..
The dev parameters to connect to the database when checked in the QA env, works fine, hence we have not restarted the JDBC adapter services in NWA.
Please let me know if there are any other steps to be performed to establish a successful connection.
Thanks in advance,
Manjunath