Thursday, 18 April 2013

Secure Store Shared Service is not responding

Decided i will actually try to  start posting from now on!

Following an re-install of a SharePoint Farm i had a number of issues around Secure Store, namely recieving this message "Cannot complete this action as the Secure Store Shared Service is not responding. Please contact your administrator".

I tried a number of solutions including making sure that the correct services were running, an IIS reset etc but to no avail.  

I then tried checking other services and noticed a few others such as BCS were also down.  This prompted me to look at the Event Log where i found 
"An exception occurred when trying to issue security token: The HTTP service located athttp://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas is too busy. ."

I searched high and low  this before coming across a blog post outlining the need to reprovision the secure token service using

1$sts = get-spserviceapplication -identity {id of sts}
2$sts.status
3online
4$sts.provision()
Luckily this allowed me access to the Secure Store and solved my problem :)

3 comments:

  1. could you elaborate? it's the issue i'm seeing but this didn't work. anything else in terms of troubleshooting, etc?

    ReplyDelete