Error: Unable to display RD Web Access + URL redirection

Dear All ,
Today I have configured RD web password change.
I am able to launch the url and change the password successfully, but after changing the password when I am pressing OK button I am getting below error message in IE
Error: Unable to display RD Web Access
An unexpected error has occurred that is preventing this page from being displayed correctly.
Viewing this page in Internet Explorer with the Enhanced Security Configuration enabled can cause such an error.
Please try loading this page without the Enhanced Security Configuration enabled. If this error continues to be displayed, please contact your administrator.
Also,
How do I change the default URL https://10.10.10.25/RDWeb/Pages/en-US/password.aspx to https://passwordchange.test.org
And,
In google chrome after pressing OK button it shows nothing just a while blank page
Regards
Atul A

Hi,
Thanks for posting in Windows Server forum.
As this thread has been quiet for a while, we will mark it as ‘Answered’ and if there is anything new to update we will let you know by following up this thread.
BTW,  we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. 
Thanks for your Support & understanding!
Regards.
Dharmesh Solanki
TechNet Community Support

Similar Messages

  • Unable to display this Web Part in SharePoint Site 2010

    Hi Folks,
    I am getting the below error while try to display the Content Query Web part which contain the data from Document Library in SharePoint 2010 by
    anonymous user.
    "Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator."
    While the Web part working fine and showing the correct result when accessing the
    authenticated user.
    Any help will be appricated.
    Thanks
    Ashwini

    Hi Ashwini,
    Thanks for your post.
    Change the value for the 'AllowPersonalization' tag in the web.config from 'False' to 'True'.
    - Open the blog pages in SharePoint Designer 2010
    - Click on Edit Page and select Code View
    - On the Ribbon, click Edit > Advanced Mode
    - Search for AllowPersonalization
    - Change the value to from AllowPersonalization=”False” to AllowPersonalization=”True” and save the settings.
    - Refresh the site, blogs sites should open without any web part error.
    Hope it helps.

  • Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor

    Dear All,
    I am frequently getting following error message on aspx pages on my SharePoint 2007 environment
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer.
    If the problem persists, contact your Web server administrator.
    Upon refreshing and restarting the browser several times, this error message temporarily gone and everything becomes fine. But after some time same error message starts appearing again. Also I have noticed that this error message also appears
    while working with SharePoint Designer 2007.Any clues how to resolve this issue ? 
    Any help in this regard will be greatly appreciated.
    Muhammad Tariq khan

    Hi All,
    As I regenerated the problem (Unable to display this Web Part... ) from the faulty
    user. I experience following error message in the ULS logs...
    Error while executing web part: System.Data.SqlClient.SqlException: Invalid object name 't5_sco'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
    exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler,
    SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()    
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior,
    Boolean returnStream, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    behavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean& bSucceed)    
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback(String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback,
    ISPDataCallback pSchemaCallback)     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback(String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter
    pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pSchemaCallback)     at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()     at Microsoft.SharePoint.SPListItemCollection.get_Count()    
    at Microsoft.SharePoint.WebControls.SPDataSourceView.ConvertToIEnumerableWrappers(SPBaseCollection items, Int32 firstRow, Int32 rowCount, String[] fieldList)     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments
    selectArguments)     at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()    
    at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator(IDataSource datasource, Boolean originalData)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String
    viewPath)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()
    What does this error message mean ?
    Muhammad Tariq khan

  • JavaMapping in PI 7.1 Error:Unable to display tree view; Error when parsing

    hi,
    i get by testing in PI 7.1 (operation mapping) this ERROR:
    "Unable to display tree view; Error when parsing an XML document (Content is not allowed in prolog.)"
    this is my java-programm-code:
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import com.sap.aii.mapping.api.StreamTransformation;
    import java.io.*;
    import java.util.Map;
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    /*IMPORT statement imports the specified classes and its methods into the program */
    /Every Java mapping program must implement the interface StreamTransformation and its methods execute() and setParameter() and extend the class DefaultHandler./
    public class Mapping extends DefaultHandler implements StreamTransformation {
    Below is the declaration for all the variables we are going to use in the
    subsequent methods.
         private Map map;
         private OutputStream out;
         private boolean input1 = false;
         private boolean input2 = false;
         private int number1;
         private int number2;
         private int addvalue;
         private int mulvalue;
         private int subvalue;
         String lineEnd = System.getProperty("line.separator");
    setParamater() method is used to store the mapping object in the variable
    "map"
         public void setParameter(Map param) {
              map = param;
         public void execute(InputStream in, OutputStream out)
                   throws com.sap.aii.mapping.api.StreamTransformationException {
              DefaultHandler handler = this;
              SAXParserFactory factory = SAXParserFactory.newInstance();
              try {
                   SAXParser saxParser = factory.newSAXParser();
                   this.out = out;
                   saxParser.parse(in, handler);
              } catch (Throwable t) {
                   t.printStackTrace();
    As seen above execute() method has two parameters "in" of type
    InputStream and "out" of type OutputStream. First we get a new instance
    of SAXParserFactory and from this one we create a new Instance of
    SAXParser. To the Parse Method of SaxParser, we pass two parameters,
    inputstream "in" and the class variable "handler".
    Method "write" is a user defined method, which is used to write the
    string "s" to the outpurstream "out".
         private void write(String s) throws SAXException {
              try {
                   out.write(s.getBytes());
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startDocument() throws SAXException {
              write("");
              write(lineEnd);
              write("");
              write(lineEnd);
         public void endDocument() throws SAXException {
              write("");
              try {
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startElement(String namespaceURI, String sName, String qName,
                   Attributes attrs) throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = true;
              if (eName.equals("NUMBER2"))
                   input2 = true;
         public void endElement(String namespaceURI, String sName, String qName)
                   throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = false;
              if (eName.equals("NUMBER2"))
                   input2 = false;
         public void characters(char[] chars, int startIndex, int endIndex)
                   throws SAXException {
              String dataString = new String(chars, startIndex, endIndex).trim();
              if (input1) {
                   try {
                        number1 = Integer.parseInt(dataString);
                   } catch (NumberFormatException nfe) {
              if (input2) {
                   number2 = Integer.parseInt(dataString);
              if (input2 == true) {
                   addvalue = number1 + number2;
                   mulvalue = number1 * number2;
                   subvalue = number1 - number2;
                   write("" + addvalue + "");
                   write(lineEnd);
                   write("" + mulvalue + "");
                   write(lineEnd);
                   write("" + subvalue + "");
                   write(lineEnd);
    in developer studio 7.1 i dont get error.
    this happens by testing the mapping-programm in ESR.
    can somebody help me please?

    Make sure that the xml created out after the java mapping is a valid xml with only one root node.
    Regards,
    Prateek

  • Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.

    We unable to display web part. It shows  below error web part error:
    Error while executing web part: System.Xml.XmlException: Root element is missing.     at System.Xml.XmlTextReaderImpl.Throw(Exception e)     at System.Xml.XmlTextReaderImpl.ParseDocumentContent()     at
    Microsoft.SharePoint.WebControls.XmlUrlDataSource.FetchData(String requestUrl)     at Microsoft.SharePoint.WebControls.BaseXmlDataSource.Execute(String request)     at Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument()
        at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String
    viewPath)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform)
    could any one give me solution on this.
    Regards
    Ravi kumar
    ravi sharepoint

    HI 
    I got below error in that webpart.
    5/28/2014 6:21 AM
    w3wp.exe (0x1F04)
    10176
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (EnsureListItemsData). Execution Time=38.95746526444
    5/28/2014 7:04 AM
    w3wp.exe (0x1F04)
    10452
    SharePoint Foundation
    General
    High
    The user does not exist or is not unique.
    5/28/2014 7:04 AM
    w3wp.exe (0x1F04)
    10452
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (DataBinding DataFormWebPart (MCH Projects View Web Part)). Execution Time=1696.60494560063
    I got below logs message sharepoint log investigation tool.
    Let us know any suggestions on this.
    ravi sharepoint

  • Error Setting up Email - Outlook Web Access

    I have had my work emails on my Blackberry for the last few months. Yesterday it asked me validate my account.
    I re-entered my password, but it said it couldn't connect, password/details were incorrect.
    I have deleted the account, and tried to add it back in - but still comes with the same error. I can access Outlook Web Access on my laptop, so the connection details are definitely correct, but it wont let me link to my phone any more?  Any suggestions?
    Not sure if this is linked to the problems this week, and therefore may work once everything is back to normal, or if there is another error?
    My Hotmail is still linked and is working fine.
    Thanks
    Gareth

    hmm.. I understand.. pretty strange, I'm sure some interruptions had occured from the server it self.. unless, it won't invalidate ur account just for the sake..
     all I can say is to call you operator who gives you the service and ask them to add the account by giving your OWA details as the BIS account portal, you cannot put additional informations rather than the username & pass, I assume...
    .RoCkInG dUdE.
    Trust Your Technolust | Do not PM for any support
    If a solution received, please hit on to show your support.

  • Web dispatcher URL redirect

    Hi ,
    We have web dispatcher which is used for accessing portal and fiori using public url as below .
    https://fiori.xyzcorp.com
    https://portal.xyzcorp.com
    But when they're trying to access via internet portal url goes to https://portal.xyzcorp.com/startPage by default it should route to irj/portal
    Same for Fiori also I'm using the  ICM redirect parameter still can't access
    icm/HTTP/redirect_0 = PREFIX=/, FOR=portal.xyzcorp.com:*, TO=/irj/portal,
    icm/HTTP/redirect_1 = PREFIX=/, FOR=Fiori.xyzcorp.com:*, TO=/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=800&sap-language=EN,
    Could you please share you thoughts?

    Hi Krishna,
    Please go through below doc
    SAP webdispatcher and URL redirect?
    icm/HTTP/redirect_<xx> (SAP Library - SAP Web Dispatcher)
    BR
    Atul

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

  • Error: Unable to display Flowtrace due to exception while initializing obj

    Hi All,
    we are unable to open Flow Trace for bpel processes in em console. we are using SOA11.1.1.5.
    this issue is intermittent and occurs only on heavy load.
    in the console we are getting error as:
    Exception occured while retrieving the Flowtrace XML for the Composite Instance; ECID: 6c3ce42605336b8c:-2ae055b0:136da4fdf05:-8000-0000000000003890
    java.rmi.UnmarshalException: Problem finding error class; nested exception is:
    java.lang.ClassNotFoundException: Failed to load class oracle.bpel.services.workflow.WorkflowException
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
    at oracle.soa.management.internal.ejb.impl.FacadeFinderBean_4vacyo_FacadeFinderBeanImpl_1035_WLStub.getAuditTrail(Unknown Source)
    at oracle.soa.management.internal.ejb.EJBLocatorImpl.getAuditTrail(EJBLocatorImpl.java:466)
    at oracle.sysman.emai.model.sca.share.composite.FlowTraceModel.setFloatraceModelInfo(FlowTraceModel.java:172)
    at oracle.sysman.emai.model.sca.share.composite.FlowTraceModel.initialize(FlowTraceModel.java:79)
    at oracle.sysman.emai.model.sca.EMEntityModel._initializeEntityData(EMEntityModel.java:28)
    at oracle.sysman.emai.model.sca.common.SCAEntityObject.initializeSCAData(SCAEntityObject.java:124)
    at oracle.sysman.emai.model.sca.SCAObject.initializeData(SCAObject.java:65)
    at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:319)
    at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280)
    at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231)
    at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:128)
    at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:101)
    at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPrePrepareModel(EMPagePhaseListener.java:867)
    at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.beforePhase(EMPagePhaseListener.java:795)
    at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:23)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:238)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:274)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:399)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    in server logs i can see error msg:
    >
    ORABPEL-30515
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
    at oracle.bpel.services.workflow.verification.impl.VerificationService.createInternalWorkflowContext(VerificationService.java:1163)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine$1.run(WorkflowServiceEngine.java:3344)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.getInternalWorkflowContext(WorkflowServiceEngine.java:3341)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.getComponentHelper(WorkflowServiceEngine.java:3019)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.getComponentInstances(WorkflowServiceEngine.java:2721)
    at oracle.soa.management.internal.ejb.impl.FacadeFinderBeanImpl.getComponentInstances(FacadeFinderBeanImpl.java:772)
    at oracle.soa.management.internal.ejb.impl.FacadeFinderBeanImpl.buildAuditTrail(FacadeFinderBeanImpl.java:867)
    at oracle.soa.management.internal.ejb.impl.FacadeFinderBeanImpl.getAuditTrail(FacadeFinderBeanImpl.java:833)
    at sun.reflect.GeneratedMethodAccessor20614.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    Thanks,

    Can you check yo have the following permissions in:
    <domain home>/config/fmwconfig/system-jazn-data.xml
    <grant>
    <grantee>
    <codesource>
    <url>file:${soa.oracle.home}/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar</url>
    </codesource>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.security.jps.JpsPermission</class>
    <name>VerificationService.createInternalWorkflowContext</name>
    </permission>
    <permission>
    <class>oracle.security.jps.service.credstore.CredentialAccessPermission</class>
    <name>credstoressp.credstore.BPM-CRYPTO.BPM-CRYPTO</name>
    <actions>read,write</actions>
    </permission>
    <permission>
    <class>oracle.security.jps.JpsPermission</class>
    <name>IdentityAssertion</name>
    <actions>*</actions>
    </permission>
    </permissions>
    </grant>
    If not, add it.

  • Unable to display out web page in fully manner??

    Halo, i need someone to give me some clue due to the problems that i facing now.....
    I am doing JSP program. Then the program can run well in my pc. But i get complain from my client which is access to our server from another place(should be 40km from server), they say they can't see the web page in full. there are missing some buttons there. i can see all the buttons in my pc.
    By the way, i suspect is it the internet problems?? i mean their internet accessing got problems?? they say sometime they manage to see all the button in the bottom page, but all the time they can't see it all(buttons)...
    So, any idea to this problem?? Any one face this problems before?? i need to know it quite urgent..... A thousand and million thanks to those give me the answer.... thanks......
    bryan.

    Thanks for ur reply!! So, the coding u gave is to to change the page buffer rate??
    Just now the client come to our company and access to our website using his laptop.... It's ok and works... display page in fulll......
    So, Why my client can't access from their company?? ( 40km from our company). I suspect the network problem or the IE not same version??
    Thanks for all the reply!!!
    bscs.

  • Exchange server 2013 change to web access url

    I have install & configure exchange server 2013 in my local pc. my ip address http://192.168.0.30/ecp but not access http://mail.test.com/ecp. and till i have purchased one mail so till i wants to my mail server access (send and received mail all mail
    id public and private) please send configuration url. 

    hi pardeep not sure if i understood well.. you have  private IP and you want to do send receive.. is that.. for the test you can do it but almost 90% or more, your mails will be sent to SPAMS.
    so if this is a test environment you can give a shot. let me know what kind of config you are looking for. below link will cover the config of exchange 2013. Let me know if you need more help.
    www.techieshelp.com/exchange-2013-step-by-step-configuration/
    MARK AS USEFUL/ANSWER IF IT DID
    Thanks
    Happiness Always
    Jatin

  • Safari unable to display icons when accessing a website hosted on Jboss 7.x

    I have a toolbar that consists of around 10 images(.png 16x16). Each of them not exceeding a size of 5kb. I am using GWT 2.4 framework. My question is, when I deploy the war in Jetty 8, the images seem to load just fine on Safari in ipad version 6.1.3. But when I deploy the same war in JBoss AS 7.x, the images don't seem to load at all and I can see a loading indicator continuously displayed on the top left corner in the ipad.
    Is there a way to find out why this is happenning. I have even configured the mime type in web.xml file. Can I connect to safari in ipad from mac and debug? AFAIK, that couldn't be done. Or am I mistaken? Please let me know.

    Hi, after trying for a bit I found the solution. The key is to use ClientBundle for image resource instead of specifying the images directly in your code. It is cleaner. Works perfectly in Jboss now! Still, I feel this should'nt have arised in the first place. When the same code works in chrome, why should safari be any different? Food for thought.

  • Deploy error on primaveraweb.ear during Web Access installation on weblogic

    Hi
    i installed on
    weblogic 10.3
    jdk-6u14-windows
    P6_70_Web_Access
    *try to start the all services got this error and failed"
    <05/05/2010 2:02:32 PM GMT+10:00> <Warning> <HTTP> <BEA-101162> <User defined li
    stener com.primavera.pvweb.listeners.PVContextListener failed: org.springframewo
    rk.beans.factory.BeanCreationException: Error creating bean with name 'registryS
    ervice' defined in class path resource [/com/primavera/pvweb/servlet/webconf.xml
    ]: Invocation of init method failed; nested exception is com.primavera.common.ex
    ceptions.InvalidBootstrapException: System property 'primavera.bootstrap.home' n
    ot found.
    org.springframework.beans.factory.BeanCreationException: Error creating bean wit
    h name 'registryService' defined in class path resource [/com/primavera/pvweb/se
    rvlet/webconf.xml]: Invocation of init method failed; nested exception is com.pr
    imavera.common.exceptions.InvalidBootstrapException: System property 'primavera.
    bootstrap.home' not found
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1260)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:438)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory$1.run(AbstractAutowireCapableBeanFactory.java:383)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory.createBean(AbstractAutowireCapableBeanFactory.java:353)
    Truncated. see log file for complete stacktrace
    com.primavera.common.exceptions.InvalidBootstrapException: System property 'prim
    avera.bootstrap.home' not found
    at com.primavera.common.BootstrapHome.get(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.a(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.getMetaJDBCURL(Unknown Source)
    at com.primavera.infr.srvcs.RegistryServiceImpl.init(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <05/05/2010 2:02:32 PM GMT+10:00> <Error> <Deployer> <BEA-149265> <Failure occur
    red in the execution of deployment request with ID '1273032137841' for task '1'.
    Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1373)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:60)
    Truncated. see log file for complete stacktrace
    com.primavera.common.exceptions.InvalidBootstrapException: System property 'prim
    avera.bootstrap.home' not found
    at com.primavera.common.BootstrapHome.get(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.a(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.getMetaJDBCURL(Unknown Source)
    at com.primavera.infr.srvcs.RegistryServiceImpl.init(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <05/05/2010 2:02:32 PM GMT+10:00> <Error> <Deployer> <BEA-149202> <Encountered a
    n exception while attempting to commit the 7 task for the application 'primavera
    web'.>
    <05/05/2010 2:02:32 PM GMT+10:00> <Warning> <Deployer> <BEA-149004> <Failures we
    re detected while initiating start task for application 'primaveraweb'.>
    <05/05/2010 2:02:32 PM GMT+10:00> <Warning> <Deployer> <BEA-149078> <Stack trace
    for message 149004
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1373)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:37)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:60)
    Truncated. see log file for complete stacktrace
    com.primavera.common.exceptions.InvalidBootstrapException: System property 'prim
    avera.bootstrap.home' not found
    at com.primavera.common.BootstrapHome.get(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.a(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.getMetaJDBCURL(Unknown Source)
    at com.primavera.infr.srvcs.RegistryServiceImpl.init(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    any idea how to fix this issue?

    For me I recieved this error in one of my managed servers in a cluster, but not the other.  It was caused due to the fact that the application had been redeployed, but the managed servers had different bre.bootstrap files.  Looks like lessons leared from this error are:
    #1 Ensure your JAVA_OPTIONS are set correctly (especially for the bre.bootstrap home)
    NOTE: The JAVA_OPTIONS can be set in startWeblogic.cmd, but in a clustered environment they should be set in the server start tab for each managed server in the Weblogic Admin Console.
    #2 In a clustered Weblogic environment make sure both bre.bootstrap files are exactly the same.

  • Same error - unable to connect to web services

    I tried the solutions mentioned and nothing worked.  Please send me another soluiton.

    Try below steps to resolve the Server Connection error
    1. Obtain your printer's IP address
    a. This can be done by pressing the wireless icon on printer.
    2. Enter the printer's IP address in a browser.
    3. Select the network tab at the top of the page.
    4. On the left select networking.
    5. Select Network Address (IP)
    6. Select Manual DNS Server
    a. Manual Preferred DNS should read 8.8.8.8
    b. Alternate DNS Server should read. 8.8.4.4
    7. Select apply you might get a warning just select okay.

  • Web service url redirecting problem

    I am working on a form developed by LC Designer that will call a web service from our web server.
    In the WSDL, the soap address location points to www.domain.com/webservice1,
    however our web server will perform load balance by directing all www.domain.com to a new url
    either www1.domain.com or www2.domain.com.
    The result is that nothing is returned after executing the webservice call, I can't catch any error
    after xfa.connectionSet.WebServiceDC.execute(false); just nothing returns after the call.
    I suppose it is the problem that the url has been redirected to a different one.
    However if the soap address location points directly to either www1 or www2, the call returns result alright.
    Is there way or script that I can handle by redirecting a web service to a different URL like that in Adobe Flex?
    That is what I found from the web for Adobe Flex :
    public function onLoginResult(event:ResultEvent):void {
    //Extract the new service endpoint from the login result. 
    var newServiceURL = event.result.serverUrl;
    // Redirect all service operations to the URL received in the login result. 
        serviceName.endpointURI=newServiceURL;
    Best Rgds.

    A helpful poster on the House of Fusion forums pointed me to
    a work-around:
    Apparently ColdFusion just uses the WSDL to create the sub
    objects for the web service call, so as long as there is a service
    port address secified in the WSDL it doesn't matter where the
    actual WSDL file sits. So I just downloaded the WSDL using CFHTTP
    (had to use this article to configure CFHTTP for HTTP Compression:
    http://www.talkingtree.com/blog/index.cfm/2004/7/28/20040729)
    and then I pointed my CF Administrator to the WSDL on my local
    machine. And Presto - I can connect to the web service no problem
    now.
    Only problem is that I have to download the WSDL every time
    there is a change to the webservice, but I can schedule a task that
    downloads the file once a week or so.

Maybe you are looking for

  • JSM  reciever

    Hi, I have to tranfer messages to SAP WAS topic and read messages from SAP was queu. For that purpose i want to define two communication channels. I have problems defining a receiver communication channel for transferring xi output to an <b>SAP WAS t

  • How to import a .wav file for adding to a clip in imovie 09

    I want to know how can we import a .wav file in Imovie 09. The sound is in some location on my 2nd hard disc. I checked this page http://www.dummies.com/how-to/content/how-to-import-audio-into-imovie-09-project s.navId-323836.html but this does not h

  • Hi  i am shishir Dixit and i want a package of PDF to excel converter

    Hi i am shishir Dixit and i want a package of PDF to excel converter

  • Integration of MS Active directory with SAP Identity management

    Hello I am implementing SAP identity Management  7.1with external tools MS active Directory with Single sign on using SAP IDM . Is there any documentation as to how do I connect SAP IDM with MS AD with the roles and their user provisioning process .

  • Mobile device security

    Where can I find a listing or description of the features and options for securing a mobile device using the GW Mobility pack? I need info such as remote wipe capability, password policies, encryption, etc. I need to compare this with the features of