Interesting fix to SQL connection failure for SPS
tpmulhern_at_gmail.com
Date: 03/15/05
- Next message: tedteng: "RE: Loging out?"
- Previous message: Shawn Russell: "RE: Name Changes & Site Collections"
- Messages sorted by: [ date ] [ thread ]
Date: 15 Mar 2005 07:42:58 -0800
Just posting a fix that may be helpful to others...
Issue: WSS sites work but SPS does not
Fix: Add an entry to the local hosts file on a SPS front-end server for
the sql instance
Details:
(1) MSSEARCH.LOG and W3WP.LOG showed the following error when
connecting to the SQL server instance:
"Microsoft OLE DB Provider for SQL Server" Description:
"[DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not
found."
(2) An "ipconfig /displaydns" on our front-end Sharepoint server showed
the following DNS cache entry for our SQL server instance:
sql01\portal
----------------------------------------
Name does not exist.
(3) Adding a host entry for the SQLServer\SQLInstance on the SPS
front-end server fixed the problem
sample hosts file modification:
w.x.y.z sql01\portal
- Next message: tedteng: "RE: Loging out?"
- Previous message: Shawn Russell: "RE: Name Changes & Site Collections"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|