Click here to Skip to main content
15,867,686 members
Articles / Database Development / SQL Server

“Keyset does not exist” error while installing SharePoint 2010

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
15 May 2011CPOL1 min read 13.1K   1  
How to fic this error, in Windows Phone 7.

In my continuing battle with SharePoint, I needed to set up a new development environment. This time I am constrained to using Windows Phone 7. Clearly, this has been done before and good instructions exist. But, as is frequently the case with me and SharePoint, it just doesn’t work as advertised. I was performing an install with a local account instead of a domain account (a constraint I have no control over), which I have had issues with before. This time I got a new error when trying to create the configuration database using the new-SPCofigurationDatabase cmdlet:

Keyset does not exist 

Turns out this was happening whether I tried to do a complete install with the SharePoint version of SQL Express or with a full version of SQL Server. I found one post which purported to have the solution, but it wasn’t the case for me. I think Sasha was trying to do a standalone install, which is not what I wanted. I have SQL Server 2008 R2 installed, and I wanted to use that instead of getting another SQL Express instance installed.

This post pushed me in the right direction. Unfortunately, I did not have the directory pointed out in the post, possibly because I was on Windows 7. For me, the path was:

C:\Users\All Users\Microsoft\Crypto\RSA 

The service account I was using during the install did not have permission to that directory. So I gave it Read/Write access, and was able to create the configuration databases and use the SharePoint Products Configuration Wizard to complete the setup and configuration of SharePoint.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Hewlett-Packard
United States United States
Dave has been programming for a living since 1995, working previously with Microsoft technologies modeling internal business processes, and now working as a mobile architect and team lead. He is currently employed by DXC.technology in the metropolitan Detroit area.

Comments and Discussions

 
-- There are no messages in this forum --