Hi Ranchers,
I am using MS SQL Server 2005.While deploying my application I get this error on the Tomcat log...The config..file for the local environment here has been set to different
1.database user
2.Login name
But some how I get this error where its trying to login to different database and different user...
I am using mixed mode authentication here ...I have enabled all the pipes....VIA,TCP/IP,Named pipes etc..
Have set the protocol for TCP/IP to 1433.
Started the service........Even I uninstalled the Db and installed it again ....
Still I getting this Exception for a Db which doesnt exist...I even checked the local Db files...and ders nothing like....test Db...
ERROR [main] (dataservices.JDBCService) - Connection Failed: Cannot open
database "test" requested by the login.
The login failed.
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open database "assa" requested by the login.
Please Help guys............