|
|
 |
| SQL Server ASP Discussions about ASP programming with Microsoft's SQL Server. For more ASP forums, see the ASP forum category. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server ASP section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

May 23rd, 2008, 03:35 AM
|
|
Registered User
|
|
Join Date: May 2008
Location: New Delhi, Delhi, India.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server
We have an existing application in ASP on a server that hits a SQL Server2000 database on the same server. To test few changes we wanted to use the development database for testing. So, we decided to use a remote development database server (SQL Server 2000). When i try and connect to that database using my application, i get the following error message:
************************************************** *******************
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/LM/W3SVC/1/Root/<application_name>/global.asa, line 29
************************************************** *******************
To test the applications with real production data, i had copied the production database's ".mdf" to the development server and attached the data files to the sql server.
While seaching through some forums i found that when the new databse is attached, old users need to be deleted and new ones need to be created. I did so, but i still get this error.
Any kind of urgent help is appreciated, as this has to go to testing ASAP.
Regards,
Sumit Bhatnagar
__________________
Regards,
Sumit Bhatnagar
|

May 23rd, 2008, 04:50 AM
|
|
Friend of Wrox
|
|
Join Date: Oct 2007
Location: , , .
Posts: 129
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
1) Check authentication mode,in sql server properties' security tab.
2) If it is windows try to change it to sql and windows mode.
3) Try with user sa and set password for sa user
urt
Help yourself by helping someone.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |