Feature name needed

Hi Guys,

I'm trying to run a permissions report with this software, but getting an error saying:

ERROR: Feature 'ea6d4080-ea47-40d5-9f83-3a48f77b556d' for list template '8585' is not installed in this farm.  The operation could not be completed.
9/9/2015 7:54:51 AM ERROR: Stack Trace -    at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream)
   at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse()
   at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
   at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()
   at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()
   at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
   at PermissionReporting.DetailedPermissionHelper.ProcessWebs(ClientContext context, Site site, Web CurrentWeb, SPSecurableObject& CurrentSecurableObject)
   at PermissionReporting.DetailedPermissionHelper.ProcessWebs(ClientContext context, Site site, Web CurrentWeb, SPSecurableObject& CurrentSecurableObject)
   at PermissionReporting.DetailedPermissionHelper.GetStructure(String url, BackgroundWorker bgw, Boolean AnalyzeListItems, Boolean GetFullPermissionStructure, Boolean PreLoadPermissions, Boolean LoadAllItems)
   at PermissionReporting.PermissionReport.ProcessSiteCollection(String Url)

So I need to identify what is Feature 'ea6d4080-ea47-40d5-9f83-3a48f77b556d' and a list template '8585'.

Please advice.

September 9th, 2015 3:38pm

Hi Taras1234567,

According to your description, you want to know the feature name and the list template name.

In my opinion, you could get them by PowerShell.

Use the PowerShell command Get-SPFeature GUID to list the feature.

Please refer to the link for the Get-SPFeature command

http://www.randomizzzer.com/2012/03/how-to-get-the-name-of-a-sharepoint-feature-from-its-guid/

Use the PowerShell command below to get the list template name:

$web = Get-SPWeb  (type your web application)
$lists = $web.ListTemplates> (export to a file for looking up, so type a file url)
Then open the file to look for the template name.

Hope it will be helpful to you.

Best Regards,


Chris

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 9:28pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics