![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- We just installed a new SQL Server 2000 Active/Active cluster. We are trying to connect to the database from VB using ADO using the connection string: Provider=sqloledb;Data Source=HAZXXXXX\SDXXX;Network Library=dbmssocn;Network Address=172.99.99.99,1433;Initial Catalog=<DatabaseName>;User Id=<UserID>;Password=<Password>;Packet Size=1518 The error message we get back is: DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found. The SQL Server error log has the following: SQL server listening on 172.99.99.99: 1433. If we take off the port 1433 from the network address, we can connect to the database. Why can't we keep 1433 in the string? . |
#3
| |||
| |||
|
|
-----Original Message----- We just installed a new SQL Server 2000 Active/Active cluster. We are trying to connect to the database from VB using ADO using the connection string: Provider=sqloledb;Data Source=HAZXXXXX\SDXXX;Network Library=dbmssocn;Network Address=172.99.99.99,1433;Initial Catalog=<DatabaseName>;User Id=<UserID>;Password=<Password>;Packet Size=1518 The error message we get back is: DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found. The SQL Server error log has the following: SQL server listening on 172.99.99.99: 1433. If we take off the port 1433 from the network address, we can connect to the database. Why can't we keep 1433 in the string? . |
![]() |
| Thread Tools | |
| Display Modes | |
| |