BW Web Query Error Message

We execute our queries through web templates. My client executes a CO-PA operating concern query through the web browser for a year’s worth of data and after results are returned, then proceed to drill down on material and another drill down on customer. After 15 minutes or more the following message is displayed – “ An error has occurred during loading. Please look in the upper frame for further information”.
Client also gets the same message after letting a query set idle for some time and then later try to resume action on it, such as drill down or filter.
We have tried the suggested solution in SAP note 924176 for the &SNIPPET_OPERATIONS=.
We have almost 20 active aggregates setup for the CO-PA operating Concern cube assigned to the query.
Also, we have upgraded the SAP kernel to the latest version:
icm/server_port_2  PROT=SMTP ,  PORT=8857 , TIMEOUT=900
icm/server_port_1  PROT=HTTPS , PORT=8856 , TIMEOUT=900
icm/server_port_0  PROT=HTTP ,  PORT=8855 , TIMEOUT=900
icm/keep_alive_timeout is set to 60 and always has been on our servers.
These all check out with what SAP recommends.
Does anyone have any other suggestions that we can try?
Also, does anyone know where this error message is produced from? Is it from SAP, BW or Microsoft Explorer? Can this message be modified to better explain to the user why the timeout occurred, i.e. too much data?
We realize that this is a huge amount of data being returned due to the drill down. The client would like for us to continue to try and resolve this issue. This error message is not very user friendly and tends to be confusing for our client.  If we cannot resolve the error, we would at the very least like to change the error message to be more meaningful.
Any assistance is greatly appreciated. Thanks!

Dear Eric,
do you have a Proxy Server you work with, if you deactivate it for your BW domain. Proxy Server normally have timeouts from 5 till 15 minutes - but sometimes its to less for BW Queries.
Another reason is the 2 GB limitation of Processec, look in Transaction ST22 (Dump Analysis) and search for Dumps on a day the error occurs.
IF there are dumps including 'ROLL_MEMORY' or 'TABLE_SIZE' ..., it is the 2 GB limitation - this happens often with larger data, is it possible to reduce the data by mandatory varibales or something else, if this is not practible. Contact your BASIS, there are some system parameters to optimize it - but only a bit.
We have to wait for 64 bit systems...
Search SAP Notes for the Dump Text and you will get further help on it.
Regards Marcus

