riksweeney
Programmer
Hi,
I'm trying to connect to my SQL Server. If I login using the Query Analyser then it logs in fine. However, if I try and connect using Query Analyser on another machine, then I get a message saying that it doesn't exist or access is denied. The other problem is that if I try and connect to the server using a java program run locally I get the following:
javax.servlet.ServletException: Cannot get connection to the application database. Check database URL and user credentials
I've been told that the previous user used to block the access somehow but I can't find anything about it. Any ideas?
I'm trying to connect to my SQL Server. If I login using the Query Analyser then it logs in fine. However, if I try and connect using Query Analyser on another machine, then I get a message saying that it doesn't exist or access is denied. The other problem is that if I try and connect to the server using a java program run locally I get the following:
javax.servlet.ServletException: Cannot get connection to the application database. Check database URL and user credentials
I've been told that the previous user used to block the access somehow but I can't find anything about it. Any ideas?