Can't authenticate during install


Author
Message
Lori Markle
Lori Markle
StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)StrataFrame Beginner (6 reputation)
Group: Forum Members
Posts: 2, Visits: 24
During installation I get the error "The provided SQL server settings could not authenticate the specified server:"

However, I don't get an additional check box described in the post about a Vista user getting the same error. I am not able to continue.

In the Stratatrain documentation, in the troubleshooting area, I saw the link about changing the named pipes string in SQl Server Config Mgr, under Network Configuration. We have named pipes enabled for SQL Native Client Configuration, and another user was able to install with no problems. We do not have Named Pipes enabled for the Network Config.

I am running XP, SQL 2005 and have the sql native client installed. I also did a repair on the sql native client, just in case.

Anybody know what is going on?

Thanks,

Lori Markle

Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Hi Lori,

If you are running Windows XP then you are having a legitimate authentication issue within the installation. So it is good you did not continue as you would have other issues down the road.

If you are running SQL Server 2005 Express, then more than likely you are running a named instance (this is the default).  Have you tried to authenticate using the SQLEXPRESS named instance?

localhost\SQLEXPRESS

Next, is the SQL Server service running?  Last, if you open a command prompt can you telnet to the SQL Server instance on port 1433?

  1. Click Start -> Run
  2. Type cmd
  3. Press Enter
  4. Type telnet X.X.X.X 1433

If you get a black screen then you are good, otherwise SQL Server is not listening on port 1433 and may not even be running.

Try this and let me know.  More than likely you are probably just missing the SQLEXPRESS named instance portion of the server name.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search