Similar Messages

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • Modidy the Web Dispatcher Error message

    Hi,
    Where do we modify the web dispatcher error message "500 Dispatching error" to a cutome message on the J2EE?
    Thank you.

    note says:
    Customization of 500 Internal Server Error
    This response code is returned when there is a problem with the application or the server. Any not handled Exception or Error triggers the return of response with code 500.
    To return different content on error occurance, you need to handle the error by inserting the appropriate declaration in web.xml.
    Sample declaration for handling of test.MyApplicationException occurances in the application scope:
      <error-page>
        <exception-type>test.MyApplicationException< /exception-type>
        <location>/customerrors/MyApplicationException.jsp</location>
      </error-page>
               Note1: For each error condition you need to handle (application exception use a separate error page. For all other exceptions use a global error handling definition for java.lang.Throwable.
    However you must be aware of the following:
    In case java.lang.OutOfMemoryError appears the subsequent behaviour of the JVM is undefined and this may lead to unpredicatable effects. Therefore the webcontainer will not pass such error to the error page for handling.
    If the following general definition
      <error-page>
        <exception-type>java.lang.Throwable< /exception-type>
        <location>/customerrors/WhateverProblem.jsp</location>
      </error-page>
    is in place, then the error handler resource is responsible for logging the error condition.
    This means the resource handling general problems if such is declared must be dynamic (a JSP page or a servlet not HTML page)
               Note2: Exceptions are searched in order of appearance in web. xml and not determining closest in class hierarchy.
               This is true for all patchlevels of J2EE Engine 6.20 and versions of J2EE Engine 6.40 lower than SP11.
    Therefore if test.ChildException extends test.ParentException extends java.lang.Exception and
    <error-page>
       <exception-type>test.ParentException</exception-type>
      <location>/customerrors/ParentException.jsp</location>
    </error-page>
    <error-page>
      <exception-type>test.ChildException</exception-type>
      <location>/customerrors/ChildException.jsp</location>
    </error-page>
    is specified in the web.xml of the application as exceptions are searched in order of appearance regardless if ChildException or ParentException is thrown, the call will be directed to /Customerrors/ParentException.jsp because ChildException is a subclass of ParentException..
    Working mapping would be :
    <error-page>
      <exception-type>test.ChildException</exception-type>
      <location>/customerrors/ChildException.jsp</location>
    </error-page>
    <error-page>
      <exception-type>test.ParentException</exception-type>
      <location>/customerrors/ParentException.jsp</location>
    </error-page>
    so you need to switch the declarations in the web.xml (effective on next start of the application).
    BR, Oliver

  • Web-UI error message "Access via 'NULL' object reference not possible"

    I need some help, I'm not a Basis person but I need to get this connection problem resolve.
    This problem is in our DEV ICWeb system.  After logging in to Web-UI, I got a error message "Access via 'NULL' object reference not possible".  We have 3 clients (100, 220, & 310) in DEV and all 3 clients are giving me the same error message.
    From the help.sap.com, I found this topic http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    but in the document it asked to go to SM59 to check the ESH_APPL_WS_TEMPLATEENGINE destination.  But we don't have that destination setup in all our systems.
    Here is the complete error message:
    Error when processing your request
    What has happened?
    The URL http://crm-dev.staff.copa:8000/sap/bc/bsp/sap/crm_ui_frame/BSPWDApplication.do was not called due to an error.
    Note
    ■The following error text was processed in the system CD1 : Access via 'NULL' object reference not possible.
    ■The error occurred on the application server CRM-DEV_CD1_00 and in the work process 0 .
    ■The termination type was: RABAX_STATE
    ■The ABAP call stack was:
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: EH_TRIGGER_NAVIGATION of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: SET_WORKAREA_CONTENT of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: PROCESS_NAV_QUEUE of program CL_BSP_WD_VIEW_MANAGER========CP
    Method: DO_INIT of program CL_CRM_UI_FRAME_APP_CONTROLLERCP
    Method: DO_INIT of program CL_BSP_CTRL_ADAPTER===========CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    What can I do?
    ■If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CD1 in transaction ST22.
    ■If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server CRM-DEV_CD1_00 in transaction SM21.

    Hi Michael,
    Refer to the link below and check the procedure.
    http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    Regards,
    Arjun

  • Java Web Start error message when trying to run vSphere1.2 compliance checker

    It installed fine but a javaws usage message displayed when attempting to run. Seems like this might be some kind of Java environment problem on the Windows 7 Pro desktop. Not very familiar with Microsoft, any ideas and/or suggestion?.

    Thanks for your suggestions, I will look into them.
    One assumption I made is since the install completed without incident the program was able to locate any needed resources.
    Another assumption is since I received an error message from javaws then itself was being located - just lacking something else it needed.
    Ran javaws from command prompt, received same usage message. Apparently using 64 bit 1.7.0_13, didn't see a Java folder in the 32 bit Program Files so would that be the problen? That 32 bit Java version is needed to run this?  Java Web State 10.13.3.20-fcs.
    I'm the administrator of the system, so privilege is not an issue
    In Properties/Shortcut, verified that the .jar file was pathed correctly
    Target ->  "C:\Program Files\Java\jre7\bin\javaws.exe" -jar "C:\Program Files (x86)\VMware\VMware Compliance Checker for vSphere\vmcc.jar"
    Start in -> "C:\Program Files (x86)\VMware\VMware Compliance Checker for vSphere\"

  • "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

  • "Please install a web browser" error message

    Hi all,
    I'm getting the following error message when I try to
    generate a FlashHelp or a WebHelp :
    "Please install a web browser (Internet Explorer or
    Netscape)..."
    Has anyone ever come through this message before ?
    I can't figure out why I'm getting this error... my IE
    browser is working just fine...
    I tried to install Netscape and Firefox to fix the problem,
    but it didn't work.
    Can anyone help me ?
    Thanx
    Cédric SUIRE

    Hi Cedric,
    try looking at this thread....
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=452&threadid=1156752&hi ghlight_key=y&keyword1=please%20install
    Kind Regards
    Craig

  • Web service error message ' Invalid Response Code: (403) Forbidden'

    Hi Experts,
    I created a webservice, and it working fine in Development and Quality systems. But it is not working in Production system. When trying to click on 'Open Web Service navigator for selected binding' for testing it's giving the following error message.
    Cannot download WSDL from http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120: Invalid Response Code: (403) Forbidden. The requested URL was:"http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120"
    Please suggest me any solution.
    Thanks
    Lakshminarayana

    Hi Lakshminarayana,
    there may be lots of reasons.
    [http://lmgtfy.com/?q=http%20%2B%20403]
    Regards, Hubert

  • Web Dynpro error message

    Hi,
    I m getting this error message while creating web dynpro application.
    Could not find attribute NAVIGATION_CONFIG.1.NAV_PARAMS.1.NAVTO_NOFLIGHTSVIEW
    Can you plz tell me how to fix it.
    Thanks,

    Web Dynpro ABAP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aeaa1fefd706
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/abap?rid=/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/web%20dynpro%20sample%20applications%20and%20tutorials.htm#6

  • Web Dynpro Error Messages

    Hi Guys,
    I have the ff scenario:
    1. I have a web dynpro with a tabstrip.
    2. I have a save button.
    My problems are:
    1. When I raise error message via lo_message_manager->report_attribute_error_message, the error message is raised and the field in error is highlighted but when I navigate to another tab, the error message disappears.
    I want the error to show even when I navigate to another tab.
    2. When I click the 'save' button, i tried to read the error message via lo_message_manager->get_messages( ), but there's no data returned. There's an error and yet it executes the save button.
    I want the error to show until all the issues were solved before it can actually proceed with the saving.
    How can I achieve this?

    Hi Deepankar,
    I guess putting all the validations in WDDOBEFOREACTION is okay if I have few views and fields.
    But I have a lot.
    I cannot do all my validations in WDDOBEFOREACTION.
    It is important that I do my validation in ONACTION events on each fields.
    So that when the user hits enter or click a dropdown list or click a checkbox, the error would then be raised right away if there's any.
    Because I have so many tabs and dropdowns and checkbox and validations on enter, WDDOBEFOREACTION will get triggered so many times.
    I can't activate is_permanent also because it sometimes prevents the user in doing any action. I have non-editable fields that are dependent on other fields for entry. When I tried correcting the field that it's depending to, it won't trigger the onaction event, thus the screen seems not responding which in fact it just want the context attribute to be corrected.
    Is there no other way to catch the errors when the user clicks the button?
    I noticed that I can only read the messages in WDDOBEFORENAVIGATION and not in any other places, but this WDDOBEFORENAVIGATION is executed after ONACTION event of the button. My processing is already executed before I had the chance to read the error.
    Please advice.

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • Web Serice -error message-Unaccepted content type ????

    Hi all,
    I created a webservice for Function module and when i am passing values in the Web Service i am getting error message ...
    An error has occurred. Maybe the request is not accepted by the server:
    <b>Unaccepted content type</b> (text/html;charset=utf-8) !
    <b>Request:</b>POST /sap/bc/srt/rfc/sap/ZBAMS_WS_EMPLOYEE_UPDATE?sap-client=200 HTTP/1.1
    Host: tybl102028.tyb.kpmgbsc.net:8002
    Content-Type: text/xml; charset="UTF-8"
    Connection: close
    Content-Length: 657
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap
    /features/session/"><enableSession>true</
    enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:ZbamsEmployeeUpdate xmlns:ns1='urn:sap-com:document:sap:soap:functions:mc-style'><BigDate>2006-04-01</BigDate><EmpId>00000012</EmpId><EndDate>2006-04-24</EndDate><WbsElement></WbsElement></ns1:ZbamsEmployeeUpdate></SOAP-ENV:Body></SOAP-ENV:Envelope>
    <b>Response:</b>
    HTTP/1.1 500 Internal Server Error
    content-type: text/html;charset=utf-8
    content-length: 3130
    can any one help me whats wrong?
    Thanks for ur time.
    Murali.

    Hi I am testing this using j2ee.
    let me explain more information..
    I created BAPI  and for that bapi I crated Web Service and, and when I test from BAPI it works fine.. so now I am testing this from web service, after passing values in web service I am checking in debug mode, I have a call transaction statement in my BAPI code... once cursor comes into the call transaction statement it skips executing further statement and coming out from the debugging mode(it happens only when I go to debug from passing values in web service, and I tested call transaction giving values  A and N modes), if passing values directly in BAPI then it works fine no issues.
    please let me know if any ideas.
    Thanks for u r time
    Murali.

  • Unable to start debugging on the web server error message when running asp

    Hi Mark,
    i want to apply a asp web application on your book at page 336/337
    I am using .NET 2005 pro. edition.But if i run(play button) the asp web site
    it gives above error message which i wrote on the subject.
    Could someone help me?
    Thanks for reading..
    Regards..
    S.K

    You may want to check whether your Web application has been configured to use "Integrated Windows Authentication".
    Go to your IIS, check the Properties of your web application under Web Sites\Default Web Site, select "Directory Security" tab, click the first "Edit..." button (for Anonymous access and authentication control). At the very bottom, make sure "Integrated Windows authentication" is checked.
    Re-start your Web application.
    Message was edited by:
    shsu

  • Unable to connect to Web Services error message

    I have read through the thread here and it seems like this has been a common issue -- but the final resolution seems to have been solved with a private message...I try to scan and send via email -- everything has been set up properly (and this, in fact, used to work -- but has suddenly stopped) -- I have tried rebooting everything -- and I definitely have a good connection to the internet -- but when I try to scan and send to email,  get the error message "cannot connect to web services."Any idea what's going on and how to resolve the problem?

    Hello skagitsusan,
    Welcome to the HP Support Forums!
    I am not 100% as to the steps you have tried in attempt to resolve the Scan to Email issue on the 7520, but I would like to offer the steps I have given in another Thread.
    Re: Trouble scanning using Photosmart 6520 <---
    The steps will cover your printer, even though they are different Photosmarts.
    Let me know if this works.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • B110a Trying to enable the Web Services Error message received

    I am trying enabled the Web Services but I get the Error Message 'There was a problem connecting to the Server"
    I get the same when I try to update the firmware but the printer is connect to a wireless network with internet connection and no firewall.

    Hi Confused_Techie, Hope you are doing well and having a great day;
    I will first try using the Network diagnostic utility.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&jumpid=ex_r4155/hho/ipg/ccdoc/n...
     Hope this can identify and solve the issue for you.
    If not than please include the operating system you are using and the build of the Operating system i.e. Win 7 sp1 64 bits. As well as router you are using. Also please take the time to add as much information that you may consider relevant. This will give you a better chance of getting an answer from not just me but other member of the community as well.
    Cheers; 
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

Maybe you are looking for

  • How do I transfer songs to a new PC w/out a burner?

    Here's my situation. I bought a new laptop, and I need to transfer my purchased music from my old laptop to the new one. My old laptop doesnt have a burner, so I'm trying to figure out how to use my ipod to transfer those purchased songs to my new pc

  • Old 1760 With password recovery disabled, no way to factory reset

    Hi I have an old 1760 router with Password Recovery Functionality Disabled I don't care about its actual configuration , I need factory reset I Followed the well documented procedure : Normal boot Self decompressing the image : ######################

  • Computer does not recognize my XHA1S

    I have been capturing via firewire for the last 6 months and suddenly when I plug in, neither the computer nor PRE can recognize or connect to my camera.  I plugged in my old JVC via USB and the computer and PRE picked it up right away... I assume th

  • Prevent Duplicate records in Report

    I have the following 2 records... PART_EIPN -------|NOMEN--|FMC | PDT | PDT_DESC---------------|LOG_NO 70107-28400-043 | BIFILAR | 16 ++| A23 | BIFILAR ASSEMBLY |+ 18 70107-28400-043 | BIFILAR | 16 ++| A23 | BIFILAR ASSEMBLY |+ 23 How can I have repo

  • AccessDenied Error deploying Java JSP app using Eclipse to Azure

    Hi, Following the the tutorial for deploying java servlet app on Azure using Eclipse on windows. Getting AccessDenied error while trying to upload, sample works locally. Thanks Raj