2014-06-19
2014-05-23
The Unattended Service Account Application ID is not specified or has an invalid value.
Steps Taken:
- Open Health Analyzer and view details
- Manage the Visio Graphics Service (SA) and confirm Application ID is empty.
- Manage the Secure Store Service (SA) and Generate New Key
- Create a New Target Application
- Provide a unique ID, name, and contact email. Select Group Type.
- Accept default and just click Next
- Provide a user name for both fields. I used “DEMOAdmin” as that is the only user on this machine. Click OK.
- Enter the Target Application ID back on the Visio Graphics Service (SA) page and click OK.
- Go to the Health Analyzer rule, open it and click Reanalyze Now, then you should be ready to go.
Reference 1
Reference 2
The Security Token Service is unavailable
Run the following commands one by one on SharePoint PowerShell:
$h = Get-SPServiceHostconfig
$h.Provision()
$services = Get-SPServiceApplication
foreach ($service in $services) { $service.provision();
write-host $service.name}
write-host $service.name}
Reference
2014-05-07
Sharepoint建立站台時找不到預設Feature.
出現下列錯誤
The site template requires that the Feature {e995e28b-9ba8-4668-9933-cf5c146d7a9f} be activated in the site collection.
The site template requires that the Feature {e995e28b-9ba8-4668-9933-cf5c146d7a9f} be activated in the site collection.
訂閱:
文章 (Atom)