PowerPivotGeek?

Who is this mystery man?
Click on the icon to find out. Who is powerpivotgeek?

Help: c2wts has fallen and it cannot get up

(This applies to the RTM version of SharePoint and is an extremely common problem that is occurring with all of our RTM servers. I think that it will quickly become one of those things that everyone does each and every time they install a SharePoint server.)

There are two reasons why the “Claims to Windows Token Service” (c2wts) might not be started: (looking at the state of the service with the Service Manager MMC snapin will tell you which one applies to you)

1) If the service is in the Disabled state, then you did not turn it on using Central Admin. By default, c2wts is turned off (Disabled). You have to turn it on by-hand. This is one of the BOL post-installation steps that we tell you that you must do if after an EXISTING FARM installation. It must be done on each machine as you add it to the farm. It is not a “do-it-once-for-the-whole-farm” kind of command. If you installed the PowerPivot server as a “NEW SERVER” then we start the c2wts service for you automatically.

2) If c2wts is set to Automatic, but it is not started, then there is a known bug with the service (won’t be fixed for RTM) that the service ships lacking a dependency to the Crypto service. On a slow server, like a VM or one that is heavily loaded during reboot. e.g. you installed an update and there is lots of background activity during the reboot sequence, then the service startup may fail. To fix the issue, you can add the dependency by-hand by executing the following command as an elevated administrator:

C:\> sc config c2wts depend= cryptsvc

Ultimately, if you don’t add the dependency, you will find that the service actually does restart after a reboot. It takes a few minutes but ultimately the SharePoint infrastructure will see that there is a service that should be started but isn’t and SharePoint will start it for you. If you are unwilling to wait the 5-10 minutes for it to catch this condition, then issue the command above. Alternatively you can set the service as delayed start and that will solve the problem also.

Oh, the joys of administrating a SharePoint farm.

  • Share/Bookmark

10 comments to Help: c2wts has fallen and it cannot get up

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>