Quantcast
Channel: AutoSPInstaller
Viewing all articles
Browse latest Browse all 2279

Commented Issue: The Secure Store Service is not accessible [17861]

$
0
0
Hello and Regards,
 
When the script is attempting to create the Excel, Visio or or Performance Point service applications I always get this error on the first execution of the script. If I immediately run the script again everything works. I verified that the Secure store Application is created via the "Function CreateSecureStoreServiceApp" runs successfully. The error is always on the Excel, Visio, Performance Point Functions in the following area
 
If ($secureStoreApp -eq $null) {
# Doesn't exist so create.
Write-Host -ForegroundColor White " - Creating Secure Store Application..."
$secureStoreApp = New-SPSecureStoreApplication -ServiceContext $context `
-TargetApplication $secureStoreTargetApp `
-Administrator $adminPrincipal `
-CredentialsOwnerGroup $groupClaim `
-Fields $fields
}
 
It fails on
 
 
$secureStoreApp = New-SPSecureStoreApplication
 
The error I get is below
 
The Secure Store Service application sp_svc_securestore_proxy_1s1 is not accessible. The full exception text is: There was no endpoint listening at https://sp2010:32844/2515e41502ee4dc5bc10b99d1529a24d/SecureStoreService.svc/https that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
 
Again if I run it again it works.
 
regards and thanks
Comments: ** Comment from web user: SamJo **

Hi,

i know this is an elder post, but today i ran into this issue on installing a SP2010 dev environment too and found a simple solution:
After several tries and asking auntie Google in the end i just removed the Secure Store Service Application from the Manage Service Applications site in Central Administration and re-ran AutoSPInstaller successfully!

Btw.: this issue is not caused by AutoSPInstaller script. After not having found a real explanation to this i guess it has bin caused by a hiccup as we all would have seen several times on a SharePoint server ;-)

Hope it helps others too!

BR,
Sam


Viewing all articles
Browse latest Browse all 2279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>