Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Server does not exist or access denied.

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-03-27 : 09:11:50
nguyen writes "Dear Good Team,
I have MS SQL Server 2000 installed on MS Windows 2003 Standard Edition to use as a database server and a web server (on the same computer).
In ASP page i cannot use the following connection string to connect to the database server:
"Provider=SQLOLEDB;Initial Catalog=[DBname];Data Source=[MyIPAddress];UID=[account];PWD=[password];Network Library=DBMSSOCN;"

and i receive the error message:

Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.


, but it' s OK when i remove "Network Library=DBMSSOCN;" from the string.

And, i cannot connect to that database server from a remote computer in WAN using both SQL Analyzer and SQL Server Enterprise Manager.

Please reply ...........
Thank you for your help very much.
"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-27 : 09:21:47
Refer this
http://support.microsoft.com/default.aspx?scid=kb;en-us;328306

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-03-27 : 15:07:04
>>Dear Good Team,

Also see www.connectionstrings.com
Go to Top of Page
   

- Advertisement -