dbTalk Databases Forums  

SQL Server 2005 connection issues.

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss SQL Server 2005 connection issues. in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike Johnson
 
Posts: n/a

Default SQL Server 2005 connection issues. - 06-25-2008 , 12:43 PM






I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike




Reply With Quote
  #2  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM






What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #3  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #4  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #5  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #6  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #7  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #8  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #9  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
  #10  
Old   
Rick Byham, \(MSFT\)
 
Posts: n/a

Default Re: SQL Server 2005 connection issues. - 06-26-2008 , 11:29 AM



What error do you get?
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Johnson" <poboy (AT) tampabay (DOT) rr.com> wrote

Quote:
I have a problem that has caused whatever hairs on my head that I had left
to disappear. I distributed an application in a pilot program to over 100
users on a corporate network using an OLEDB connection string to connect
to
a SQL Server 2005 database. Of the 100 plus installs, 10 were not able to
connect, even though all the computers involved are imaged the same. All
the
computers are IBM and they are either PC's or laptops but the same model
respectively.

After reading a bunch of KB articles on MSDN, it was decided that I use
SQL
Native Client drivers rather then ODBC. In the update process, the setup
utility installed the SQL Native Client drivers to the PC/laptops that
could
not connect using ODBC and after checking for a proper installation of the
drivers, the application still can't connect. Installing SQL Native Client
on the machines that can connect and changing the connection string to use
SQLNCLI as the Provider continues to allow them to connect. I have tested
the SQL Native Client drivers installation on the machines that can't
connect by creating a DSN using the Native Client drivers and the test
connection is successful. Any suggestions or solutions?

Thanks,
Mike





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.