![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am having difficulty connecting to SQL Server 2000 on one of our servers via a VB6 program on Vista. I can connect fine to a different server, but it gives me the following error with the server in question: "Unable to connect to database. Please check your internet connection Error# -2147467259 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied" Using the program, I am able to access the database just fine while running on Windows XP, but when I run the program on Vista, it gives me that error message for that server. If I change the connection string to a different server address, it works fine on Vista. What differences in the servers might cause this? Here is my connection string: "driver={SQL Server};Server=ipaddress;Uid=userID;Pwd=pwd;databa se=db" |
#3
| |||
| |||
|
|
I am having difficulty connecting to SQL Server 2000 on one of our servers via a VB6 program on Vista. I can connect fine to a different server, but it gives me the following error with the server in question: "Unable to connect to database. Please check your internet connection Error# -2147467259 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied" Using the program, I am able to access the database just fine while running on Windows XP, but when I run the program on Vista, it gives me that error message for that server. If I change the connection string to a different server address, it works fine on Vista. What differences in the servers might cause this? Here is my connection string: "driver={SQL Server};Server=ipaddress;Uid=userID;Pwd=pwd;databa se=db" |
#4
| |||
| |||
|
|
TerpZebra (terpzebra (AT) gmail (DOT) com) writes: I am having difficulty connecting to SQL Server 2000 on one of our servers via a VB6 program on Vista. I can connect fine to a different server, but it gives me the following error with the server in question: "Unable to connect to database. Please check your internet connection Error# -2147467259 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied" Using the program, I am able to access the database just fine while running on Windows XP, but when I run the program on Vista, it gives me that error message for that server. If I change the connection string to a different server address, it works fine on Vista. What differences in the servers might cause this? Here is my connection string: "driver={SQL Server};Server=ipaddress;Uid=userID;Pwd=pwd;databa se=db" Difficult to say. Is SQL Server running on port 1433 on both servers? -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#5
| |||
| |||
|
|
Is the firewall open for port 1433? -- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant, Dad, Grandpa Microsoft MVP INETA Speakerwww.betav.comwww.betav.com/blog/billvawww.hitchhikerguides.netwww.betav.com/blog/billvawww.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ Visitwww.hitchhikerguides.netto get more information on my latest book: Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition) and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ----------------------------------------------------------------------------------------------------------------------- "TerpZebra" <terpze... (AT) gmail (DOT) com> wrote in message news:1184775545.291016.192510 (AT) i38g2000prf (DOT) googlegroups.com... I am having difficulty connecting to SQL Server 2000 on one of our servers via a VB6 program on Vista. I can connect fine to a different server, but it gives me the following error with the server in question: "Unable to connect to database. Please check your internet connection Error# -2147467259 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied" Using the program, I am able to access the database just fine while running on Windows XP, but when I run the program on Vista, it gives me that error message for that server. If I change the connection string to a different server address, it works fine on Vista. What differences in the servers might cause this? Here is my connection string: "driver={SQL Server};Server=ipaddress;Uid=userID;Pwd=pwd;databa se=db" |
#6
| |||
| |||
|
|
On Jul 18, 3:50 pm, "William Vaughn" <billvaNoS... (AT) betav (DOT) com> wrote: Is the firewall open for port 1433? -- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant, Dad, Grandpa Microsoft MVP INETA Speakerwww.betav.comwww.betav.com/blog/billvawww.hitchhikerguides.netwww.betav.com/blog/billvawww.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ Visitwww.hitchhikerguides.netto get more information on my latest book: Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition) and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ----------------------------------------------------------------------------------------------------------------------- "TerpZebra" <terpze... (AT) gmail (DOT) com> wrote in message news:1184775545.291016.192510 (AT) i38g2000prf (DOT) googlegroups.com... I am having difficulty connecting to SQL Server 2000 on one of our servers via a VB6 program on Vista. I can connect fine to a different server, but it gives me the following error with the server in question: "Unable to connect to database. Please check your internet connection Error# -2147467259 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied" Using the program, I am able to access the database just fine while running on Windows XP, but when I run the program on Vista, it gives me that error message for that server. If I change the connection string to a different server address, it works fine on Vista. What differences in the servers might cause this? Here is my connection string: "driver={SQL Server};Server=ipaddress;Uid=userID;Pwd=pwd;databa se=db" Yes, it is open for port 1433. I can connect to a separate Server using the same connection string, except for the IP address, and it works fine. I can also connect to both Servers using the application on Windows XP |
#7
| |||
| |||
|
|
So, there is something different about this particular server--assuming you can connect to other servers from the client. Have you run the surface area config tool on the target server? |
#8
| |||
| |||
|
|
William Vaughn (billvaNoSPAM (AT) betav (DOT) com) writes: So, there is something different about this particular server--assuming you can connect to other servers from the client. Have you run the surface area config tool on the target server? As that server is running SQL 2000, there is not likely to be a surface- area config tool. But, yes, something appears to be special with that server. TerpZebra, could you post the first 50 lines or so of the error log for that server instance? -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |