An unexpected error has occurred |
So what is this Correlation ID? In SharePoint 2010, you get a Correlation ID (which is a GUID) attached to your logs/error messages when something happens. This ID can then be used to look up that specific error from the logs.
This Correlation ID is used per request-session in SharePoint 2010, and if you are in the process of requesting some information from SharePoint and bump into some problems along the way – your Correlation ID will be the best starting point for searching for what went wrong along that request.
With the help of SharePoint 2010 Management Shell, you can examine that specific Correlation ID and find out more information about it. Since I hate to open Management Shell and run some scripts every time I ran into these type of errors, I thought of writing a simple tool which will present me the error message details when I entered a Correlation ID.
Error Message From Correlation ID |
You all can try this simple tool your self.
free download
We always develop tools for others and why not develop tools for our selves to make our life easy. Appreciate your feedback.
Happy Coding.
Regards,
Jaliya
hi jaliya,
ReplyDeleteThis tool works for the farm version, but is this working on foundation.
in other words, is it working the sharepointOnline ? (surely not !!)
Do you know a way to get error details ?
Hi Chien,
ReplyDeleteI am sorry. I did not test this with SharePoint Foundation or SharePoint online.
Does anybody know how to get it from Microsoft Online ?
ReplyDeleteMay be because the GetGroupCollectionFromUser1.xsd file cannot be uploaded on Microsoft servers.
ReplyDeleteThat's the difference between farm and online ! We can't modify the XSD files from webservices Soap !!!