Hallo,
leider komme ich beim Aktivieren von einem SharePoint Template nicht weiter.
Laut diesem Template Katalog (http://spcatalog.net/spmpcat/Lists/Software%20Catalog/CustomDisplayForm.aspx?ID=11&ContentTypeId=0x01009A18EA2C641D8B42AA3669B1576718B8) ist das Template auch für SharePoint Foundation 2010 nutzbar.
Ich bekomme immer diese Fehlermeldung:
"Die Websitevorlage erfordert, dass das Feature '{2acf27a5-f703-4277-9f5d-24d70110b18b}' in der Farm oder der Websitesammlung installiert ist.
Führen Sie die Problembehandlung mit Microsoft SharePoint Foundation aus.
Korrelations-ID: a68dd791-5eb0-4ad3-9851-b41245072b46"
Was ich bereits gemacht habe:
- Web Analytics-Datenverarbeitungsdienst und Web Analytics-Webdienst gestartet
- Web Analytics Dienstanwendung erstellt
- Versucht in der PS mit folgendem Kommando das fehlende Feature zu aktivieren:
"Enable-SPFeature -id 2acf27a5-f703-4277-9f5d-24d70110b18b -URL http://mysite"
--> folgender Error:
"Enable-SPFeature : The Feature is not a Farm Level Feature and is not found in a Site level defined by the Url http://mysite.
At line:1 char:17
+ Enable-SPFeature <<<< -id 2acf27a5-f703-4277-9f5d-24d70110b18b -URL http://mysite
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature: SPCmdletEnableFeature) [Enable-SPFeature], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature"
Thomas