Web Part Error in Sandbox solution

Hi, I used the following code for "ADD POST IN NEWSFEED USING C#" in sandbox solution 2013.
                    string serverUrl = "http://sanchit:5097/";
                    string accountName = @"tafecorp\spservices";          
                   SocialDataItem userMentionLink = new SocialDataItem
                        ItemType = SocialDataItemType.User,
                        AccountName = accountName
                    SocialPostCreationData postCreationData = new SocialPostCreationData();
                    postCreationData.ContentText = "{0} does great work!";
                    postCreationData.ContentItems = new SocialDataItem[1] { userMentionLink, };
                    try
                        ClientContext clientContext = new ClientContext(serverUrl);
                        SocialFeedManager feedManager = new SocialFeedManager(clientContext);
                        feedManager.CreatePost(null, postCreationData);
                        clientContext.ExecuteQuery();
                        lblReport.Text = "The post was published";
                    catch (Exception ex)
                        lblReport.Text = ex.ToString();
When i run the code the following error comes.  How to solve this issue. Thanks in advance.
Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: An unexpected error has occurred. Correlation ID: 5f639c9c-7639-50f3-7dce-34ae387d3ed0. 

Share the details about correlation ID in ULS logs
http://sharepoint.stackexchange.com/questions/59679/sandbox-unhandled-exception-was-thrown-partial-trust-app-domain
Well it's taken a few days but I've finally managed to work this one out however it did involve me having to dissect the whole project and reintroduce each piece one at a time.
A few issues were causing it:-
1) I had set one of the projects "Include Assembly in Package" property to false.
2) A static method was making a call to an SPList which turned an empty (null) value. Added a value to that item and the error disappeared.
3) I'd declared a variable as being of type double and set its default value as 0.
Now why the system couldn't have told me that's what the problems were rather than throwing this generic error is a different story! It would have saved me many an hour of confusion.
http://stackoverflow.com/questions/3905388/sharepoint-2010-sandboxed-webpart-error
http://social.technet.microsoft.com/Forums/sharepoint/en-US/c11ab5df-562e-43b4-b350-5c4d07da8bf3/sandbox-solution-error-unhandled-exception-was-thrown-by-the-sandboxed-code-wrappers-execute?forum=sharepointgeneralprevious
http://sohilmakwana.wordpress.com/2013/11/29/sandbox-error-unhandled-exception-was-thrown-by-the-sandboxed-code-wrappers-execute-method-in-the-partial-trust-app-domain/
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Web Part Error: Sandboxed code execution request failed - office 365

    If i am trying to edit the webpart, i am getting this error "Web Part Error: Sandboxed code execution request failed"
    But the same code worked properly before two months, i didnt done any deployment activities from last 6 months..i dont know how it is possible ? 
    and the same issue happening during the javascript post back also
    1) I cant able to restart the sandbox service because i am using office 365
    2) it worked properly before march month, after the patch upgrade which is released by microsoft, i am facing this kind of issue..
    can any one help to resolve this issue ?

    Hi,
    Please post your question on online community for sharepoint 

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported.

    SharePoint 2007 custom (VS 2008) solution is upgraded to SharePoint 2013 using (VS 2012). I followed this approach.
    I had created new empty project (solution) in SharePoint 2013 using (VS 2012) compiled and deployed successfully. All safe controls are registered in the web.config file. After deploying solution i Restarted IIS also, still getting this error. How to resolve
    Error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. Correlation ID: 5d217c9c-1827-7083-80cd-e095a30befee.
    Show Error Details
    Hide Error Details
    [UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    <menu class="ms-hide" id="MSOMenu_WebPartMenu"><ie:menuitem id="MSOMenu_Minimize" text="Minimize" title="Collapse this web part." type="option"></ie:menuitem><ie:menuitem
    id="MSOMenu_Restore" text="Restore" title="Expand this web part." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Close" text="Close" title="Close this Web Part. You can still
    find it under closed Web Parts section in the insert ribbon. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/DelItem.gif" id="MSOMenu_Delete" text="Delete"
    title="Delete this Web Part from the page. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/EditItem.gif"
    id="MSOMenu_Edit" text="Edit Web Part" title="Change properties of this shared Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Connections"
    text="Connections" title="Show connections options for this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem
    id="MSOMenu_Export" text="Export..." title="Export this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/HelpIcon.gif" id="MSOMenu_Help"
    style="display:none;" text="Help" type="option"></ie:menuitem> </menu>        

    Hi Ashok,
    According to your description, my understanding is that you got an error after you re-built a SharePoint 2007 solution with VS2012, and deployed it.
    Make sure the Namespace and Type Name are consistent across all files where indicated. Also with matching case sensitivity. Verify web.config file and assembly in GAC or virtual directory bin folder in post deployment.
    More information, please refer to the link below:
    http://roykimsharepoint.wordpress.com/2013/04/27/classic-web-part-errors/
    Here is a similar post for you to take a look at:
    http://stackoverflow.com/questions/1689707/sharepoint-web-part-type-could-not-be-found-registered-as-safe
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.

    We have an SharePoint services 3.0 installation that uses custom web parts on 100s of subsites.  The custom web parts on any website is presenting this error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
    This past weekend we decided to create a new database server and migrate the databases to the new server in an effort to retire an old box. 
    INitially we attempted to go through the configuration wizard which didnt do anything but add a new database server to our farm.  What we have done is remove the new database server from the farm and use an alias on the SP server to continue to use
    the same name but actually get its data from the new database server.
    Everything works with the site except these custom webparts. 
    Any thoughts on where to go to first, should i redeploy what i think are the webparts from VS 2005 (solutions are VS 2005 slns.)? 
    Tony Spaulding

    You need to make Safe Control enteries in your web.config for the particular web application.
    Open web.config
    Locate the SafeControls Tag
    Make a safe control entry
    <SafeControl Assembly="Assembly name, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d8eb6481d8b4beec" Namespace="your webpart namespace" TypeName="*" Safe="True" />
    In order to find the assembly details, Open the GAC. Right click on your dll and then click properties.

  • Web Part Error: This page has encountered a critical error. Contact your system administrator if this problem persists

    Hi there,
    I am getting the following error in SharePoint 2007 site.
    Web Part Error: This page has encountered a critical error. Contact your system administrator if this problem persists.
    Show Error Details
    Hide Error Details
    [WebPartPageUserException: This page has encountered a critical error. Contact your system administrator if this problem persists.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.RethrowExceptionIfNeeded()
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Guid guid)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    There is no event logged related to this error. I have checked ULS log and nothing much I can find over there.
    Any help would be highly appreciated.
    Thanks,
    Puli
    Puli Bala

    It is not only because of unsafe controls. Please refer the articles below.
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/09/24/safe-mode-did-not-start-successfully-request-failed.aspx
    http://blogs.edwardwilde.com/2009/12/22/safe-mode-did-not-start-successfully-could-not-load-file-or-assembly/
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/6d81f7b0-33c5-482b-b7aa-9f639c784dea/what-reason-can-cause-the-errorerror-failure-in-loading-assembly-microsoftsharepoint?forum=sharepointadminlegacy
    https://paulsiu.wordpress.com/2008/07/24/sharepoint-loading-assembly-error-in-the-event-log/
    Puli Bala

  • Web Part Error From build-in "Contacts" App

    My SP 2013 Foundations has been functioning normally for the past few months until this week. I added the built-in "Contacts" app back when the site was built. This week for some reason when I go to click "Add", I receive the following
    error:
    "Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. Correlation ID: f590159c-dcb7-a0f5-9dc9-76bb9b18c79e."
    I can click "edit" on that list and make changes fine.
    Attempted to Google this one but for the most part my search has turned up nothing. This error seems to be experienced most times by individuals who built their own custom web parts and did not add Safe Controls to the web.config file. How could I get an
    error like this with the default/built-in app?
    I don't see anything helpful in the logs ( %SystemDrive%\inetpub\logs\LogFiles ) as it just shows the point where I get the error, without displaying any more info: 2013-04-26 14:55:03 192.168.0.67 GET /Lists/Company+Directory/Contact/newifs.aspx
    If you need any more information, please let me know! Thanks

    Went to the log folder here:
    I can see this in the log files when I try to click "New":
    04/30/2013 13:28:21.87 w3wp.exe (0x1D70) 0x200C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=28.0750765809621 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.88 w3wp.exe (0x1D70) 0x200C SharePoint Foundation Web Parts ajpj6 High UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.88 w3wp.exe (0x1D70) 0x200C SharePoint Foundation General ajlz0 High Getting Error Message for Exception Microsoft.SharePoint.ApplicationRuntime.SafeControls+UnsafeControlException: A Web Part or Web Form Control on this Page cannot be
    displayed or imported. The type could not be found or it is not registered as safe. at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String
    typeFullName, Boolean throwIfNotSafe) at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts) 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.88 w3wp.exe (0x1D70) 0x200C SharePoint Foundation Web Parts 7935 Information http://(redacted)/Lists/Company Directory/Contact/newifs.aspx - An unexpected error has been encountered in this Web Part. Error: A Web Part or Web Form Control
    on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.92 w3wp.exe (0x1D70) 0x200C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Render Ribbon.). Parent SharePointForm Control Render 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.92 w3wp.exe (0x1D70) 0x200C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Render Ribbon.). Execution Time=4.37541642862431 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc
    04/30/2013 13:28:21.93 w3wp.exe (0x1D70) 0x200C SharePoint Server Search Query dn4s High FetchDataFromURL start at(outside if): 1 param: start 0be6169c-bc0c-a0f5-9dc9-70ab1e3484cc

  • XSLT List View Web Part Error when Using Group By

    I have a Tasks List created a tasks list in SharePoint.  The Tasks (normal OOTB template) list works fine in the normal view, however, I have created an XSLT ListView Web Part that points to this tasks list.  When I set the web part to display
    a view with a "Group By" rule, it returns an error:
    "Attempted to use an object that has ceased to exist. (Exception from HRESULT:
    0x80030102 (STG_E_REVERTED))
    The list has just over 1000 items and the threshold is set to 5000, I have tried indexing the column that I am "grouping by" just in case and that has not worked.  
    Has anyone experienced this issue before?  If so, what steps can be done to display the XSLT List View Web Part properly?

    Thank you for the response.  I tried the above link and it didn't seem to solve the issue; in fact, when I clicked on Common Control Tasks there wasn't any Data View Tasks such Filter and Sort & Group.  
    Perhaps some more information would shed light on a solution. I created a list template including content of the task list in question. I  was able to display the new list in an XSLT List View Web part with grouping enabled.  However, I noticed that
    the "Related Content" column was completely empty (it was there, it just had no data in each row).  What is the source of this Related Content? I know it is a system column that appears when Workflows generate the item in the list but could it be the
    reason for the Web part being unable to display with groupings?

  • "Unable to display this Web Part" error message after patch KB2844286

    We use a Web Part to show a list item in the boxed style. We have modified this Web Part with SharePoint Designer to remove the header columns. The result looks like this:
    After installing the latest patch KB2844286 we’ve got the following error message:
    Here are the SharePoint logs entries corresponding to the Correlation ID:
    Line 2759: 07/11/2013 10:04:21.53 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://server01:80/sites/home/project/PJ-000092/SitePages/Home.aspx) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2760: 07/11/2013 10:04:21.54 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/sites/home 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2761: 07/11/2013 10:04:21.54 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=13.5386987057768 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2762: 07/11/2013 10:04:21.56 w3wp.exe (0x1EA4) 0x03A4 Web Content Management Publishing 7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2763: 07/11/2013 10:04:21.63 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Web Parts 89a1 High Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.Xsl.XslCompiledTransform.Load(MethodInfo executeMethod, Byte[] queryData, Type[] earlyBoundTypes) at Microsoft.Xslt.STransform.GetCompiledTransform() at Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.LoadXslCompiledTransform(WSSXmlUrlResolver someXmlResolver) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXslCompiledTransform() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2764: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y3 High Failed to open the file 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\core.en-GB.resx'. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2765: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y4 High #20015: Cannot open "": no such file or folder. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2766: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y4 High (#2: Cannot open "": no such file or folder.) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2767: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y9 High Failed to read resource file "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\core.en-GB.resx" from feature id "(null)". 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2768: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General 8e26 Medium Failed to open the language resource keyfile core. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2769: 07/11/2013 10:04:21.70 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://server01:80/sites/home/project/PJ-000092/SitePages/Home.aspx)). Execution Time=169.668938358136 8356852e-0df2-4b5a-9473-b50153e73406
    After deinstalling the patch the Web Part is displayed correctly again.
    Our SharePoint Server has the Feb. 2013 CU installed.
    This also happens to other Web Parts we manually updated via SharePoint Designer.
    Any suggestion what’s going wrong?

    Also affected here!!!!
    Hey all,  I know they want responses here, but also go to the bloody KB itself and click the Give Feedback link on any KBs that break stuff.
    Glad I found this by the way.
    Here are the installed updates (Gotten by doing wmic qfe get Caption, Description, HotFixID):
    Caption                                        Description     
    HotFixID   
    Microsoft-Windows-ADRMS-BPA                    Update           KB981391   
    Microsoft-Windows-ApplicationServer-BPA        Update           KB981392   
    Microsoft-Windows-DHCP-BPA                     Update           KB977236   
    Microsoft-Windows-FileServices-BPA             Update           KB981111   
    Microsoft-Windows-HyperV-BPA                   Update           KB977238   
    http://support.microsoft.com?kbid=974405       Update           KB974405   
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2764913  
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2764916  
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2718695  
    Microsoft-Windows-NPAS-BPA                     Update           KB977239   
    http://support.microsoft.com/                  Update           KB2670838  
    http://support.microsoft.com/                  Update           KB2592687  
    Microsoft-Windows-WSUS-BPA                     Update           KB981390   
    http://support.microsoft.com/?kbid=2386667     Update           KB2386667  
    http://support.microsoft.com/?kbid=2425227     Security Update  KB2425227  
    http://support.microsoft.com/?kbid=2476490     Security Update  KB2476490  
    http://support.microsoft.com/?kbid=2478662     Security Update  KB2478662  
    http://support.microsoft.com/?kbid=2479943     Security Update  KB2479943  
    http://support.microsoft.com/?kbid=2484033     Update           KB2484033  
    http://support.microsoft.com/?kbid=2488113     Update           KB2488113  
    http://support.microsoft.com/?kbid=2492386     Update           KB2492386  
    http://support.microsoft.com/?kbid=2503665     Security Update  KB2503665  
    http://support.microsoft.com/?kbid=2505438     Update           KB2505438  
    http://support.microsoft.com/?kbid=2506014     Update           KB2506014  
    http://support.microsoft.com/?kbid=2506212     Security Update  KB2506212  
    http://support.microsoft.com/?kbid=2506928     Update           KB2506928  
    http://support.microsoft.com/?kbid=2507618     Security Update  KB2507618  
    http://support.microsoft.com/?kbid=2507938     Security Update  KB2507938  
    http://support.microsoft.com/?kbid=2508272     Security Update  KB2508272  
    http://support.microsoft.com/?kbid=2509553     Security Update  KB2509553  
    http://support.microsoft.com/?kbid=2510531     Security Update  KB2510531  
    http://support.microsoft.com/?kbid=2511250     Update           KB2511250  
    http://support.microsoft.com/?kbid=2511455     Security Update  KB2511455  
    http://support.microsoft.com/?kbid=2515325     Update           KB2515325  
    http://support.microsoft.com/?kbid=2518869     Security Update  KB2518869  
    http://support.microsoft.com/?kbid=2522422     Update           KB2522422  
    http://support.microsoft.com/?kbid=2524375     Security Update  KB2524375  
    http://support.microsoft.com/?kbid=2529073     Update           KB2529073  
    http://support.microsoft.com/?kbid=2530548     Security Update  KB2530548  
    http://support.microsoft.com/?kbid=2533552     Update           KB2533552  
    http://support.microsoft.com/?kbid=2533623     Update           KB2533623  
    http://support.microsoft.com/?kbid=2534366     Update           KB2534366  
    http://support.microsoft.com/?kbid=2536275     Security Update  KB2536275  
    http://support.microsoft.com/?kbid=2536276     Security Update  KB2536276  
    http://support.microsoft.com/?kbid=2539635     Security Update  KB2539635  
    http://support.microsoft.com/?kbid=2541014     Update           KB2541014  
    http://support.microsoft.com/?kbid=2544893     Security Update  KB2544893  
    http://support.microsoft.com/?kbid=2545698     Update           KB2545698  
    http://support.microsoft.com/?kbid=2547666     Update           KB2547666  
    http://support.microsoft.com/?kbid=2552343     Update           KB2552343  
    http://support.microsoft.com/?kbid=2555917     Security Update  KB2555917  
    http://support.microsoft.com/?kbid=2556532     Security Update  KB2556532  
    http://support.microsoft.com/?kbid=2560656     Security Update  KB2560656  
    http://support.microsoft.com/?kbid=2562937     Security Update  KB2562937  
    http://support.microsoft.com/?kbid=2563227     Update           KB2563227  
    http://support.microsoft.com/?kbid=2563894     Security Update  KB2563894  
    http://support.microsoft.com/?kbid=2564958     Security Update  KB2564958  
    http://support.microsoft.com/?kbid=2567053     Security Update  KB2567053  
    http://support.microsoft.com/?kbid=2567680     Security Update  KB2567680  
    http://support.microsoft.com/?kbid=2570791     Update           KB2570791  
    http://support.microsoft.com/?kbid=2570947     Security Update  KB2570947  
    http://support.microsoft.com/?kbid=2572077     Security Update  KB2572077  
    http://support.microsoft.com/?kbid=2574819     Update           KB2574819  
    http://support.microsoft.com/?kbid=2584146     Security Update  KB2584146  
    http://support.microsoft.com/?kbid=2585542     Security Update  KB2585542  
    http://support.microsoft.com/?kbid=2588516     Security Update  KB2588516  
    http://support.microsoft.com/?kbid=2603229     Update           KB2603229  
    http://support.microsoft.com/?kbid=2604115     Security Update  KB2604115  
    http://support.microsoft.com/?kbid=2607047     Update           KB2607047  
    http://support.microsoft.com/?kbid=2607712     Update           KB2607712  
    http://support.microsoft.com/?kbid=2608658     Update           KB2608658  
    http://support.microsoft.com/?kbid=2616676     Update           KB2616676  
    http://support.microsoft.com/?kbid=2617657     Security Update  KB2617657  
    http://support.microsoft.com/?kbid=2618451     Security Update  KB2618451  
    http://support.microsoft.com/?kbid=2620704     Security Update  KB2620704  
    http://support.microsoft.com/?kbid=2620712     Security Update  KB2620712  
    http://support.microsoft.com/?kbid=2621440     Security Update  KB2621440  
    http://support.microsoft.com/?kbid=2631813     Security Update  KB2631813  
    http://support.microsoft.com/?kbid=2633873     Security Update  KB2633873  
    http://support.microsoft.com/?kbid=2633952     Update           KB2633952  
    http://support.microsoft.com/?kbid=2636573     Update           KB2636573  
    http://support.microsoft.com/?kbid=2639417     Security Update  KB2639417  
    http://support.microsoft.com/?kbid=2640148     Update           KB2640148  
    http://support.microsoft.com/?kbid=2641653     Security Update  KB2641653  
    http://support.microsoft.com/?kbid=2641690     Update           KB2641690  
    http://support.microsoft.com/?kbid=2643719     Security Update  KB2643719  
    http://support.microsoft.com/?kbid=2644615     Security Update  KB2644615  
    http://support.microsoft.com/?kbid=2645640     Security Update  KB2645640  
    http://support.microsoft.com/?kbid=2647518     Security Update  KB2647518  
    http://support.microsoft.com/?kbid=2647753     Update           KB2647753  
    http://support.microsoft.com/?kbid=2653956     Security Update  KB2653956  
    http://support.microsoft.com/?kbid=2654428     Security Update  KB2654428  
    http://support.microsoft.com/?kbid=2655992     Security Update  KB2655992  
    http://support.microsoft.com/?kbid=2656356     Security Update  KB2656356  
    http://support.microsoft.com/?kbid=2656373     Security Update  KB2656373  
    http://support.microsoft.com/?kbid=2656411     Security Update  KB2656411  
    http://support.microsoft.com/?kbid=2658846     Security Update  KB2658846  
    http://support.microsoft.com/?kbid=2659262     Security Update  KB2659262  
    http://support.microsoft.com/?kbid=2660075     Update           KB2660075  
    http://support.microsoft.com/?kbid=2660465     Security Update  KB2660465  
    http://support.microsoft.com/?kbid=2660649     Security Update  KB2660649  
    http://support.microsoft.com/?kbid=2661254     Update           KB2661254  
    http://support.microsoft.com/?kbid=2665364     Security Update  KB2665364  
    http://support.microsoft.com/?kbid=2667402     Security Update  KB2667402  
    http://support.microsoft.com/?kbid=2676562     Security Update  KB2676562  
    http://support.microsoft.com/?kbid=2677070     Update           KB2677070  
    http://support.microsoft.com/?kbid=2685811     Update           KB2685811  
    http://support.microsoft.com/?kbid=2685813     Update           KB2685813  
    http://support.microsoft.com/?kbid=2685939     Security Update  KB2685939  
    http://support.microsoft.com/?kbid=2686831     Security Update  KB2686831  
    http://support.microsoft.com/?kbid=2688338     Security Update  KB2688338  
    http://support.microsoft.com/?kbid=2690533     Security Update  KB2690533  
    http://support.microsoft.com/?kbid=2691442     Security Update  KB2691442  
    http://support.microsoft.com/?kbid=2695962     Security Update  KB2695962  
    http://support.microsoft.com/?kbid=2698365     Security Update  KB2698365  
    http://support.microsoft.com/?kbid=2699779     Update           KB2699779  
    http://support.microsoft.com/?kbid=2705219     Security Update  KB2705219  
    http://support.microsoft.com/?kbid=2709162     Security Update  KB2709162  
    http://support.microsoft.com/?kbid=2709630     Update           KB2709630  
    http://support.microsoft.com/?kbid=2709715     Security Update  KB2709715  
    http://support.microsoft.com/?kbid=2709981     Update           KB2709981  
    http://support.microsoft.com/?kbid=2712808     Security Update  KB2712808  
    http://support.microsoft.com/?kbid=2718523     Security Update  KB2718523  
    http://support.microsoft.com/?kbid=2718704     Update           KB2718704  
    http://support.microsoft.com/?kbid=2719033     Security Update  KB2719033  
    http://support.microsoft.com/?kbid=2719857     Update           KB2719857  
    http://support.microsoft.com/?kbid=2719985     Security Update  KB2719985  
    http://support.microsoft.com/?kbid=2724197     Security Update  KB2724197  
    http://support.microsoft.com/?kbid=2726535     Update           KB2726535  
    http://support.microsoft.com/?kbid=2727528     Security Update  KB2727528  
    http://support.microsoft.com/?kbid=2729094     Update           KB2729094  
    http://support.microsoft.com/?kbid=2729452     Security Update  KB2729452  
    http://support.microsoft.com/?kbid=2731847     Security Update  KB2731847  
    http://support.microsoft.com/?kbid=2732059     Update           KB2732059  
    http://support.microsoft.com/?kbid=2735855     Update           KB2735855  
    http://support.microsoft.com/?kbid=2736233     Update           KB2736233  
    http://support.microsoft.com/?kbid=2736422     Security Update  KB2736422  
    http://support.microsoft.com/?kbid=2742599     Security Update  KB2742599  
    http://support.microsoft.com/?kbid=2743555     Security Update  KB2743555  
    http://support.microsoft.com/?kbid=2749655     Update           KB2749655  
    http://support.microsoft.com/?kbid=2750841     Update           KB2750841  
    http://support.microsoft.com/?kbid=2753842     Security Update  KB2753842  
    http://support.microsoft.com/?kbid=2756822     Update           KB2756822  
    http://support.microsoft.com/?kbid=2756921     Security Update  KB2756921  
    http://support.microsoft.com/?kbid=2757638     Security Update  KB2757638  
    http://support.microsoft.com/?kbid=2758857     Security Update  KB2758857  
    http://support.microsoft.com/?kbid=2761217     Update           KB2761217  
    http://support.microsoft.com/?kbid=2761226     Security Update  KB2761226  
    http://support.microsoft.com/?kbid=2763523     Update           KB2763523  
    http://support.microsoft.com/?kbid=2765809     Security Update  KB2765809  
    http://support.microsoft.com/?kbid=2769369     Security Update  KB2769369  
    http://support.microsoft.com/?kbid=2770660     Security Update  KB2770660  
    http://support.microsoft.com/?kbid=2778344     Security Update  KB2778344  
    http://support.microsoft.com/?kbid=2778930     Security Update  KB2778930  
    http://support.microsoft.com/?kbid=2779030     Security Update  KB2779030  
    http://support.microsoft.com/?kbid=2779562     Update           KB2779562  
    http://support.microsoft.com/?kbid=2785220     Security Update  KB2785220  
    http://support.microsoft.com/?kbid=2786081     Update           KB2786081  
    http://support.microsoft.com/?kbid=2786400     Update           KB2786400  
    http://support.microsoft.com/?kbid=2789645     Security Update  KB2789645  
    http://support.microsoft.com/?kbid=2790113     Security Update  KB2790113  
    http://support.microsoft.com/?kbid=2790655     Security Update  KB2790655  
    http://support.microsoft.com/?kbid=2791765     Update           KB2791765  
    http://support.microsoft.com/?kbid=2798162     Update           KB2798162  
    http://support.microsoft.com/?kbid=2799494     Security Update  KB2799494  
    http://support.microsoft.com/?kbid=2803821     Security Update  KB2803821  
    http://support.microsoft.com/?kbid=2804579     Security Update  KB2804579  
    http://support.microsoft.com/?kbid=2807986     Security Update  KB2807986  
    http://support.microsoft.com/?kbid=2808679     Update           KB2808679  
    http://support.microsoft.com/?kbid=2808735     Security Update  KB2808735  
    http://support.microsoft.com/?kbid=2813170     Security Update  KB2813170  
    http://support.microsoft.com/?kbid=2813347     Security Update  KB2813347  
    http://support.microsoft.com/?kbid=2813430     Security Update  KB2813430  
    http://support.microsoft.com/?kbid=2820197     Security Update  KB2820197  
    http://support.microsoft.com/?kbid=2820331     Update           KB2820331  
    http://support.microsoft.com/?kbid=2829361     Security Update  KB2829361  
    http://support.microsoft.com/?kbid=2830290     Security Update  KB2830290  
    http://support.microsoft.com/?kbid=2832414     Security Update  KB2832414  
    http://support.microsoft.com/?kbid=2833946     Security Update  KB2833946  
    http://support.microsoft.com/?kbid=2834140     Update           KB2834140  
    http://support.microsoft.com/?kbid=2834886     Security Update  KB2834886  
    http://support.microsoft.com/?kbid=2835361     Security Update  KB2835361  
    http://support.microsoft.com/?kbid=2835364     Security Update  KB2835364  
    http://support.microsoft.com/?kbid=2836502     Update           KB2836502  
    http://support.microsoft.com/?kbid=2836942     Update           KB2836942  
    http://support.microsoft.com/?kbid=2836943     Update           KB2836943  
    http://support.microsoft.com/?kbid=2839894     Security Update  KB2839894  
    http://support.microsoft.com/?kbid=2840149     Security Update  KB2840149  
    http://support.microsoft.com/?kbid=2840631     Security Update  KB2840631  
    http://support.microsoft.com/?kbid=2845187     Security Update  KB2845187  
    http://support.microsoft.com/?kbid=2845690     Security Update  KB2845690  
    http://support.microsoft.com/?kbid=2846071     Security Update  KB2846071  
    http://support.microsoft.com/?kbid=2847927     Security Update  KB2847927  
    http://support.microsoft.com/?kbid=2850851     Security Update  KB2850851  
    http://support.microsoft.com/?kbid=976902      Update           KB976902   
    http://support.microsoft.com/?kbid=982018      Update           KB982018 
    Information from systeminfo command
    OS Name:                   Microsoft Windows Server 2008 R2 Standard
    OS Version:                6.1.7601 Service Pack 1 Build 7601
    OS Manufacturer:           Microsoft Corporation
    OS Configuration:          Member Server
    OS Build Type:             Multiprocessor Free
    Registered Owner:          Windows User
    Registered Organization:   
    Product ID:                55041-264-0143992-84091
    Original Install Date:     7/22/2011, 4:50:33 PM
    System Boot Time:          7/19/2013, 9:45:37 AM
    System Manufacturer:       VMware, Inc.
    System Model:              VMware Virtual Platform
    System Type:               x64-based PC
    Processor(s):              2 Processor(s) Installed.
                               [01]: Intel64 Family 6 Model 23 Stepping 6 GenuineIntel ~1995 Mhz
                               [02]: Intel64 Family 6 Model 23 Stepping 6 GenuineIntel ~1995 Mhz
    BIOS Version:              Phoenix Technologies LTD 6.00, 6/22/2012
    Windows Directory:         C:\Windows
    System Directory:          C:\Windows\system32
    Boot Device:               \Device\HarddiskVolume1
    System Locale:             en-us;English (United States)
    Input Locale:              en-us;English (United States)
    Time Zone:                 (UTC-08:00) Pacific Time (US & Canada)
    Total Physical Memory:     8,192 MB
    Available Physical Memory: 3,785 MB
    Virtual Memory: Max Size:  16,381 MB
    Virtual Memory: Available: 9,596 MB
    Virtual Memory: In Use:    6,785 MB
    Page File Location(s):     C:\pagefile.sys
    Hotfix(s):                 196 Hotfix(s) Installed.
    List removed.
    Information from SP CA Upgrade and patches
      Server Product Version Install Status
      Microsoft SharePoint Server 2010   Installed
       Microsoft Access Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Access Services Server
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6116.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6110.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Document Lifecycle Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6116.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Document Lifecycle Components English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Mobile Viewer Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Services Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft InfoPath Form Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6123.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft InfoPath Forms Services
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5003 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Arabic) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (English) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6135.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (French) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (German) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Russian) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Spanish) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6119.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Search Server 2010 Core
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Search Server 2010 English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Shared Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Shared Coms English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Foundation 2010 1033 Lang Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2817552) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2794728) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596957) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2687566)
     14.0.6127.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2598321)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597132)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597058)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2553050)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2536601)
     14.0.6106.5000 Superseded
       Microsoft SharePoint Foundation 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Foundation 2010 Core
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2817552) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2794728) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596957) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5002 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2687566)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2598321)
     14.0.6120.5006 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597132)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597058)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596508)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2553050)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2536601)
     14.0.6106.5002 Superseded
       Microsoft SharePoint Foundation 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Portal
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Portal English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6133.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Server 2010  
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Slide Library
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Slide Library English Language Pack
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft User Profiles
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Security Update for Microsoft SharePoint Server 2010 (KB2560890)
     14.0.6106.5009 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Visio Services English Language Pack
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Visio Services Web Front End Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6124.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Web Analytics English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Web Analytics Web Front End Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6130.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6107.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Word Server
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Word Server English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       PerformancePoint Services for SharePoint
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       PerformancePoint Services in SharePoint 1033 Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6124.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed

  • Content Search Web Part Error / Control_list.js not found

    Hello,
    I am trying to use the Content Search Web Part but I receive an error:
    Display Error: The display template had an error. You can correct it by fixin the template or by changing the display template used in either the Web Part properties or Result Types;
    Template '~sitecollection/_catalog/masterpage/Display Templates/Content Web Parts/Control_List.js not found or has syntax errors. (Load Template;)
    I am working on a fresh installation (out of the box) Sharepoint 2013 SP1 on which I have applied the latest CU.
    I have checked the folder and I only have one file 'Group_Content.js'. I searched over the web and I found out that I am missing a lot of file in that folder.
    Anybody can help me solve this without re-installation of SP?
    Thank you!

    Yep you are missing a lot of display templates if you only have the one.
    Is this the root site collection or a new site-collection under /sites? If it's the root site collection, then I would suggest creating a new web application and site collection and seeing if the problem exists in that. If it does, then you may need to repair/rebuild
    your SharePoint installation.
    If it's a sub-site-collection and the root site doesn't have that problem, try creating a new site-collection and testing in that. Also ensure that you have publishing features enabled in the site collection.
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Search results web part error, missing tabs.

    Hello,
    I have a custom master page built from an html on Sharepoint Online.
    I want to add a Search Results webpart on my page, but when I do it, I see that this webparts has missing options. I only have the first two, and are not even complete, I cannot swith between basic and advance query and I don't have the refinement, sorting,
    test tabs..
    Opening the developer tools for the popup, I see the following error.
    Uncaught TypeError: Cannot read property 'add_resultRendered' of undefined on Search.configuration.js on line number 1.
    The point is, that if I quit my masterpage and I put the seattle, the webparts works perfect. So I know that there is something missing on my masterpage, but I don't have a idea about what can be.
    Any thoughts?
    Many thanks,

    Hi arcanedevice,
    According to your description, my understanding is that the Search Result Web Part was not showing data for Anonymous Users.
    The cause of this issues was due to security trimming. For resolving this issue, please do the followings:
    Under the SharePoint Site go to Site Settings.  Search -> Search and offline availability -> Indexing ASPX Page Content, Enable the option "Always index all Web Parts on this site"
    Under Search Service Application, do a Full Crawl for the content source
    More information, please refer to the link:
    http://blogs.msdn.com/b/sowmyancs/archive/2010/07/16/sharepoint-2010-search-not-showing-any-results-for-anonymous-users.aspx
    After the above, compare the result. If this issue still exists, please run the following PowerShell Script:
    $web = get-spweb "http://yoursiteurl/subweb/subsubweb"
    $list = $web.Lists["ListName"]
    $list.BreakRoleInheritance($true)
    $list.AnonymousPermMask = $list.AnonymousPermMask -bor ([int][Microsoft.SharePoint.SPBasePermissions]::ViewFormPages) #binary or adding the permissions
    $list.Update()
    More information, How to Make List Items Visible to Anonymous Users (in Search)
    http://soerennielsen.wordpress.com/2012/05/29/how-to-make-list-items-visible-to-anonymous-users-in-search/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • External Web Service call from Sandbox Solution in SharePoint 2010

    Can anyone from this forum can tell me how to call an external web service from Sandbox solution?
    It would of great help as got stuck on it for a long time.
    Note:- Cannot use Silverlight and JQuery to call web service from client side.Cannot use full trust proxy.

    Hi Dibyendu,
    Sorry for delay but fact that we can not call webservice in sand box solution(It's does not support).
    The reason behind of this sand box solution support only full trust code.
    One or more assemblies referenced by the XmlSerializer cannot be called 
      from partially trusted code.
    When you create a reference to a Web service, Microsoft Visual Studio®.NET creates and places one or more objects in your assembly to store the argument data passed to the method(s) in the Web service. These objects are serialized using the XmlSerializer class
    when you invoke one or more of the methods in the Web service. By default, if your assembly is strongly named and resides in the BIN directory, callers with partial trust cannot access objects within that assembly. When you make the call to the Web service
    method, the XmlSerializerdetects that there are partially trusted callers on the callstack (i.e. your assembly) and prevents the serialization from taking place even though the object resides in the same assembly.
    Er.vinay

  • Sharepoint 2013 - InfoPath Web Part Errors

    There may be a better way to accomplish what I'm doing so I will explain the idea first.  I'm putting together a PMO Sharepoint Site which contains drill down project information from 4 groups to over 500 projects.  I would like to display the
    data in a more dynamic way than just in lists so I am attempting to use an InfoPath form to display dynamic data in a more friendly text view.
    After creating a form view in InfoPath 2010, I loaded it into Sharepoint 2013.  I went through "Connections" and selected "Get Form From" and chose a web part list.  After choosing the view and saving I receive this error.  Sometimes
    it saves correctly but when I go back to edit the web part this error appears.

    This has been answered for SP 2010 at SP:SO. Things wont change much in SP 2013 as far as VWP is concerned. Basically you will need to implement Custom Web Part Editor.
    http://stackoverflow.com/questions/6946153/edit-webpart-properties-with-dynamic-dropdownlist
    Here is an example.
    http://sptechbytes.blogspot.ca/2013/02/sharepoint-2010-creating-custom-editor.html
    Amit

  • "KPI indicator" web part error

    I created a KPI list in a Report Center. It works fine and displays traffic lights as intended. However, when I insert the KPI web part other places in the site collection the indicator name appears but for the "Goal", "Value" and "Status" fields the
    following error appears: Value cannot be null. Parameter name: webNode
    It seems that the problem is not unique. In my search for answers I found this post describing the exact same situation:
    http://suguk.org/forums/post/3856.aspx. Unfortunately, there was no answer to this post.
    I hope someone out there can help me.
    Thanks in advance
    Lene Kim

    I had a similar problem and it seems it has something to do with the superuser account. After I configured it, the problem was solved.
    Microsoft article:
    http://technet.microsoft.com/en-us/library/ff758656(v=office.14).aspx 
    Also see:
    http://www.sharepointchick.com/archive/2010/10/06/resolving-the-super-user-account-utilized-by-the-cache-is.aspx
    Cheers
    Gustav

  • How to Resolve Can not Display Web part error using CQWP and a blog

    I have  a SharePoint 2010 site with a home page that has a  CQWP (content Query Web Part) tied to the most recent blog of blog site with a list of blogs.  Randomly, some clients will experience a "Unable to display
    a web part". Our client machines are set up with Roaming profiles that are PKI enabled.  Some users are always able to see the resulting blog on the home page, while other users, experience sporadic ability to see the blog ----getting a
    "Unable to display web part".  Also a client can be on one machine and get the error and then log on to another machine and not get the error. Its also seems that when a new blog is added to the blog list this is when the
    ability to see the blog on the home page may come up as an error.  Our setup is simple:   show items= list/posts, List type=Posts, Content Type Group= List Content Type, Content type=Posts,  no audience targeting, not additonal filters,
    group items by = None Descending,  #columns =1, sort items by =published -descending   Limit # display items = 1,  Gropup style = Default,  itemstyle= image on left,  yes play media links,  Fields to display = titlt
    and Description (body)
     What kind of things could cause the random behavior?  

    Hi,
    According to your description, my understanding is that the error occurred occasionally with the Content Query web part.
    I tested the same scenario in my environment, and the web part worked fine.
    I recommend to verify the things below:
    Did this issue occur with all the Content Query web part? I recommend to create a new Content Query web part to see if the issue still occurs.
    Did this issue occur with all the users who have permission to view the web part?
    Deactivate the Publish feature and then re-activate it to see if the issue still occurs.
    Check the ULS log for detailed error message.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Web Part error after Request Management Configuration

    Dear All,
    I'm so confused in RM, because when ever I trying to open the site pages throw error message like;
    Sorry, something went wrong
    An unexpected error has occurred.
    Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close
    Web Parts or remove personal settings. For more information, contact your site administrator.
    Uls log with corresponding correlation:
    Mapping URI from 'http://portal.domain:80/Pages/Faq.aspx' to 'http://server-sp1/Pages/Faq.aspx'
    I was keep refreshing the page default site randomly coming up the site.  But there was no error while accessing site settings and site content and all default SharePoint back end pages on both default/intranet site.
    The application urls are;
    Server 1: http://server-sp1:4421
    Server 2: http://server-sp2:4421
    AAM:
    http://server-sp1:4421 Default http://server-sp1:4421
    http://server-sp2:4421 Default http://server-sp1:4421
    http://portal.domain.com intranet http://portal.domain.com
    RM configuration:
    RoutingRules                       : {portal.domain.com}
    ThrottlingRules                    : {}
    MachinePools                       : {All WFE Servers}
    RoutingTargets                     : {server-sp1, server-sp2}
    Rule: portal.domain.com
    MachinePool    : SPRoutingMachinePool Name=All WFE Servers
    Name           : domain.com
    Criteria       : {}
    ExecutionGroup : 1
    Expiration     : 12/31/9999 11:59:59 PM
    Criteria:
    PropertyType     : Host
    Value            : portal.domain.com
    MatchType        : Equals
    CaseSensitive    : False
    CustomHeaderName : 
    How can I resolve this issue?
    Thanks in advance.

    Sorry for the late reply.  The application was already extended to IIS, what do I need to do in IIS? Even i performed app-pool recycle and iisreset.  No luck.
    Thanks.

Maybe you are looking for

  • I am having a spawn problem.

    in my game at the end you will see a target. if you hit that target the platform should show right?, wrong it won't show. in my code to fire the bubbles if the bubbles hit the target the platforms should appear. why arent they appearing? here is my g

  • How can I use two different PC's with Lr5.5 to manage and process my photos stored on external disk, and exchange the analysis between these two computers?

    I operate on two computers and would like to be able download  Lr jobs done on my laptop,  to my stationary PC, also used to process other images, all stored on the same external disk. In other words I want to process may photos on two PCs and to to

  • Adding ORDER BY increases parse time dramatically

    I have a SQL query involving 10 tables, 2 of which are accessed via separate database links. Running that query with input that results in 0 rows takes less than a second. However, when I add an ORDER BY clause, returning 0 rows now takes over 7 seco

  • Help - upload PDF file - problem with adobe

    We are attempting to upload a PDF file into an internet application.  We are told that our Windows 7 is not compatibale with our Adobe software and even though we have the file name appropriately it will not populate in the window that is available.

  • Using Classic after Suitcase Fusion

    I have a few machines that can still run Quark 4.1 in Classic mode for viewing legacy files. Sadly, I installed Suitcase Fusion, which KO'd my ability to open any fonts in Classic apps. I have uninstalled Suitcase, using the Extensis Knowledge Base a