While using aspnet_regsql.exe to configure SQL Server for application services, the following error pops up: Failed to query a list of databases names from the SQLserver. Cannot initilaize SSPI package". The page is "Select the Server and Database". Please advise. Thanks.
First, check out the time synchronization between your client machine and the database server. Some SSPI issue may be raised if there is a large time disparity.
You can also check this KB to see whether it helps:
http://support.microsoft.com/kb/253577/
If this doesn't work, you may need to learn something more complex about troubleshooting SSPI issues:
http://www.sqlservercentral.com/columnists/cmiller/cannotgeneratesspicontext.asp
http://support.microsoft.com/kb/811889/
No comments:
Post a Comment