Database logon failed when deploy CR on Windows Server 2008

I use Crystal Reports for Visual Studio 2010 Production Release with MVC 2 web aplication and SQL Server 2008 database server. When I compile/run from VS 2010 it running well, but when deploy it on Windows Server 2008, when load certain report (Not All report) face the following exception message:
Database logon failed
Stack Trace is as the following:
at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options) at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType) at SequisLife.Controllers.ReportController.run_report(String report_name, IDictionary`2 dic_param)
InnerException:
System.Runtime.InteropServices.COMException (0x8004100F): Database logon failed. at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
run_report method is as the following:
private ActionResult run_report(string report_name, IDictionary<string, string> dic_param)
            string ls_respon = "";
            try
                get_sqllogin();
                ReportClass rptH = new ReportClass();               
                rptH.FileName = Server.MapPath(VirtualPathUtility.ToAbsolute(report_name));
                rptH.Load();             
                rptH.Refresh();
                Database crDataBase;
                Tables crTables;
                TableLogOnInfo crTableLogOnInfo;
                ConnectionInfo reportConnectionInfo = new ConnectionInfo();
                reportConnectionInfo.ServerName = server;
                reportConnectionInfo.DatabaseName = database;
                reportConnectionInfo.UserID = login_user;
                reportConnectionInfo.Password = login_pass;
                crDataBase = rptH.Database;
                crTables = crDataBase.Tables;
                foreach (Table crTable in crTables)
                    crTableLogOnInfo = crTable.LogOnInfo;
                    crTableLogOnInfo.ConnectionInfo = reportConnectionInfo;
                    crTable.ApplyLogOnInfo(crTableLogOnInfo);                  
                ParameterFields lpf_parameters = rptH.ParameterFields;
                if (lpf_parameters.Count > 0)
                    foreach (ParameterField lpf_param in lpf_parameters)
                        var llst_tmps = dic_param.Where(d => d.Key == lpf_param.Name);
                        foreach (var param in llst_tmps)
                            if (param.Key == lpf_param.Name)
                                if (lpf_param.ReportName == "")
                                    rptH.SetParameterValue(lpf_param.Name, param.Value);
                                else
                                    rptH.SetParameterValue(lpf_param.Name, param.Value, lpf_param.ReportName);
                Stream stream = rptH.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
                return File(stream, "application/pdf");
            catch (Exception ex)
                ls_respon += ex.Message;
                ls_respon = " - "ex.StackTrace;
                ls_respon += " - " + ex.InnerException;
                ls_respon += " - " + ex.Source;
                ls_respon += " - " + ex.Data;
                return Content(ls_respon);
Please any body hepl me...
Thank's in advance

Hi,
I am using CR with visual studio 2010 in windows 7 box 64bit box. using a ADO.net data source. And I need to export .rpt as pdf.The solution works fine in my dev box. by when i try to deploy in a windows server 2008 R2 box (64bit) it fails . Both my dev box and deplyment box uses sql server 2008 DB . Also i am using .Net framework 4.0 (not client profile)
installed the following things in deployment box:
1. CRRuntime_64bit_13_0_1.msi in
2. Also copied the CRforVS_mergemodules_13_0_1 in C:\Program Files (x86)\Common Files\Merge Modules
I get the following error in my Box:
CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)   at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToDisk(ExportFormatType formatType, String fileName)   at Tesco.Instore.PickingControl.ReportController.PrintDriverDocumentation(String driverDocumentation, Int32 vehicleTripId)] 20/10/2011 08:08:41        PCS        Critical                   Classic .NET AppPool      Error running End of Van [Logon failed.
Error in File temp_31b3196f-fd25-45c8-b657-5d9cd7c9dccb {4F74290C-D56E-4FC4-8DEF-371BB5C5B10B}.rpt:
Unable to connect: incorrect log on parameters.]
I also verified the database connection is upto date. while creating the solution
the project build is set to anyCPU.
is there anything else i have to install ?? Please help me ..I am trying this thing from last one week and have not got any proper solution till now

Similar Messages

  • Frequence Restart IIS when deploy CR on Windows Server 2008

    Dear All,
    Need help for the following error:
    Load report failed. - at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportClass.Load() at Plitasoft.Controllers.ReportController.run_report(String report_name, IDictionary`2 dic_param, String as_target) - System.Runtime.InteropServices.COMException (0x80000000): The maximum report processing jobs limit configured by your system administrator has been reached. at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() - CrystalDecisions.CrystalReports.Engine - System.Collections.ListDictionaryInternal
    If I restart the IIS then the problem gone. But it need very frequence to restart the IIS.
    Please help to solve this problem.
    Regards,
    I Made Sugi Ardana

    You will probably need to provide more info, but for starters, are you using .close and .dispose on the report objects as you get done with them? If not, do so. If yes, provide the following info:
    1) Version of CR
    2) Version of VS
    3) OS
    4) Version of IIS
    5) Do you see this behavior after running a number of reports only?
    6) Are you viewing, printing or exporting the reports?
    7) What load are you putting on the engine (e.g.; how many requests?)?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Database logon failed when opening report with parameter values in CrystalReportViewer

    Hi,
    I designed 2 crystal reports: report A contains parameter fields and report B did not contain any parameter
    I can open both reports in development site using CrystalReportViewer control. When I open the reports in testing site,
    I can open report B but can't open report A. It display error message "Database logon failed". When I set EnableDatabaseLogonPrompt
    to true and try to open the report A again, it shows database connection data which was created on report.
    In addition, it is strange that it displays error "Database logon failed" when I click an item in group tree panel of the report B. This indicates that it can load data from database
    in testing site but it connect to development database when clicking items in group tree panel
    All reports connect to database using Windows Authenication. It use dynamic database connection at runtime
    How to ensure the report always connect database using login data dynamically at runtime?
    Below is my code about database connection:
    string strServerName = null;
    string strDatabaseName = null;
    ReportDocument rptDoc = new ReportDocument();
    rptDoc.Load(strFilePath);
    ConnectionInfo connInfo = new ConnectionInfo();
    TableLogOnInfo logonInfo;
    for (int i = 0; i < rptDoc.Database.Tables.Count; i++)
    logonInfo = rptDoc.Database.Tables[i].LogOnInfo;
    ReportHelper.GetReportConnection(ref strServerName, ref strDatabaseName, strSystemType);
    logonInfo.ConnectionInfo.ServerName = strServerName; 
    logonInfo.ConnectionInfo.DatabaseName = strDatabaseName;
    logonInfo.ConnectionInfo.IntegratedSecurity = true;
    rptDoc.Database.Tables[i].ApplyLogOnInfo(logonInfo);
    rptDoc.Database.Tables[i].Location = rptDoc.Database.Tables[i].Location.Substring(0, rptDoc.Database.Tables[i].Location.Length - 2);
    crvViewer.ReportSource = rptDoc;
    crvViewer.DataBind();
    Development environment:
    - SAP Crystal Reports 2013 Support Pack 1
    - Visual Studio Professional 2012
    - .NET Framework 3.5
    - DDL
    CrystalDecisions.Shared (v 13.0.8.1216)
    CrystalDecisions.Web (v 13.0.8.1216)
    CrystalDecisions.CrystalReports.Engine (v 13.0.8.1216)
    Database connection in crystal report:
    - Database Type: OLEDB (ADO)
    - Provider: SQLOLEDB
    - Integrated Security: True
    Thanks and Regards,
    Tony

    Hi Tonylck
    Try  to pass login info to crystal report dynamically as follows:
    using System;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    namespace WindowsApplication1
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    ReportDocument cryRpt = new ReportDocument();
    TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
    TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
    ConnectionInfo crConnectionInfo = new ConnectionInfo();
    Tables CrTables ;
    cryRpt.Load("PUT CRYSTAL REPORT PATH HERE\CrystalReport1.rpt");
    crConnectionInfo.ServerName = "YOUR SERVER NAME";
    crConnectionInfo.DatabaseName = "YOUR DATABASE NAME";
    crConnectionInfo.UserID = "YOUR DATABASE USERNAME";
    crConnectionInfo.Password = "YOUR DATABASE PASSWORD";
    CrTables = cryRpt.Database.Tables ;
    foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in CrTables)
    crtableLogoninfo = CrTable.LogOnInfo;
    crtableLogoninfo.ConnectionInfo = crConnectionInfo;
    CrTable.ApplyLogOnInfo(crtableLogoninfo);
    crystalReportViewer1.ReportSource = cryRpt;
    crystalReportViewer1.Refresh();
    Ref
    http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-dynamic-login.htm
    Mark as answer if you find it useful
    Shridhar J Joshi Thanks a lot

  • Deployment issue on windows server 2008(64 bit)

    Hi all,
    I am using crystal reports 2008 trial version for my web application. Its working fine in development environment but when I deploy application in windows server 2008 64 bit edition it shows following error:"An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required."
    Is there any resolution available for this problem except for changing the IIS settings for 32 bit applications?
    Rgds

    Read the following [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e;jsessionid=(J2EE3417600)ID0244107750DB11172929121510648759End] as it goes over your issue.
    Essentially you will have to set IIS to 32 bit at the least.
    Jason

  • Database Logon Failed when loading Access mdb that use a system mdw

    I am trying to get my Report Viewer ASP.NET application running 11 R2 SP3 to open a report that uses Access database with a system database file (mdb and mdw file)
    the report runs fine in the designer and it runs fine on the developer test computer
    but the production environment that does not have the full Crystal Designer installed just the runtime engine (but does have the full MSAccess running) cannot load the database
    i keep getting "Database Logon Failed"
    SWIP Reports
    Error Exporting Report
    Report:     Help Desk Reports Over 3 Days
    Server Name:     \\poseidon\IT\Databases\itdept.mdb
    Database Name:     \\poseidon\IT\Databases\itdept.mdb
    User:     GLOBAL\ADMINISTRATOR
    IP:     127.0.0.1
    ============================================================
    | Exception Information
    +----------------------------------------------------------------------
    |  Exception Message:     Database logon failed.
    |  Exception Source:     CrystalDecisions.ReportAppServer.DataSetConversion
    |  Inner Exception:          
    |  Begin Stack Trace:
    |        at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.T_
    |          hrowDotNetException(Exception e)
    |        at CrystalDecisions.ReportSource.EromReportSourceBase.Exp_
    |          ortToStream(ExportRequestContext reqContext)
    |        at CrystalDecisions.CrystalReports.Engine.FormatEngine.Ex_
    |          portToStream(ExportRequestContext reqContext)
    |        at CrystalDecisions.CrystalReports.Engine.ReportDocument._
    |          ExportToStream(ExportOptions options)
    |        at CrystalDecisions.CrystalReports.Engine.ReportDocument._
    |          ExportToHttpResponse(ExportOptions options, HttpRe_
    |          sponse response, Boolean asAttachment, String atta_
    |          chmentName)
    |        at CrystalDecisions.CrystalReports.Engine.ReportDocument._
    |          ExportToHttpResponse(ExportFormatType formatType,_
    |          HttpResponse response, Boolean asAttachment, Strin_
    |          g attachmentName)
    |        at reports.PushReport(ExportFormatType expType, String Co_
    |          ntentType, String Ext, Boolean Popup)
    |        at reports.exportReport(String strExpFmt)
    +----------------------------------------------------------------------
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    does anyone have any advice on why this is failing only on the server but is not failing on the developer or the designer computers.

    public Reports(String RptPath)
                this._ExpOptions.ExportDestinationType = ExportDestinationType.NoDestination;
                this._ExpOptions.ExportFormatType = ExportFormatType.NoFormat;
                this._RptDoc = new ReportDocument();
                this._RptDoc.Load(RptPath, OpenReportMethod.OpenReportByTempCopy);
                login();
    private void login()
                if (!_IsLoggedIn)
                    try
                        String dbName = this._RptDoc.DataSourceConnections[0].ServerName.ToString();
                        for (int i = 0; i < this._RptDoc.DataSourceConnections.Count; i++)
                            this._RptDoc.DataSourceConnections<i>.SetLogon(uid(dbName), pwd(dbName));
                        foreach (ReportDocument Sub in this._RptDoc.Subreports)
                            dbName = Sub.DataSourceConnections[0].ServerName.ToString();
                            for (int i = 0; i < Sub.DataSourceConnections.Count; i++)
                                Sub.DataSourceConnections<i>.SetLogon(uid(dbName), pwd(dbName));
                        ConnectionInfo coninfo = new ConnectionInfo();
                        coninfo.DatabaseName = this._RptDoc.DataSourceConnections[0].DatabaseName;
                        coninfo.ServerName = this._RptDoc.DataSourceConnections[0].ServerName;
                        coninfo.UserID = this._RptDoc.DataSourceConnections[0].UserID;
                        coninfo.Password = this._RptDoc.DataSourceConnections[0].Password;
                        foreach (CrystalDecisions.CrystalReports.Engine.Table crtbl in this._RptDoc.Database.Tables)
                            TableLogOnInfo logoninfo = crtbl.LogOnInfo;
                            logoninfo.ConnectionInfo = coninfo;
                            crtbl.ApplyLogOnInfo(logoninfo);
                        _IsLoggedIn = true;

  • Oralce EPM Fails to install Weblogic on Windows Server 2008 R2 x64

    I've run the installer on Windows Server 2008 R2 x64 and it fails to install Weblogic. I don't have MIDDLEWARE_HOME/oracle_common. Config tool log says missing jars. When I go back to install and choose products individually, Weblogic Server is gray. When I click on Weblogic Server, the message at the bottom says can not be installed.
    I have checked that I have extracted the following assemblies:
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.0.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.2.0.0 - Parts 1 - 4
    Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2.0.0
    I have run this same set of files on another server and Weblogic was installed. Am I missing something?

    I am not sure if it is your problem but I don't think R2 is officially supported, I did have problems with it when I first installed 11.1.2 so I installed with R1 SP2.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error: 0x800f0826 recived when installing SP1 of windows server 2008 R2

    Tried to install the Windows server 2008 R2 SP1 but  failed with the error code 0x800f0826.
    The update  install fine and when reboots it says "Installation was not successful"  Error 0x800f0826.
    I already follow steps as mentioned in this http://support.microsoft.com/kb/2505743 , but still no success.
    plz. advice
    SALMAN

    Below are the CheckSUR.persist  logs.
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-01 23:21
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 868
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 11:26
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 557
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 11:53
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 271
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 12:47
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 12:51
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 132
     No errors detected
    SALMAN

  • FTP logon issues on IIS 7 using Windows Server 2008 R2

    Hi, I'm currently experiencing issues when trying to log on to an FTP server I created using Windows Server 2008 R2.
    The FTP web site has Enabled both Anonymous and Basic Authentication.
    On the Authotization Rules it has enabled Allow All Users and Anonymous Users with read permissions, and the local administrator with read and write.
    Whenever I try to log on, either via IE or Command prompt, when asked for credentials, I get logon failures, either with anonymous or a username that has access permissions to the FTP root folder.
    I tried changing the FTP application pool identity to Network Service, but still get the same error. I also have tried testing the connection from the basic settings section of the FTP Site, and when I test it using Application User (use pass-through authentication)
    I get an error that says: ¨IIS Manager cannot verify whether the builtin account has access¨If I instead use a username and password, the test passes ok, however using this account to try to enter the FTP site I get logon failure, even when the account
    I´m using is a local admin account.
    The Server is part of an AD Domain.
    I have read a few blogs and forums about problems with FTP validation but nothing related exactly to my issue.
    Any ideas are deeply appreciated.
    thanks
    Eduardo Rojas

    Hi, I would tend to ask on IIS forum (iis.net), as you might get more attention and help there.
    For your issue, I would tend to think that you need to set the correct security on the FTP's home folder, but again it's only an advice, as I'am not an IIS's guru.
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • The Update is Not Applicable To Your Computer when installing patch on Windows Server 2008 R2 machine

    When I try to install security patch KB2525694 and KB978542 on my Windows Server 2008 R2 machine, I get the message "The Update is Not Applicable To Your Computer".  I am using the following files:
    Windows6.1-KB978542-x64 (KB978542)
    Windows6.1-KB2525694-x64 (KB2525694)
    I believe these are the correct files but no luck installing it.  Any help would be greatly appreciated!

    When I try to install security patch KB2525694 on my Windows Server 2008 R2 machine, I get the message "The Update is Not Applicable To Your Computer".  I am using the following files:
    Windows6.1-KB2525694-x64 (KB2525694)
    This update has been superseded many times.
    If you already have installed one of the superseding updates below, KB2525694 will not be applicable.
    For the list of superseding updates, check this list:
    http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2525694%20r2%20x64
    (click on the result, then click on the "Package Details" tab to get the list below..
    This update has been replaced by the following updates:
    Security Update for Windows Server 2008 R2 x64 Edition (KB2555917)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2567053)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2639417)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2641653)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2660465)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2676562)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2709162)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2718523)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2731847)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2761226)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2778344)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2778930)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2779030)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2808735)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2829361)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2850851)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2876315)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2883150)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2893984)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2913602)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2930275)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2973201)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • DRIVERS MISSING WHEN I HAVE INSTALLED WINDOWS SERVER 2008

    I HAVE PROBLEM WITH THE DRIVERS I HAVE INSTALLED A WINDOWS SERVER 2008 BECAUSE I NEED TO INSTALL SQL SERVER A PRACTICE STUFF....BUT I HAVE DRIVER PROBLEMS...IF ANYBODY CAN HELP ME

    Turn off the caps and tell us the problem and or error messages you receive. If the issue is "no hard disks found" or similar the follow the steps;
    Method 3: Provide the correct drivers for the hard disk controller
    You cannot select or format a hard disk partition when you try to install Windows Vista, Windows 7 or Windows Server 2008 R2
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Get 0x80780124 error when trying to restore Windows Server 2008 R2

    We are trying to restore a HP Proliant ML350 G6 Windows 8 R2 Server but every time we do we get a message that states "The system image restore failed error details: Windows Backup failed to extend or mount the file system on the recovered volume.
    (0x80780124)" We were trying the restore from the CD. Any ideas what would be causing the issues?

    Hi,
    Please try to run chkdsk on the backup vhd to see if you can restore the server. In additional, you can also refer to the thread below to troubleshoot the issue:
    SBS 2011 Bare Metal Restore Failed
    http://social.technet.microsoft.com/Forums/en-US/bd90747a-3e5d-47b3-8a67-748864aa20f4/sbs-2011-bare-metal-restore-failed?forum=smallbusinessserver
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Database Logon Failed in Drill Down reports

    I am developing reports on Crystal Reports XI R2, VS.NET 2005 , SQL Server 2000, C#.
    I am getting Database Logon Failed when I click on a drill down link in the report. It works if I click on the drill down link with in a minute. But if I wait for a minute and click on drill down, I am getting Database Logon Failed 
    Error in Crystal report viewer14
    Object reference not set to an instance of an object
    Any help would be greatly appreciated.
    Thanks,
    Sailu

    The above code should be written after the loading of report.
    For example-
    private void Page_Load(object sender, System.EventArgs e)
                   // Put user code to initialize the page here
                   if (!IsPostBack)
                        crReport.Load(Server.MapPath("CrystalReport1.rpt"));
                        ConnectionInfo crConn= new ConnectionInfo();
                        crConn.ServerName="D-3271-SQL";
                        crConn.DatabaseName="Northwind";
                        crConn.UserID="sa";
                        crConn.Password="sa";
                        Tables crTables=crReport.Database.Tables;
                        foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
                             TableLogOnInfo crLogoninfo=crTable.LogOnInfo;
                             crLogoninfo.ConnectionInfo =crConn;
                             crTable.ApplyLogOnInfo(crLogoninfo);
                   CrystalReportViewer1.ReportSource =crReport;
    I hope this help
    Regards
    Amit
    Edited by: Amit Singh on Aug 21, 2008 4:48 PM

  • Problem instalation ora database 11g r2 in windows server 2008 r2 PATH variable failed

    Dear Experts
    I'm installing a database Oracle Database 11 r2, in an operating system Window Server 2008 R2.
    The problem:
    When the installer verifying that the path it ends. simply.
    I did:
    the basic steps, how to put all the unzipped files in a single directory.
    E: \ ORACLE \ Installers \ Database \ win64_11gR2_database_1of2
    And the installation will:
    E: \ ORACLE \ orcl_database
    and
    I did tests with different values in the PATH variable:
    short values,
    no% oracle_home%
    with% oracle_home%
    long values
    Always ran the installer as administrator.
    Anyway,
    Do not know what else could test to change this result and successfully install the database.
    I have done several searches on this forum and others and have not found what could change to achieve success in the installation
    Thank you,

    Dear Nagulan
    thanks for your reply
    the only value for path is:
    %SystemRoot%\system32
    LOG in C:\Program Files\Oracle\Inventory\logs
    >>>>>>>>>>>>>>>>>>>
    Using paramFile: E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 65536    Passed
    The commandline for unzip:
    E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\u777\AppData\Local\Temp\2\OraInstall2013-08-22_01-36-12PM" INFO: Loading data from: jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: true
    INFO: oraInst.loc does not exist
    INFO: Registrando bean de configuração
    INFO: Criando o Fluxo
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state getOCMDetails
    INFO: Loaded state installOptions
    INFO: Loaded state getSystemClass
    INFO: Loaded state nodeSelectionPage
    INFO: Loaded state upgradeValidation
    INFO: Loaded state installType
    INFO: Loaded state quickInstallPage
    INFO: Loaded state productLanguage
    INFO: Loaded state inventoryPage
    INFO: Loaded state getOracleHome
    INFO: Loaded state dbEdition
    INFO: Loaded state configurationType
    INFO: Loaded state dbIdentifier
    INFO: Loaded state configurationOption
    INFO: Loaded state managementOption
    INFO: Loaded state storageOption
    INFO: Loaded state recoveryOption
    INFO: Loaded state selectASMDiskGroups
    INFO: Loaded state schemaPasswordDialog
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[configurationOption]: route=success; to=managementOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getOracleHome
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=installOptions
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=installOptions
    INFO: State[getOracleHome]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[getOracleHome]: route=advanced_yes_inventory_no; to=inventoryPage
    INFO: State[getOracleHome]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=advanced_yes_upgrade_yes; to=prereqExecutionDecider
    INFO: State[getPrivilegedOSGroups]: route=success; to=prereqExecutionDecider
    INFO: State[getSystemClass]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getSystemClass]: route=server_class_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=quickInstallPage
    INFO: State[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=storageOption
    INFO: State[nodeSelectionPage]: route=create_and_configureDB; to=installType
    INFO: State[nodeSelectionPage]: route=software_onlyDB; to=productLanguage
    INFO: State[nodeSelectionPage]: route=upgradeDB; to=upgradeValidation
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[prepInstall]: route=success; to=decideOCMInstall
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=dbEdition
    INFO: State[quickInstallPage]: route=basic_yes_inventory_no; to=inventoryPage
    INFO: State[quickInstallPage]: route=basic_yes_inventory_yes; to=prereqExecutionDecider
    INFO: State[recoveryOption]: route=asm_chosen_asm_not_present; to=schemaPasswordDialog
    INFO: State[recoveryOption]: route=asm_chosen_asm_present; to=selectASMDiskGroups
    INFO: State[recoveryOption]: route=asm_not_chosen; to=schemaPasswordDialog
    INFO: State[schemaPasswordDialog]: route=success; to=prereqExecutionDecider
    INFO: State[selectASMDiskGroups]: route=success; to=schemaPasswordDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[storageOption]: route=success; to=recoveryOption
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Registering the flow data beans
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'CLUSTER_NODES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSDBA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSOPER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_GlobalDBName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SID' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StorageType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AllocatedMemory' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AutoMemoryOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMCentralAgentSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_MountPointLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SecureConfigDisabled' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EnableAutoBackup' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LoadExampleSchemas' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ReceiveEmailNotification' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseDBControl' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseFileSystemForRecovery' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseSamePassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigTabSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharSetOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOptionSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupNameForASM' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMEmailAddress' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMSMTPServer' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpUsername' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ASMSNMPUserPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminPasswords' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallEdition' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharacterSet' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StarterDatabaseType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomComponents' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_BASE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'b_rdbmsInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INVENTORY_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'UNIX_GROUP_NAME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_RESPONSE_FILE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'MYORACLESUPPORT_USERNAME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'MYORACLESUPPORT_PASSWORD' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'DECLINE_SECURITY_UPDATES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_HOST' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_PORT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_USER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_PWD' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_FAILURES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_CONFIGURATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'SELECTED_LANGUAGES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOSTNAME' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'b_rdbmsInstall' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_RESPONSE_FILE' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_FAILURES' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_CONFIGURATION' não encontrado no armazenamento de bean.
    INFO: Set value for bean DBSetupBean
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'CLUSTER_NODES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSDBA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSOPER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_GlobalDBName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SID' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StorageType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AllocatedMemory' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AutoMemoryOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMCentralAgentSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_MountPointLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SecureConfigDisabled' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EnableAutoBackup' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LoadExampleSchemas' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ReceiveEmailNotification' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseDBControl' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseFileSystemForRecovery' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseSamePassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigTabSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharSetOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOptionSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupNameForASM' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMEmailAddress' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMSMTPServer' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpUsername' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ASMSNMPUserPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminPasswords' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallEdition' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharacterSet' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StarterDatabaseType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomComponents' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_BASE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    WARNING: Failed to load bean oracle.install.ivw.db.bean.DBInstallSettings. Reason: [INS-07001] Valor para a propriedade 'DBInstallSettings' não encontrado no armazenamento de bean.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                      VALUE                                             
    CLUSTER_NODES                                 {}                                                
    COLLECTOR_IGNORE_CONFIGURATION                false                                             
    COLLECTOR_IGNORE_FAILURES                     false                                             
    COLLECTOR_RESPONSE_FILE                                                                         
    DECLINE_SECURITY_UPDATES                      false                                             
    FROM_LOCATION                                 E:\ORACLE\Instaladores\Database\win64_11gR2_databas
                                                   e_1of2\database\install\../stage/products.xml     
    INSTALL_TYPE                                  EE                                                
    MYORACLESUPPORT_PASSWORD                      *Protected value, not to be logged*               
    MYORACLESUPPORT_USERNAME                                                                        
    ORACLE_BASE                                                                                     
    ORACLE_HOME                                                                                     
    ORACLE_HOSTNAME                               host.company.net                           
    PROXY_HOST                                                                                      
    PROXY_PORT                                                                                      
    PROXY_PWD                                     *Protected value, not to be logged*               
    PROXY_USER                                                                                      
    SECURITY_UPDATES_VIA_MYORACLESUPPORT          true                                              
    SELECTED_LANGUAGES                            {"en","pt_BR"}                                    
    UNIX_GROUP_NAME                                                                                 
    b_rdbmsInstall                                true                                              
    oracle.install.db.isCCRAuthenticationUsed     false                                             
    oracle_install_LaunchNetCA                    false                                             
    oracle_install_NoMigration                    false                                             
    oracle_install_OCR_PartitionLocation                                                            
    oracle_install_RACInstall                     false                                             
    oracle_install_RDBMSInstalling                true                                              
    oracle_install_client_OraMTSPortNumber        49155                                             
    oracle_install_db_ASMSNMPUserPassword         *Protected value, not to be logged*               
    oracle_install_db_AutoMemoryOption            false                                             
    oracle_install_db_CharSetOption               3                                                 
    oracle_install_db_CharacterSet                                                                  
    oracle_install_db_ConfigTabSelected           0                                                 
    oracle_install_db_ConfigurationType           &General Purpose / Transaction Processing         
    oracle_install_db_CustomInstall               false                                             
    oracle_install_db_DiskGroupName                                                                 
    oracle_install_db_DiskGroupNameForASM                                                           
    oracle_install_db_EMCentralAgentSelected                                                        
    oracle_install_db_EMEmailAddress                                                                
    oracle_install_db_EMSMTPServer                                                                  
    oracle_install_db_EnableAutoBackup            false                                             
    oracle_install_db_InstallEdition              EE                                                
    oracle_install_db_InstallOption               INSTALL_DB_AND_CONFIG                             
    oracle_install_db_InstallOptionSelected       1                                                 
    oracle_install_db_InstallType                 EE                                                
    oracle_install_db_LaunchDBCA                  false                                             
    oracle_install_db_LaunchODMA                  false                                             
    oracle_install_db_LoadExampleSchemas          false                                             
    oracle_install_db_MountPointLocation                                                            
    oracle_install_db_QuickInstallOption          false                                             
    oracle_install_db_ReceiveEmailNotification    false                                             
    oracle_install_db_RecoveryBackUpLocation                                                        
    oracle_install_db_RecoveryBackUpPassword      *Protected value, not to be logged*               
    oracle_install_db_RecoveryBackUpUsername                                                        
    oracle_install_db_SID                                                                           
    oracle_install_db_SecureConfigDisabled        false                                             
    oracle_install_db_SetOracleBase               false                                             
    oracle_install_db_StarterDatabaseType         GENERAL_PURPOSE                                   
    oracle_install_db_StorageType                 0                                                 
    oracle_install_db_SuperAdminPasswords         *Protected value, not to be logged*               
    oracle_install_db_SuperAdminSamePasswdForAll  *Protected value, not to be logged*               
    oracle_install_db_SystemClass                 DESKTOP_CLASS                                     
    oracle_install_db_Type                        1                                                 
    oracle_install_db_UseDBControl                true                                              
    oracle_install_db_UseFileSystemForRecovery    false                                             
    oracle_install_db_UseSamePassword             false                                             
    INFO: Acionando Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@1e34f445
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: Você não forneceu um endereço de e-mail.
    Deseja continuar desinformado sobre questões críticas de segurança na sua configuração?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Get view named [InstallOptionsUI]
    INFO: InstallOptionsUI Entering Constructor
    INFO: InstallOptionsUI Exiting Constructor
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.db.view.InstallOptionsUI@7e6baf24
    INFO: Initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Get view named [SystemClassUI]
    INFO: SystemClassUI Entering Constructor
    INFO: SystemClassUI Exiting Constructor
    INFO: View for [SystemClassUI] is oracle.install.ivw.db.view.SystemClassUI@4c68059
    INFO: Initializing view <SystemClassUI> at state <getSystemClass>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: Completed initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :SERVER_CLASS
    INFO: Verifying route server_class_yes
    INFO: Get view named [NodeSelectionUI]
    INFO: NodeSelectionUI Entering Constructor
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Node Name
    INFO: View for [NodeSelectionUI] is oracle.install.ivw.db.view.NodeSelectionUI@42130c2
    INFO: Initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: Completed initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Nome do Nó
    INFO: Completed localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state nodeSelectionPage
    INFO: Completed executing action at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <nodeSelectionPage>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: getSystemClass
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: installOptions
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: getOCMDetails
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: Você não forneceu um endereço de e-mail.
    Deseja continuar desinformado sobre questões críticas de segurança na sua configuração?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :SERVER_CLASS
    INFO: Verifying route server_class_yes
    INFO: Displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state nodeSelectionPage
    INFO: Completed executing action at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <nodeSelectionPage>
    INFO: Completed validating view at state <nodeSelectionPage>
    INFO: Validating state <nodeSelectionPage>
    INFO: Completed validating state <nodeSelectionPage>
    INFO: NodeSelectionAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: Verifying route create_and_configureDB
    INFO: Get view named [installTypeUI]
    INFO: View for [installTypeUI] is oracle.install.ivw.db.view.InstallTypeGUI@49bfd53d
    INFO: Initializing view <installTypeUI> at state <installType>
    INFO: Completed initializing view <installTypeUI> at state <installType>
    INFO: Displaying view <installTypeUI> at state <installType>
    INFO: Completed displaying view <installTypeUI> at state <installType>
    INFO: Loading view <installTypeUI> at state <installType>
    INFO: Completed loading view <installTypeUI> at state <installType>
    INFO: Localizing view <installTypeUI> at state <installType>
    INFO: Completed localizing view <installTypeUI> at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installType
    INFO: Completed executing action at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <installType>
    INFO: Completed validating view at state <installType>
    INFO: Validating state <installType>
    WARNING: Validation disabled for the state installType
    INFO: Completed validating state <installType>
    INFO: Verifying route advanced_yes
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@7db81d4f
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Extraindo Idiomas Disponíveis...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Get view named [DBEditionUI]
    INFO: Reading shiphome metadata from E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for EEinstall is 3425.1435203552246
    INFO: Reading shiphome metadata from E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for SEinstall is 3371.2472734451294
    INFO: size estimation for PEinstall is 3425.1435203552246
    INFO: View for [DBEditionUI] is oracle.install.ivw.db.view.DBEditionGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <DBEditionUI> at state <dbEdition>
    INFO: Re-loading component config bea

  • Oracle Database 11g-R2 with Windows Server 2008

    Hi to All Respected Gurus!
    Recently I have downloaded Oracle Database 11g-R2.
    Will it work with Windows Server 2008-R2?
    Please guid eme.
    Thanks in Advance.
    Muhammad Uzair
    Oracle Application Developer
    Oracle APEX Developer
    Pakistan
    +92 (333) 7058754

    uzairmalik wrote:
    Hi to All Respected Gurus!
    Recently I have downloaded Oracle Database 11g-R2.
    Will it work with Windows Server 2008-R2?
    Please guid eme.
    Did you look in the installation guide for the software requirement for 11.2? You could had easily found the answer from there by yourself.
    http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDHGGFE
    From the above link,
    >
    Requirement     Value
    Operating System
    Oracle Database for 32-bit Windows is supported on the following operating systems:
    Windows Server 2003 - all editions
    Windows Server 2003 R2 - all editions
    Windows XP Professional
    Windows Vista - Business, Enterprise, and Ultimate editions
    Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Windows Multilingual User Interface Pack is supported.
    >
    Aman....

  • WPA2 EAP-PEAP error, may be Windows Server 2008 or...

    I've studied posts like /t5/Connectivity/Not-able-to-connect-to-company-WLAN-WPA2-AES-PEAP-with-E71/m-p/420301/highlight/tru... , updated firmware, no joy. On E71, get
    WLAN: EAP-PEAP authentication failed
    In the event log of the domain controller+NPS server, get:
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          5/19/2010 10:24:18 AM
    Event ID:      6274
    Task Category: Network Policy Server
    Level: Information
    Keywords: Audit Failure
    User: N/A
    Computer: Actinium.s********.com
    Description: Network Policy Server discarded the request for a user. Contact the Network Policy Server administrator for more information.
    User:
         Security ID: S****\****
         Account Name: d***@*****.com
         Account Domain: S*******
         Fully Qualified Account Name: S******\*****
    Client Machine:
         Security ID: NULL SID
         Account Name: -
         Fully Qualified Account Name: -
         OS-Version: -
         Called Station Identifier: 000B8651*****
         Calling Station Identifier: 0021FE3****
    NAS:
         NAS IPv4 Address: 10.0.1.253
         NAS IPv6 Address: - NAS Identifier: 10.0.1.253
         NAS Port-Type: Wireless - IEEE 802.11
         NAS Port: 1
    RADIUS Client:
         Client Friendly Name: OAW-4308
         Client IP Address: 10.0.1.253
    Authentication Details:
         Connection Request Policy Name: Secure Wireless Connections
         Network Policy Name: Secure Wireless Connections
         Authentication Provider: Windows Authentication Server: Actinium.s********.com
         Authentication Type: EAP
         EAP Type: -
         Account Session Identifier: -
         Reason Code: 1
         Reason: An internal error occurred. Check the system event log for additional information.
    I get a different "Reason" when I deliberately use the wrong certificate, so that part is probably OK. Tried many combinations of sAMAccountName, userPrincipalName, etc. in user and realm fields. I saw a perhaps related issue with somebody using a maemo device that stopped working when they upgraded to Windows Server 2008 on the back end. No problem with iPhones, Blackberry Storms, laptops.
    Help...

    In the SCVMM world a 'template' is composed of the following: a VHD with an OS that has been generalized (sysprep), virtual hardware profile (settings), and an OS profile.
    The OS profile is required to have a product key.  A MAC activation key at the minimum.  But the key is required.
    If you deploy a VM from a VHD, the same customization assumptions are not at play.  Which is why it succeeds.  (there is no template in this case, there is also no requirement that the OS in the VHD be sysprep'd).
    SCVMM has rules.  And lots of things don't make sense until you begin to understand them and play within them. (I am not saying that the SCVMM rules are a good thing, just saying they exist)
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

Maybe you are looking for

  • My iPhone 4 signal issues are gone...

    Well, like many of people here I had the obnoxious signal loosing issue that is affecting a staggering amount of iPhone 4 users. However, I never realized I inadvertedly fixed the issue until just 10 minutes ago. I had signal issues since Day 1. Bear

  • PayloadSwapBean: Sender mail adapter

    Does any codeing is required after adding payloadswapbean in the adpater module in sender mail adpter ?

  • Problem installing Adobe Designer

    Hi, When i install NWDS 7.0 version , it is not showing the option for installing Adobe Desingner . In older versions of NWDS we had to click one check box at the time of installation for activating and installing adobe designer . Because of this i a

  • Stop application from starting automatically?

    Hi, I recently configured a backup utility to auto-start at 2am ET, from within the application's settings. Unfortunately, when I changed the time to start at a different time, it didn't work. My computer still autostarts the app at 2am. I've sent an

  • Splitting in REM planning table

    Hello, I am presently working with REM planning table.In planning table there is functinality of splitting the monthly quantities to daily quantities or weekly quantities. When you split the quantities what calculation system is doing internally? How