OBIEE 11.1.1.7 installation Issues - Fails on Creating a Domain

Hi,
I have completed all the steps mentioned in different posts in this forum regarding my error, but none of them helps. After comprehensive searching i have tried to install OBIEE with these steps also.
1st time installation:
1. Followed simple steps
   a) Created schema using RCU on MS SQL Server successfully.
   b) After that ran the setup of OBIEE, it succeeded all the way, but when it was configuring it stuck on Creating Domain, and eventually failed after 180 minutes.
2nd time installation:
I completely removed, OBIEE from my system, with all the registry entries included. Started a fresh installation after reading all these forum posts. but still it failed again on Creating a domain, this time i kept on re-trying for 3 times, it failed and it took me about 315 minutes overall.
a) Create a loop back adapter.
b) Assigned that adapter an IP (10.10.10.10). Configured the /etc/host file reflecting my adapter IP and hostname.domain name.
        127.0.0.1       localhost
        127.0.0.1 WPKZS255082-XLZ.TX.MYDOMIN.COM  WPKZS255082-XLZ
        10.10.10.10 WPKZS255082-XLZ.TX.MYDOMIN.COM  WPKZS255082-XLZ
(Above is my /etc/hosts file.
c) Installed Java JRE & JDK (7) on C:\JAVA and set the environmental variables in PATH (System Variable).
My System Configurations are:
Dell Latitude - E6520
8 GB Ram - 64-bit Architecture.
Windows 7 ULTIMATE
Computer Name : WPKZS255082-XLZ
Domain : TX.MYDOMIN.COM
----------These are the error messages that log file has created --------------
ERROR LOG START
File name from the log is generated and pasted here is : "install2015-04-17_04-50-25PM.out"
Creating a new AdminServer Object ...
  AdminServer port is 7001
  Starting the domain ...
  LOADING DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loading DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loaded DLL : C:\MMiddleware\Oracle_BI1\install\config\\StartUtil64.dll
oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
An error occurred while starting the domain.
Action:
See logs for more details.
  at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
  at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3180)
  at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3043)
  at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
  at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
  at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
  at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
  at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
Caused by: oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
Starting the Admin_Server timed out.
Action:
See logs for more details.
  at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
  at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
  ... 19 more
oracle.as.provisioning.exception.ASProvisioningException
  at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
  at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
  at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
  at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
  at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
  ... 14 more
java.lang.Exception: Unable to find a free port in range 7001 and 7500
  at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
  at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
  at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
  at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
  at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:86)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
java.lang.Exception: Unable to find a free port in range 9500 and 10000
  at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
  at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
  at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
  at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
  at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:89)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
java.lang.Exception: Unable to find a free port in range 9500 and 10000
  at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
  at oracle.as.install.bi.biconfig.util.PortUtilitiesImpl.getFreePortInRange(PortUtilitiesImpl.java:17)
  at oracle.as.install.bi.biconfig.standard.PortList.getPort(PortList.java:125)
  at oracle.as.install.bi.biconfig.standard.PortList.getConsecutivePorts(PortList.java:160)
  at oracle.as.install.bi.biconfig.standard.PortList.assignPort(PortList.java:181)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._setNodeManagerPort(DomainProvisioningTask.java:151)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask._initFarmDetails(DomainProvisioningTask.java:135)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
  AdminServer port is -1
oracle.as.provisioning.exception.ASProvisioningException
  at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
  at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
  at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalArgumentException: Invalid JMX Port
  at oracle.as.provisioning.weblogic.ASDomain.<init>(ASDomain.java:340)
  at oracle.as.provisioning.engine.WorkFlowExecutor._initializeConfigEngine(WorkFlowExecutor.java:1693)
  at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:618)
  at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
  at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
  ... 14 more
ERROR LOG ENDS
Request your urgent response on this matter. If anyone finds this same error, please send your feedback.
Thanks

Hello 0ad6e3fe-e3d8-4867-8ba9-780c4a7150ff,
Your name must be hard to type, let alone remember. Please choose a more speaking name / handle for this forum since it's inconvenient talking to an alphanumeric string rather than a person.
You seem to have port issues:
java.lang.Exception: Unable to find a free port in range 7001 and 7500
java.lang.Exception: Unable to find a free port in range 9500 and 10000
java.lang.Exception: Unable to find a free port in range 9500 and 10000
However you're on Windows, so I suggest you check the last post in this thread: Re: OBIEE 11.1.1.5 installation Error on windows 7 64 bit
BTW: Doing a google search as well as a normal forum search bring up that thread and the very first search result for you issue.

Similar Messages

  • OBIEE install fails while creating a domain

    Hi,
    I am trying to install OBIEE 11.1.1.3 on linux 64. I selected the Enterprise install option. The installer gives error while creating a domain during the configuration process.
    BI Configuration Log
    Config Action BI Configuration started
    Creating Domain
    Error
    null
    Step Creating Domain failed
    Configuration Action 'Creating Domain' has failed. Please check logs for details.
    The log file is as follows..
    [2010-09-29T14:45:33.319-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Assigning Port: 7002 to: DOMAIN_PORT
    [2010-09-29T14:45:33.422-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    [2010-09-29T14:45:33.422-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Setting valueOf(DOMAIN_PORT) to:7002. Value obtained from:USER
    [2010-09-29T14:45:33.422-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Domain port set to: 7002
    [2010-09-29T14:45:33.422-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Nodemanager port set to: 9556
    [2010-09-29T14:45:33.446-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Starting initial node manager configuration...
    [2010-09-29T14:45:33.446-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Found listening port from node manager properties: null
    [2010-09-29T14:45:33.446-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Unable to reuse node manager - port is null
    [2010-09-29T14:45:33.446-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] No reusable node manager found.
    [2010-09-29T14:45:33.446-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Completed initial node manager configuration.
    [2010-09-29T14:45:33.448-05:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 38] [ecid: 0000IhV1njD27Ud5Tf0Fyc1CcstI00000S,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    Can anybody tell what may be wrong. I verified that the port 9556 was free.

    Hello George,
    Did you figured out how to solve this problem?. I have been trying to install OBIEE 11g all morning and that's the exact error that I'm getting from the log file:
    Assigning Port: 7001 to: DOMAIN_PORT
    [2010-09-29T11:16:14.842-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    [2010-09-29T11:16:14.842-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Setting valueOf(DOMAIN_PORT) to:7001. Value obtained from:USER
    [2010-09-29T11:16:14.842-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Domain port set to: 7001
    [2010-09-29T11:16:14.842-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Nodemanager port set to: 9556
    [2010-09-29T11:16:14.914-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Starting initial node manager configuration...
    [2010-09-29T11:16:14.915-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Found listening port from node manager properties: null
    [2010-09-29T11:16:14.915-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Unable to reuse node manager - port is null
    [2010-09-29T11:16:14.915-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] No reusable node manager found.
    [2010-09-29T11:16:14.915-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Completed initial node manager configuration.
    [2010-09-29T11:16:14.915-06:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000IhUVavHFW7WFLzmJOA1Ccq_j00000H,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    Please help on this issue.
    Thanks.
    Pablo.

  • Sharepoint server 2013 configuration issue - failed to create configuration database

    Hi All,
    I have installed the SharePoint server 2013. After installing the SharePoint products, the configuration stops at failure of creating configuration database.
    Some system configuration & info:
    - 1 Domain controller server run Active Directory services on Windows server 2008 R2 SP1 (PC1 with name DC.Brainfiniti.com)
    - 1 Server which is used for installing Sharepoint server 2013 and MS SQL server 2008 R2 SP1 (PC2 with name App.Brainfiniti.com)
    - All of PCs were satisfied the requirement of Sharepoint server 2013
    - Firewall turned off & No antivirus tool was installed.
    - During installing of Sharepoint, choose "Complete" option: Farm mode and use SQL Server instead of SQL Express.
    - During configuration, created a new farm with a domain user account.
    - Use domain account to log on and install, configure in Sharepoint & SQL server (PC2)
    ATTEMPTS:
    1. Tried install and set up all of steps with just 1 account - domain administrator.
    2. Tried with separate domain account:
    - SQL Service account use for:
    + Install SQL server 2008
    + Connect all SQL services
    + Admin for SQL server
    - Setup account use for:
    + Member of local administrator group in PC2
    + Install Sharepoint
    + Run Configuration wizard
    + Was granted permission in SQL database: dbcreator, securityadmin, sysadmin and deselect serveradmin role.
    + Was choose for the database account in configuration database step
    Also tried with SQL service account in this step.
    3. Tried with Standalone mode for Sharepoint installing
    4. Trie with domain name: Brainfiniti.local
    5. Tried with some another solution from topic relate to database configuration in our community but not successful.
    But all attempts are failed at this configuration database step :'(
    Please correct me if I am going wrong by missing something or do I need to start/install some services.
    Screenshot Attached
    Sorry! Cannot add screenshot because my account is still not verified. Will add later.
    LOG ENTRY:
    01/23/2013 06:58:28  1  INF        Entering function CreateCentralAdministrationSiteForm.CreateCentralAdministrationSiteFormInitializeBeforeShow
    01/23/2013 06:58:28  1  INF          Found a task by the name of adminvs in the task collection
    01/23/2013 06:58:28  1  INF          Entering function TaskCommon.GenerateRandomUnUsedPort
    01/23/2013 06:58:28  1  INF            Entering function TaskCommon.EnsureIIs
    01/23/2013 06:58:28  1  INF              Entering function PreRequisiteChecks.IsIisInstalled
    01/23/2013 06:58:28  1  INF                Entering function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF                  Version of IIS is 7
    01/23/2013 06:58:28  1  INF                Leaving function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF              Leaving function PreRequisiteChecks.IsIisInstalled
    01/23/2013 06:58:28  1  INF              Entering function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF                Version of IIS is 7
    01/23/2013 06:58:28  1  INF              Leaving function PreRequisiteChecks.IsRightVersionOfIis
    01/23/2013 06:58:28  1  INF              Entering function ServiceHelper.Start
    01/23/2013 06:58:28  1  INF                Trying to start service W3SVC and waiting 180 sec to do so
    01/23/2013 06:58:28  1  INF                service W3SVC is Running, nothing to do
    01/23/2013 06:58:28  1  INF                starting service W3SVC (it may already be started)
    01/23/2013 06:58:28  1  INF              Leaving function ServiceHelper.Start
    01/23/2013 06:58:28  1  INF            Leaving function TaskCommon.EnsureIIs
    01/23/2013 06:58:28  1  INF            Trying to see if port 40993 is free on machine APP.  Min port we will try is 1024, Max port we will try is 49151
    01/23/2013 06:58:30  1  INF            A SocketException was thrown with
    SocketError ConnectionRefused
    01/23/2013 06:58:30  1  INF            Connect has been refused for port 40993, so we will consider this a free port
    01/23/2013 06:58:30  1  INF            Have not found a free port yet.  Number of tries is 1.  Min port we will try is 1024, Max port we will try is 49151
    01/23/2013 06:58:30  1  INF            Adding port 40993 to the exclusion list so it is not chosen again during this run
    01/23/2013 06:58:30  1  INF          Leaving function TaskCommon.GenerateRandomUnUsedPort
    01/23/2013 06:58:30  1  INF        Leaving function CreateCentralAdministrationSiteForm.CreateCentralAdministrationSiteFormInitializeBeforeShow
    I just post a part of its logs which contain "error" string because it's too long.
    According this log, there is a error in port connection but i've turned firewall off ???
    Please help me with this mix up :'(
    p/s: sorry for my English!
    Thanks,
    Hien Hoang

    Below is the logs entry with "ERR" marked line:
    01/23/2013 07:03:17  9  INF                    Now joining to farm at server app.brainfiniti.com database SharePoint_Config
    01/23/2013 07:04:12  9  ERR                    Task configdb has failed with an unknown exception
    01/23/2013 07:04:12  9  ERR                    Exception: System.Security.Principal.IdentityNotMappedException: Some or all identity references could not
    be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                      Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                        Resource id to be retrieved is ExceptionInfo for language English (United States)
    01/23/2013 07:04:12  9  INF                        Resource retrieved id ExceptionInfo is An exception of type {0} was thrown. 
    Additional exception information: {1}
    01/23/2013 07:04:12  9  INF                      Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                    Leaving function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  INF                      Entering function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                        Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                          Resource id to be retrieved is ExceptionInfo for language English (United
    States)
    01/23/2013 07:04:12  9  INF                          Resource retrieved id ExceptionInfo is An exception of type {0} was thrown. 
    Additional exception information: {1}
    01/23/2013 07:04:12  9  INF                        Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                      Leaving function Common.BuildExceptionMessage
    01/23/2013 07:04:12  9  INF                    Leaving function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  ERR                    An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception
    information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                    Entering function Common.BuildExceptionInformation
    01/23/2013 07:04:12  9  INF                    Entering function TaskBase.OnTaskStop
    01/23/2013 07:04:12  9  INF                      Creating the OnTaskStop event for task configdb
    01/23/2013 07:04:12  9  ERR                      Task configdb has failed
    01/23/2013 07:04:12  9  INF                      friendlyMessage for task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  9  INF                      debugMessage for task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  9  INF                      Entering function TaskBase.FireTaskStateChanged
    01/23/2013 07:04:12  9  INF                        Firing the OnTaskStateChanged event for task configdb
    01/23/2013 07:04:12  9  INF                        Entering function TaskDriver.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                            Resource id to be retrieved is ConfigurationDatabaseTaskDisplayName
    for language English (United States)
    01/23/2013 07:04:12  9  INF                            Resource retrieved id ConfigurationDatabaseTaskDisplayName
    is configuration database
    01/23/2013 07:04:12  9  INF                          Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  9  INF                          Received an TaskStateEventHandler event.  task:configdb TaskBase.State:stopped
    01/23/2013 07:04:12  9  INF                          Entering function TasksQueue.IncrementTaskFailed
    01/23/2013 07:04:12  9  INF                            Incremented the number of tasks failed to 1
    01/23/2013 07:04:12  9  INF                          Leaving function TasksQueue.IncrementTaskFailed
    01/23/2013 07:04:12  9  INF                          Task configdb has stopped and failed.  Total failed is now 1
    01/23/2013 07:04:12  9  INF                        Leaving function TaskDriver.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                        Entering function PsconfigBaseForm.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Invoking the UI thread with the task state chagne event
    01/23/2013 07:04:12  1  INF                          Entering function ConfigurationProgressForm.InvokeTaskStateEventHandler
    01/23/2013 07:04:12  1  INF                            Received an TaskStateEventHandler event.  task:configdb
    TaskBase.State:stopped TaskBase.TaskResultconfigdb
    01/23/2013 07:04:12  1  INF                            Acquiring the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Releasing the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Acquiring the reader lock to retrieve the state
    01/23/2013 07:04:12  1  INF                            Releasing the reader lock to retrieve the state
    01/23/2013 07:04:12  1  ERR                            Task configdb has stopped and failed.  Total failed
    is now 1
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    disconnect
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter disconnect in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    connect
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter connect in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function Command.this[string key]
    01/23/2013 07:04:12  1  INF                              Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                                Found value in collection for key
    create
    01/23/2013 07:04:12  1  INF                              Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  1  INF                              Found parameter create in collection
    01/23/2013 07:04:12  1  INF                            Leaving function Command.this[string key]
    01/23/2013 07:04:12  1  INF                            Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  1  INF                              Resource id to be retrieved is ConfigurationDatabaseTaskCreateFailConfigDisplayLabel
    for language English (United States)
    01/23/2013 07:04:12  1  INF                              Resource retrieved id ConfigurationDatabaseTaskCreateFailConfigDisplayLabel
    is Failed to create the configuration database.
    01/23/2013 07:04:12  1  INF                            Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  1  INF                            Updating the task label below the progress bar Failed to
    create the configuration database.
    01/23/2013 07:04:12  1  INF                            Entering function FormParameterCollection.Add
    01/23/2013 07:04:12  1  INF                            Leaving function FormParameterCollection.Add
    01/23/2013 07:04:12  1  INF                            Last message from task configdb is An exception of type System.Security.Principal.IdentityNotMappedException
    was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Not running in high contrast, so we will paint the background
    with our trademarked image
    01/23/2013 07:04:12  1  INF                            Updating the task additional notification information below
    the progress bar An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception information: Some or all identity references could not be translated.
    01/23/2013 07:04:12  1  INF                          Leaving function ConfigurationProgressForm.InvokeTaskStateEventHandler
    01/23/2013 07:04:12  9  INF                          Sleeping an extra 1 ms so things don't go too fast for the user for this
    task
    01/23/2013 07:04:12  1  INF                          Not running in high contrast, so we will paint the background with our
    trademarked image
    01/23/2013 07:04:12  9  INF                        Leaving function PsconfigBaseForm.TaskStateEventHandler
    01/23/2013 07:04:12  9  INF                      Leaving function TaskBase.FireTaskStateChanged
    01/23/2013 07:04:12  9  INF                    Leaving function TaskBase.OnTaskStop
    01/23/2013 07:04:12  9  INF                  Leaving function TaskThread.ExecuteTask
    01/23/2013 07:04:12  4  INF                  Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  INF                    Resource id to be retrieved is ConfigurationDatabaseTaskDisplayName for language English (United States)
    01/23/2013 07:04:12  4  INF                    Resource retrieved id ConfigurationDatabaseTaskDisplayName is configuration database
    01/23/2013 07:04:12  4  INF                  Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  ERR                  Task configuration database failed, so stopping execution of the engine
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key disconnect
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter disconnect in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key connect
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter connect in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function Command.this[string key]
    01/23/2013 07:04:12  4  INF                    Entering function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                      Found value in collection for key create
    01/23/2013 07:04:12  4  INF                    Leaving function CommandCollectionBase.Get
    01/23/2013 07:04:12  4  INF                    Found parameter create in collection
    01/23/2013 07:04:12  4  INF                  Leaving function Command.this[string key]
    01/23/2013 07:04:12  4  INF                  Entering function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  INF                    Resource id to be retrieved is ConfigurationDatabaseTaskCreateFailConfigDisplayLabel for language English
    (United States)
    01/23/2013 07:04:12  4  INF                    Resource retrieved id ConfigurationDatabaseTaskCreateFailConfigDisplayLabel is Failed to create the configuration
    database.
    01/23/2013 07:04:12  4  INF                  Leaving function StringResourceManager.GetResourceString
    01/23/2013 07:04:12  4  ERR                  Failed to create the configuration database.
    An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception information: Some or all identity references could not be translated.
    System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
       at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.NTAccount.Translate(Type targetType)
       at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
       at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceCertificate.ProvisionLocal()
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication.ProvisionLocal(SPServiceInstance serviceInstance)
       at Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision()
       at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
       at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/23/2013 07:04:12  4  INF                  Entering function TaskDriver.NotifyTaskSummary

  • OBIEE 11.1.1.7 installation issue- Patches install error

    Hi ,
    I am trying to install the OBIEE 11.1.1.7.1 apss with odi on a virtual machine. I have installed ODI, OBI, ran the rcu for bi apps and installed the bi aspps also succesfullly without any error. I am trying to apply patches and I am getting below errors when I run the perl scripts as per the instructions.
    The value of OPATCH_SHIPHOME: C:\MWH\oracle_common\OPatch
    Performing OPatch apply as follows: C:\MWH\oracle_common\OPatch\opatch  napply C
    :\patch_wrkdir\patches\oracle_common\generic -silent -oh C:\MWH\oracle_common  >
    C:\patch_wrkdir\oracle_common_generic_patches.log
    UtilSession failed: NApply was not able to get the list of patches to apply.
    Sleeping for 0 hours...
    Analyzing logs .............
    Cheking fmw_diagnostics_14757820_2.zip  is a BI Tech Patch
    found zip file fmw_diagnostics_14757820_2.zip
    Cheking JDEVADF_REL7MLR10-RT_16525527.zip  is a BI Tech Patch
    found zip file JDEVADF_REL7MLR10-RT_16525527.zip
    Cheking p16080773_111170_Generic.zip  is a BI Tech Patch
    found zip file p16080773_111170_Generic.zip
    Cheking p16433036_111170_Generic.zip  is a BI Tech Patch
    found zip file p16433036_111170_Generic.zip
    Cheking p16433147_111170_Generic.zip  is a BI Tech Patch
    found zip file p16433147_111170_Generic.zip
    Cheking SOACOMMON_REL7B8_16438735.zip  is a BI Tech Patch
    found zip file SOACOMMON_REL7B8_16438735.zip
    Cheking WebCenter_BP1REL7RC3_16311963.zip  is a BI Tech Patch
    found zip file WebCenter_BP1REL7RC3_16311963.zip
    Cheking Webservices_Patch-3-PS6RC3_bug-16487786.zip  is a BI Tech Patch
    found zip file Webservices_Patch-3-PS6RC3_bug-16487786.zip
    Opening Logfile for validation: C:\patch_wrkdir\oracle_common_generic_patches.lo
    g
    p16433147_111170_Generic.zip failed to install
    p16080773_111170_Generic.zip failed to install
    Webservices_Patch-3-PS6RC3_bug-16487786.zip failed to install
    p16433036_111170_Generic.zip failed to install
    JDEVADF_REL7MLR10-RT_16525527.zip failed to install
    WebCenter_BP1REL7RC3_16311963.zip failed to install
    fmw_diagnostics_14757820_2.zip failed to install
    SOACOMMON_REL7B8_16438735.zip failed to install
    Will try to install ODI patchesThe Patch Location is:  C:\Installables\Patches\o
    di\generic
    The Unzip Patch Location is: C:\patch_wrkdir\patches\odi\generic
    Will try to explode the patch zip file:  C:\Installables\Patches\odi\generic\p16
    629917_111170_Generic.zip
    Can't create dir C:\patch_wrkdir\patches\odi\generic.
    Cheking C:\Installables\Patches\odi\generic\p16629917_111170_Generic.zip  is a B
    I Tech Patch
    Extracting: "C:\Program Files\7-Zip\7z.exe" -ybc -d C:\Installables\Patches\odi\
    generic\p16629917_111170_Generic.zip C:\patch_wrkdir\patches\odi\generic
    Error:
    Incorrect command line
    The value of OPATCH_SHIPHOME: C:\oracle\product\11.1.1\Oracle_ODI_1\OPatch
    Performing OPatch apply as follows: C:\oracle\product\11.1.1\Oracle_ODI_1\OPatch
    \opatch  napply C:\patch_wrkdir\patches\odi\generic -silent -oh C:\oracle\produc
    t\11.1.1\Oracle_ODI_1  > C:\patch_wrkdir\odi_generic_patches.log
    UtilSession failed: NApply was not able to get the list of patches to apply.
    Sleeping for 0 hours...
    Analyzing logs .............
    Cheking p16629917_111170_Generic.zip  is a BI Tech Patch
    found zip file p16629917_111170_Generic.zip
    Opening Logfile for validation: C:\patch_wrkdir\odi_generic_patches.log
    p16629917_111170_Generic.zip failed to install
    I gave all the paths correctly in apply_patches_import.txt as below and changed apply_patch.pl to use 7zip after installing the 7zip.
    # Required - Java home
    JAVA_HOME=C:\MWH\Oracle_BI1\jdk
    # Required - Inventory Location
    INVENTORY_LOC=C:\Program Files\Oracle\Inventory
    ORACLE_HOME=C:\MWH\Oracle_BI1
    MW_HOME=C:\MWH
    COMMON_ORACLE_HOME=C:\MWH\oracle_common
    WL_HOME=C:\MWH\wlserver_10.3
    #SOA_HOME=/scratch/aime/work/mw_home/Oracle_SOA1
    ODI_HOME=C:\oracle\product\11.1.1\Oracle_ODI_1
    # Required - An existing writable directory to create logs and temp patch files
    WORKDIR=C:\patch_wrkdir
    # Required - Path of patch directory till the release patch-set folder which is inside patches4fa/dist.
    # i;e the patch-set folder for a particular release to apply patch from
    # eg; /scratch/aime/tmp/ps1/biappsshiphome/patches4fa/dist/ps6rc3
    PATCH_ROOT_DIR=C:\Installables\Patches
    $DOWNLOAD_EXE = "\"C:${DIRSEP}Program Files${DIRSEP}7-Zip${DIRSEP}7z.exe\" -ybc -d";
        $cmd = "$DOWNLOAD_EXE $_[0] $PATCHES_HOME";
    I have set the ORACLE_HOME envrironment varaible and restarted the machine.
    Please let me know any pointers in fixing this issue.
    Thanks,
    Phani.

    I belive there is a typo... Command should be:
    $cmd = "$DOWNLOAD_EXE x $_[0] -o$PATCHES_HOME";
    Pls. note -o$PATCHES....
    Antonio
    BExpert, Brazil

  • OBIEE 11.1.1.7 Installation Issue

    Hi,
    I am facing probem in installing OBIEE 11.1.1.7  on windows 7. It always fails on Instance Creation step.
    I think many have faced this problem ,but I am not able to fix it.
    Any response would be appreciated.
    Thanks,
    Krishna

    Hi
    Please refer below link.
    SATYA RANKI REDDY OBIEE SOLUTIONS: Configuration Action 'Creating Domain has failed
    Thanks,
    Satya

  • Installation issues Adobe Pro X as a AAME package

    Hi there,
    We have some installation issues with a created Adobe Pro X package.
    This is a new problem, the same package was installed 4 months ago on a similar system (Windows 7 enterprise edition x64) and even on a Windows Server 2008 (terminal server).
    The symptoms of this problem are:
    When starting the .msi (in the "build" directory) the installer starts and disappears after a couple of minutes without a warning or error. You can see in the task manager that the installation was going on but then it stops.
    There is no new directory "Adobe Pro X" in the "C:\Program Files (x86)\Adobe" directory.
    I tested this on a new installed "fresh" installation of the Windows environment.
    Do you guys know what to do?
    Thanks in advance!

    Hi d.kieviet,
    If the same package installed fine on another computer then we have to check the install logs to determine what might have gone wrong.
    To collect the logs:
    Please install Acrobat via following command line: msiexec /i AcroPRO.msi /L*v c:\logs\acrobat.log
    make sure there is ‘logs’ folder created under C:/ drive
    Regards,
    Rave

  • Installation (configuration) fails on SuSE 10.1

    Installing Java EE SDK 5 under SuSE Linux 10.1 will get an error:
    INFO - Start core server configuration.
    ERROR - default domain creation returned following exception: java.io.IOException: /home/bantunes/SUNWappserver/v5/bin/asadmin: cannot execute
    The file asadmin has however the correct permissions:
    ls -la /home/bantunes/SUNWappserver/v5/bin/asadmin
    -rwxr-xr-x 1 bantunes users 938 2006-07-06 17:10 /home/bantunes/SUNWappserver/v5/bin/asadmi
    Bruno Antunes,
    Java Software Engineer

    I presume that /home/bantunes is your home directory and it is on NFS mounted file system? If so, we have seen this problem happening intermittently if network is being slow - it seems that invocation of asadmin command from installer JVM times out if home directory is not readily accessible.
    If this was the only error reported in installation log file (sounds like it), you should be able to get complete installation if you simply create the domain manually using 'asadmin create-domain' command from shell. To do that, delete <installdir>/domains/domain1 directory, and run following command:
    asadmin create-domain adminport 4848 adminuser admin domain1
    (if you used admin port and username different than the default ones, provide same values as those you entered in installer). Enter the same password you used in installer when prompted.
    Once this is done, start the domain using 'asadmin start-domain' command.

  • OBIEE 11.1.6 Installation failing at Create Domain

    Hi,
    I am installing OBIEE 11.1.6 in Wndows 7 64bit machine.
    I have installed all pre requisites as below :
    Loopback Adapter
    JDK 1.6.34 -in path C:\Java\Jre and set the same in Environment Variables for Path
    have all memory required for installation
    TEMP - C:\TEMP
    TMP - C:\TMP
    Created RCU and while installing it is failing during Create Domain.. When checked logs it says
    CSF Entries will not be parsed since the AdminServer is unreachable
    and also sometime with
    Nodemanager.Property file not found.
    Tried 2 or 3 times but no success. Kindly advise.
    Database installed : Oracle 11.2.0 R2
    JDK : JDK1_6_34
    Thanks,
    Ckeng

    Assuming you are trying to do Enterprise Install.
    There is a known issue with weblogic10.3.5 with some specific network configuration.
    Try following.
    Download and Install Weblobic 10.3.6 manually. Do BI Software only Install and run configuration.

  • OBIEE 11.1.1.5 installation failed at: Create A Sinstance

    hello,
    I am trying to install OBIEE 11.1.1.5 in my Windows 7 laptop. But, it is always failing at Create A Sinstance: while configuring. I did the following things. Please let me know where I am doing wrong.
    1. Ran RCU to create BI_PLATFORM and BI_MDS schemas
    2. Setup Microsoft loop back adaptor and configured it with the static IP.
    3. Changed machine name.
    4. Updated Listener.ora and tnsnames.ora by replacing localhost with custom machine what I gave in step 3.
    5. Change hosts file in network/admin folder with the IP address that gave in microsoft loop back adapter and assigned machine name to it.
    6. Restarted Oracle database and everything is up and running.
    7. Started OBIEE 11.1.1.5 installation.
    8. Everything went well while installing but it is failing at Create ASinstance. I tried to continue but all other steps are failing.
    Please guide me if I am missing something. I tried to create Oracle instance path in environment variables and ran opmnctl start all process manually too. But, still no luck. Please advise.
    my machine configuration:
    OS: Window 7 64 bit (But, I am installing 32 bit obiee 11g)
    RAM: 4GB
    processor: Intel CORE I5

    Hi Krishna,
    Thanks for the link.
    looks like the same way I installed. I think there is something else I am missing. I guess this is causing because of the oracle instance creation for BI services. Please let me know, if you have any more information on the same.

  • Oracle BIEE installation issue: Application Server default OC4J name error

    Hi all,
    I am installing OBIEE 10.1.3.3.2 windows 32bit version on windows 2003 sp2. Before the installation I have installed the JDK 5 and Application Server 10.1.3.1.0(J2EE Server and Web Server) on the same server according to the pre-install section in the OBIEE installation guide.
    When I install OBIEE (advanced installation), I got the error when I specify the Oracle Application server location:
    Please specify a valid Oracle Application Server 10g installation location. A valid Oracle Application Server 10g installation must have the default OC4J instance named home and that home OC4J instance must be enabled.
    When I install the Application Server 10.1.3.1.0, I have change the default OC4J name to "oc4j-soa", I think this is the root reason I got the error. I have tried to create another OC4J instance named "home", but failed coz the name is used for another directory.
    Then can I have another way to continue the installation? Why OBIEE installer have this strange constrain while not any words about this issue in the installation guide (coz I follow the each steps in the guild before I take action)? I have search some threads and the only information is to install a simple installation, but it would create another application server..... and the simple installation type is not what I want.
    Can anybody give me some hint or information about this issue? otherwise I have to purge and reinstall the server...... Thanks
    Scott

    Reinstalling the App Server and naming oc4j instance to be called "home" resolves the issue but this is an odd requirement. I have an OC4J instance already running and it is named something else. Is there any other alternative to make this work?
    Swapan.
    PS. I can always create a new oc4j instance named "home" but this is wasting of server resources.

  • Installation Issue with Adobe Reader 11.0.03.

    Hello,
    I am having issue getting Adobe Reader XI to install onto a machine and needing help resolving it. The machine itself meet and exceed the requirement for the installation. There was a previous version of it installed, but was remove via Group Policy and now it is being deploy via SCCM 2012. So far out of 100+ machines all have successful installed adobe reader XI through the new deployment, except one. Incase you're wondering what the installation logs look like I have copy and paste it below:
    === Verbose logging started: 6/5/2013  17:09:44  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (C4:E0) [17:09:44:988]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:E0) [17:09:44:988]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:F0) [17:09:44:994]: Resetting cached policy values
    MSI (c) (C4:F0) [17:09:44:994]: Machine policy value 'Debug' is 0
    MSI (c) (C4:F0) [17:09:44:994]: ******* RunEngine:
               ******* Product: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (C4:F0) [17:09:44:995]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (C4:F0) [17:09:44:995]: Grabbed execution mutex.
    MSI (c) (C4:F0) [17:09:45:042]: Cloaking enabled.
    MSI (c) (C4:F0) [17:09:45:042]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:F0) [17:09:45:045]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (D8:90) [17:09:45:050]: Running installation inside multi-package transaction C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    MSI (s) (D8:90) [17:09:45:050]: Grabbed execution mutex.
    MSI (s) (D8:AC) [17:09:45:052]: Resetting cached policy values
    MSI (s) (D8:AC) [17:09:45:052]: Machine policy value 'Debug' is 0
    MSI (s) (D8:AC) [17:09:45:052]: ******* RunEngine:
               ******* Product: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (D8:AC) [17:09:45:066]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (D8:AC) [17:09:45:123]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
    MSI (s) (D8:AC) [17:09:45:123]: Note: 1: 1715 2: Adobe Reader XI (11.0.03)
    MSI (s) (D8:AC) [17:09:45:123]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed Adobe Reader XI (11.0.03).".
    MSI (s) (D8:AC) [17:09:50:827]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 230.
    MSI (s) (D8:AC) [17:09:50:889]: File will have security applied from OpCode.
    MSI (s) (D8:AC) [17:09:51:049]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi' against software restriction policy
    MSI (s) (D8:AC) [17:09:51:049]: Note: 1: 2262 2:  DigitalSignature 3: -2147287038
    MSI (s) (D8:AC) [17:09:51:049]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi is not digitally signed
    MSI (s) (D8:AC) [17:09:51:052]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (D8:AC) [17:09:51:052]: End dialog not enabled
    MSI (s) (D8:AC) [17:09:51:052]: Original package ==> C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    MSI (s) (D8:AC) [17:09:51:052]: Package we're running from ==> C:\Windows\Installer\2a70f78.msi
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D8:AC) [17:09:51:065]: MSCOREE not loaded loading copy from system32
    MSI (s) (D8:AC) [17:09:51:069]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (D8:AC) [17:09:51:069]: User policy value 'TransformsAtSource' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'DisablePatch' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'DisableMsi' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:071]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:071]: Running product '{AC76BA86-7AD7-1033-7B44-AB0000000001}' with user privileges: It's not assigned.
    MSI (s) (D8:AC) [17:09:51:071]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (D8:AC) [17:09:51:071]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (D8:AC) [17:09:51:071]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8:AC) [17:09:51:071]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D8:AC) [17:09:51:071]: Transforms are not secure.
    MSI (s) (D8:AC) [17:09:51:072]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'D:\ReaderXI.log'.
    MSI (s) (D8:AC) [17:09:51:072]: Command Line: CURRENTDIRECTORY=C:\Users\lavdang CLIENTUILEVEL=2 CLIENTPROCESSID=7364
    MSI (s) (D8:AC) [17:09:51:072]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{8017784A-94A5-40AD-AE48-D46040E2A00C}'.
    MSI (s) (D8:AC) [17:09:51:072]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (D8:AC) [17:09:51:072]: Product Code from property table before transforms: '{AC76BA86-7AD7-1033-7B44-AB0000000001}'
    MSI (s) (D8:AC) [17:09:51:072]: Product Code from property table after transforms:  '{AC76BA86-7AD7-1033-7B44-AB0000000001}'
    MSI (s) (D8:AC) [17:09:51:072]: Product not registered: beginning first-time install
    MSI (s) (D8:AC) [17:09:51:072]: Product {AC76BA86-7AD7-1033-7B44-AB0000000001} is not managed.
    MSI (s) (D8:AC) [17:09:51:072]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:072]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:072]: MSI_LUA: Elevation required to install product, will prompt for credentials
    MSI (s) (D8:AC) [17:09:52:894]: MSI_LUA: Credential Request return = 0x0
    MSI (s) (D8:AC) [17:09:52:894]: MSI_LUA: Elevated credential consent provided. Install will run elevated
    MSI (s) (D8:AC) [17:09:52:894]: Note: 1: 2205 2:  3: MsiPackageCertificate
    MSI (s) (D8:AC) [17:09:52:894]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (D8:AC) [17:09:52:894]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (D8:AC) [17:09:52:894]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (D8:AC) [17:09:52:894]: Adding new sources is allowed.
    MSI (s) (D8:AC) [17:09:52:895]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:895]: Package name extracted from package path: 'AdbeRdr11000_en_US.msi'
    MSI (s) (D8:AC) [17:09:52:895]: Package to be registered: 'AdbeRdr11000_en_US.msi'
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Modifying ADMIN_INSTALL property. Its current value is 'NO'. Its new value: 'YES'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding IsAdminPackage property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:900]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:52:900]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:52:900]: Product installation will be elevated because user provided elevated credentials and product is being installed per-machine.
    MSI (s) (D8:AC) [17:09:52:900]: Running product '{AC76BA86-7AD7-1033-7B44-AB0000000001}' with elevated privileges: Product is assigned.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\lavdang'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7364'.
    MSI (s) (D8:AC) [17:09:52:900]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (D8:AC) [17:09:52:900]: RESTART MANAGER: Disabled by MSIRESTARTMANAGERCONTROL property; Windows Installer will use the built-in FilesInUse functionality.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:900]: TRANSFORMS property is now:
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (D8:AC) [17:09:52:903]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming
    MSI (s) (D8:AC) [17:09:52:905]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Favorites
    MSI (s) (D8:AC) [17:09:52:907]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (D8:AC) [17:09:52:909]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Documents
    MSI (s) (D8:AC) [17:09:52:911]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (D8:AC) [17:09:52:913]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (D8:AC) [17:09:52:914]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (D8:AC) [17:09:52:915]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (D8:AC) [17:09:52:915]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (D8:AC) [17:09:52:916]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Local
    MSI (s) (D8:AC) [17:09:52:917]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Pictures
    MSI (s) (D8:AC) [17:09:52:919]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (D8:AC) [17:09:52:920]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (D8:AC) [17:09:52:921]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (D8:AC) [17:09:52:922]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (D8:AC) [17:09:52:923]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (D8:AC) [17:09:52:926]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (D8:AC) [17:09:52:927]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (D8:AC) [17:09:52:928]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (D8:AC) [17:09:52:929]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (D8:AC) [17:09:52:930]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Desktop
    MSI (s) (D8:AC) [17:09:52:931]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (D8:AC) [17:09:52:932]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (D8:AC) [17:09:52:932]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (D8:AC) [17:09:52:935]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'SPEC Services, Inc.'.
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'SPEC Services, Inc.'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\2a70f78.msi'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi'.
    MSI (s) (D8:AC) [17:09:52:935]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (D8:AC) [17:09:52:935]: Machine policy value 'DisableRollback' is 0
    MSI (s) (D8:AC) [17:09:52:935]: User policy value 'DisableRollback' is 0
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
    === Logging started: 6/5/2013  17:09:52 ===
    MSI (s) (D8:AC) [17:09:52:936]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (D8:AC) [17:09:52:936]: Doing action: INSTALL
    Action start 17:09:52: INSTALL.
    MSI (s) (D8:AC) [17:09:52:937]: Running ExecuteSequence
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
    MSI (s) (D8:AC) [17:09:52:937]: PROPERTY CHANGE: Adding SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 17:09:52: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 17:09:52: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    MSI (s) (D8:AC) [17:09:52:937]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\'.
    Action start 17:09:52: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 17:09:52: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (D8:AC) [17:09:52:938]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 17:09:52: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (D8:AC) [17:09:52:938]: Doing action: ISSetupFilesExtract
    Action ended 17:09:52: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (D8:70) [17:09:54:074]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI17B2.tmp, Entrypoint: SFStartupEx
    MSI (s) (D8:E8) [17:09:54:075]: Generating random cookie.
    MSI (s) (D8:E8) [17:09:54:077]: Created Custom Action Server with PID 8648 (0x21C8).
    MSI (s) (D8:A8) [17:09:54:108]: Running as a service.
    MSI (s) (D8:A8) [17:09:54:109]: Hello, I'm your 32bit Impersonated custom action server.
    Action start 17:09:52: ISSetupFilesExtract.
    1: Starting to extract setup files
    1: Getting SUPPORTDIR property :  
    1: Extracting SetupFiles to:  C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    1: Getting ISSetupFile table view
    1: Executing ISSetupFile table view
    1: Extracting Setup File:
    1: C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}\FixTransforms. exe
    MSI (s) (D8!64) [17:09:54:183]: PROPERTY CHANGE: Adding SUPPORTDIR property. Its value is 'C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8!64) [17:09:54:183]: PROPERTY CHANGE: Adding ISSETUPFILESCOMPLETED property. Its value is 'Completed'.
    1: Setting SUPPORTDIR property to:  C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    1: Setting ISSETUPFILESCOMPLETED property
    MSI (s) (D8:AC) [17:09:54:184]: Doing action: AppSearch
    Action ended 17:09:54: ISSetupFilesExtract. Return value 1.
    Action start 17:09:54: AppSearch.
    MSI (s) (D8:AC) [17:09:54:184]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Acrobat.exe 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\11.0\Installer 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\6.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Acrobat Reader\11.0\Installer\Optimization 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Repair\Acrobat Reader 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Acrobat Reader\11.0\Installer\Optimization 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\7.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Adobe Acrobat\11.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\8.0\Installer 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Doing action: SetOSSpecificProperties
    Action ended 17:09:54: AppSearch. Return value 1.
    MSI (s) (D8:6C) [17:09:54:212]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI1CA3.tmp, Entrypoint: SetOSSpecificProperties
    MSI (s) (D8!9C) [17:09:54:227]: PROPERTY CHANGE: Adding WindowsSystemString property. Its value is '(Windows Vista 64-bit)'.
    Action start 17:09:54: SetOSSpecificProperties.
    MSI (s) (D8:AC) [17:09:54:228]: Doing action: LaunchConditions
    Action ended 17:09:54: SetOSSpecificProperties. Return value 1.
    Action start 17:09:54: LaunchConditions.
    MSI (s) (D8:AC) [17:09:55:643]: Product: Adobe Reader XI (11.0.03) -- Adobe Reader XI (11.0.03) requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    MSI (c) (C4:E0) [17:09:54:230]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Adobe Reader XI (11.0.03) requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    Action ended 17:09:55: LaunchConditions. Return value 3.
    Action ended 17:09:55: INSTALL. Return value 3.
    Property(S): Text = 0
    Property(S): DiskPrompt = [1]
    Property(S): Registration = No
    Property(S): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
    Property(S): WindowsSystemString = (Windows Vista 64-bit)
    Property(S): ISSETUPFILESCOMPLETED = Completed
    Property(S): VersionNT = 601
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): AppDataFolder = C:\Users\lavdang\AppData\Roaming\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FavoritesFolder = C:\Users\lavdang\Favorites\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): LocalAppDataFolder = C:\Users\lavdang\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\lavdang\Pictures\
    Property(S): PersonalFolder = C:\Users\lavdang\Documents\
    Property(S): ProgramFiles64Folder = C:\Program Files\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): SendToFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): TempFolder = C:\Users\lavdang\AppData\Local\Temp\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): SUPPORTDIR = C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    Property(S): ACTION = INSTALL
    Property(S): VersionNT64 = 601
    Property(S): UILevel = 3
    Property(S): OriginalDatabase = C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    Property(S): DATABASE = C:\Windows\Installer\2a70f78.msi
    Property(S): COMPANYNAME = SPEC Services, Inc.
    Property(S): USERNAME = SPEC Services, Inc.
    Property(S): MsiRunningElevated = 1
    Property(S): AdminUser = 1
    Property(S): RedirectedDllSupport = 2
    Property(S): WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\
    Property(S): SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\SysWOW64\
    Property(S): ALLUSERS = 1
    Property(S): DirectoryTable100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D = DirectoryTable
    Property(S): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\SysWOW64\
    Property(S): Dummy_Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54 = 1
    Property(S): Dummy_policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A = 1
    Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
    Property(S): MsiNetAssemblySupport = 4.0.30319.1
    Property(S): Date = 6/5/2013
    Property(S): Time = 17:09:55
    Property(S): TTCSupport = 1
    Property(S): ColorBits = 32
    Property(S): TextInternalLeading = 3
    Property(S): TextHeight = 16
    Property(S): BorderSide = 1
    Property(S): BorderTop = 1
    Property(S): CaptionHeight = 19
    Property(S): ScreenY = 768
    Property(S): ScreenX = 1024
    Property(S): SystemLanguageID = 1033
    Property(S): ComputerName = SP8430
    Property(S): AS_REPAIR_VERSION_LIST = A
    Property(S): UserLanguageID = 1033
    Property(S): ProductCode = {AC76BA86-7AD7-1033-7B44-AB0000000001}
    Property(S): ApplicationUsers = AllUsers
    Property(S): AgreeToLicense = No
    Property(S): _IsMaintenance = Reinstall
    Property(S): SetupType = Typical
    Property(S): _IsSetupTypeMin = Typical
    Property(S): ARPCONTACT = Customer Support
    Property(S): ARPHELPLINK = http://www.adobe.com/support/main.html
    Property(S): ARPREADME = Readme.htm
    Property(S): ARPURLINFOABOUT = http://www.adobe.com
    Property(S): ARPURLUPDATEINFO = http://www.adobe.com/products/acrobat/readstep.html
    Property(S): DefaultUIFont = Tahoma8
    Property(S): ErrorDialog = SetupError
    Property(S): INSTALLLEVEL = 100
    Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine.  If available, please run ISScript.msi, or contact your support personnel for further assistance.
    Property(S): Manufacturer = Adobe Systems Incorporated
    Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
    Property(S): ProductID = none
    Property(S): ProductLanguage = 1033
    Property(S): ProductName = Adobe Reader XI (11.0.03)
    Property(S): ProductVersion = 11.0.03
    Property(S): ProgressType0 = install
    Property(S): ProgressType1 = Installing
    Property(S): ProgressType2 = installed
    Property(S): ProgressType3 = installs
    Property(S): RebootYesNo = Yes
    Property(S): ReinstallModeText = omus
    Property(S): TRACKINGKEY = Software\Adobe\Acrobat Reader\7.0
    Property(S): ARPPRODUCTICON = SC_Reader.ico
    Property(S): Cancel = 0
    Property(S): RadioGroup = 0
    Property(S): TypicalText = 0
    Property(S): ARPCOMMENTS =   
    Property(S): ERROR_MIN_OVER_BIG = Setup has detected that you already have a more functional product installed.  Setup will now terminate.
    Property(S): SecureCustomProperties = DEFAULT_VERB;ACTIONPROPERTY;ELEMENTS;RDRMIN;RDRBIG;RDRBIG_8X;RDRBIG_9X;RDRBIG_10X;UT_FRB; UT_FRS;UT_AT;UT_AP1;UT_AP2;UT_AS1;UT_AS2;UT_A3D;UT_6X;UT_7X;UT_MM61;UT_MM62;UT_MM63;UT_EB6 1;UT_EB62;UT_EB63;AS_OPTIMIZE_ENABLED;ACROBAT_APP_PATH;AS_HKCR_EXE;PDFSHELL_LOCALSERVER_CO MMAND;PDF_DEFAULTICON;PDF_PREVIEW_HANDERLER_DLL;PDF_PREVIEW_HANDERLER_HELPDIR;DISABLE_PDFO WNERSHIP_RESTORE;PDF_INPROCSERVER_VIEWERPS;READER_PATH;IS_CURRENT_PDFOWNER;SUPPRESSLANGSEL ECTION;MIN_SYSTEM;ACROBAT_11_INSTALLED;AS_INSTALLDIR;ARM_COLLECT;BLOCK_APP_TIMEOUT;BLOCK_E NTRYPOINT_LOGGING;UPDATE_MODE;UPDATE_UI_MODE;PDX_DEFAULT_PROGID;DEFAULT_PROGID;OWNERSHIP_S TATE;PDF_INTEGRATION;ENABLE_OPTIMIZATION;DEFAULT_PDF_PROGID;DEFAULT_CURVER_PROGID;PDF_ACRO BROKER_PATH;INSTALLMAJORVERSION;ARMED
    Property(S): BrandName = Adobe Reader XI (11.0.03)
    Property(S): ISVROOT_PORT_NO = 0
    Property(S): UserSID = S-1-5-21-606747145-884357618-1801674531-3921
    Property(S): IsMinIE_Message = requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    Property(S): ISLANGFLAG = ENU
    Property(S): FilesLabel = 0
    Property(S): DisallowRunFromSource = 1
    Property(S): AppsInUseSilentAbort = A process is running that cannot be shut down by Setup.  Please either close all applications and run Setup again, or restart your computer and run Setup again.
    Property(S): ENABLE_CACHE_FILES = YES
    Property(S): OLE_VERB_OPEN = &Open,0,2
    Property(S): REINSTALLMODE = omus
    Property(S): Elevated = 1
    Property(S): ENABLE_OPTIMIZATION = YES
    Property(S): ERROR_DEFRAG_MSG = Optimizing performance ...
    Property(S): ERROR_DEFRAG_ADTEMPLATE = Completed [1]% of process
    Property(S): ERROR_CANNOT_OPTIMIZE_DISK = NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
    Property(S): EULA_ACCEPT = NO
    Property(S): DISABLE_BROWSER_INTEGRATION = NO
    Property(S): AcroIEHelper_Description = Adobe PDF Reader Link Helper
    Property(S): ADMIN_INSTALL = YES
    Property(S): AdminProperties = ADMIN_INSTALL
    Property(S): REMOVE_PREVIOUS = YES
    Property(S): SYNCHRONIZER = YES
    Property(S): OpenWith = Open with Adobe Reader XI
    Property(S): SetupCacheExport = 
    Property(S): LC_UNSUPPORTED_OS = This application cannot be installed on this operating system. Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
    Property(S): ApplicationList = 0
    Property(S): DEFAULT_ATTACHMENT_WHITELIST = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.ch m:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3 |.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3| .ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3 |.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops: 3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb: 3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3| .vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2 |.jar:3|.pkg:3|.tool:3|.term:3
    Property(S): EXEC_MENU_WHITELIST = Close|GeneralInfo|Quit|FirstPage|PrevPage|NextPage|LastPage|ActualSize|FitPage|FitWidth|F itHeight|SinglePage|OneColumn|TwoPages|TwoColumns|ZoomViewIn|ZoomViewOut|ShowHideBookmarks |ShowHideThumbnails|Print|GoToPage|ZoomTo|GeneralPrefs|SaveAs|FullScreenMode|OpenOrganizer |Scan|Web2PDF:OpnURL|AcroSendMail:SendMail|Spelling:Check Spelling|PageSetup|Find|FindSearch|GoBack|GoForward|FitVisible|ShowHideArticles|ShowHideF ileAttachment|ShowHideAnnotManager|ShowHideFields|ShowHideOptCont|ShowHideModelTree|ShowHi deSignatures|InsertPages|ExtractPages|ReplacePages|DeletePages|CropPages|RotatePages|AddFi leAttachment|FindCurrentBookmark|BookmarkShowLocation|GoBackDoc|GoForwardDoc|DocHelpUserGu ide|HelpReader|rolReadPage|HandMenuItem|ZoomDragMenuItem|CollectionPreview|CollectionHome| CollectionDetails|CollectionShowRoot|&Pages|Co&ntent|&Forms|Action &Wizard|Recognize &Text|P&rotection|&Sign && Certify|Doc&ument Processing|Print Pro&duction|Ja&vaScript|&Accessibility|Analy&ze|&Annotations|D&rawing Markups|Revie&w
    Property(S): Browser_Integration = 2
    Property(S): ARPNOREPAIR = 1
    Property(S): ActionTextLabel = 0
    Property(S): CurrentPdfOwner = 0
    Property(S): ReadmeHtml = Readme.htm
    Property(S): OprimizeError2 = 0
    Property(S): KBDOCLINK_ERROR_INVDRIVE = http://kb2.adobe.com/cps/404/kb404946.html
    Property(S): ReaderProcessPopup = 0
    Property(S): BrandNameMajorVer = Adobe Reader XI
    Property(S): DefragResetProgress = No
    Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
    Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
    Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
    Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
    Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
    Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
    Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
    Property(S): IS_SQLSERVER_AUTHENTICATION = 0
    Property(S): IS_SQLSERVER_USERNAME = sa
    Property(S): PDF_INTEGRATION = 1
    Property(S): _5789b66a5ab8e = {AC76BA80-0011-7AD7-0000-000000000000}
    Property(S): AttentionCloseReader = 0
    Property(S): RunTimeProperties = CACHE_DIR;ProductName;OriginalDatabase;REMOVE;WindowsFolder;SetupCacheExport;ALLUSERS;REI NSTALLMODE;PLUG_INS;DefragResetProgress;ALLUSERS_APPDATA_ADOBE;DEFAULT_VERB;IS_CURRENT_PDF OWNER;ACTIVE_X;Installed;READER;ProductCode;UPDATE_MODE;INSTALLMAJORVERSION;VersionNT;Vers ionNT64;SystemFolder;PATCH
    Property(S): ReaderDefaultProgramDesc = is the trusted standard for reliably viewing,  printing, signing and commenting on PDF documents. It's the only PDF viewer that can open and interact with all types of PDF content - including forms and multimedia - and is available across leading desktop and mobile device platforms
    Property(S): DV = 11.0
    Property(S): MSIRESTARTMANAGERCONTROL = Disable
    Property(S): IS_PROGMSG_XML_COSTING = Costing XML files...
    Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
    Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes...
    Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
    Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
    Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
    Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
    Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
    Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
    Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
    Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
    Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
    Property(S): RestartManagerOption = CloseRestart
    Property(S): DEFAULT_VERB = Read
    Property(S): UPDATE_UI_MODE = 3
    Property(S): BLOCK_APP_TIMEOUT = 120
    Property(S): BLOCK_ENTRYPOINT_LOGGING = 0
    Property(S): LC_UNSUPPORTED_OS_2 = Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
    Property(S): LC_UNSUPPORTED_OS_1 = This application cannot be installed on this operating system
    Property(S): AppsInUseUnknownAcrobatApps = Applications that are using Adobe Reader or Adobe Acrobat
    Property(S): EmbdUI = 1
    Property(S): ADOBE_LINK = http://www.adobe.com
    Property(S): _WebLinkChecked = 0
    Property(S): CurrentProduct = 0
    Property(S): DWUSLINK = CEFB870FBECC80BF79AC97C8298C978FD9DCB78FCEDC5098CE8B974F99DBF0F8CEEC50A809AC
    Property(S): LogonUser = Lavdang
    Property(S): PROCESSPATHWITHID = %s with process ID: %d
    Property(S): LANG_LIST = en_US,ca_ES,eu_ES,bg_BG,zh_CN,zh_TW,cs_CZ,da_DK,de_DE,es_ES,et_ET,fr_FR,hr_HR,hu_HU,it_IT ,ja_JP,ko_KR,lt_LT,lv_LV,nl_NL,nb_NO,pl_PL,pt_BR,ro_RO,ru_RU,sk_SK,sl_SI,fi_FI,sv_SE,tr_TR ,uk_UA
    Property(S): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
    Property(S): UNKNOWNPROCESSWITHID = Unknown process with process ID: %d
    Property(S): Square = 1
    Property(S): SUPPRESSLANGSELECTION = 1
    Property(S): ISReleaseFlags = ENU,READERBIG
    Property(S): VirtualMemory = 39564
    Property(S): PhysicalMemory = 12278
    Property(S): Intel = 6
    Property(S): Msix64 = 6
    Property(S): Privileged = 1
    Property(S): MsiAMD64 = 6
    Property(S): ShellAdvtSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): GPTSupport = 1
    Property(S): RecentFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): PrintHoodFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): NetHoodFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): RemoteAdminTS = 1
    Property(S): MsiNTProductType = 1
    Property(S): ServicePackLevelMinor = 0
    Property(S): ServicePackLevel = 1
    Property(S): WindowsBuild = 7601
    Property(S): VersionMsi = 5.00
    Property(S): MsiSystemRebootPending = 1
    Property(S): VersionDatabase = 300
    Property(S): CLIENTPROCESSID = 7364
    Property(S): CLIENTUILEVEL = 2
    Property(S): CURRENTDIRECTORY = C:\Users\lavdang
    Property(S): IsAdminPackage = 1
    Property(S): PackagecodeChanging = 1
    Property(S): ProductState = -1
    Property(S): PackageCode = {8017784A-94A5-40AD-AE48-D46040E2A00C}
    Property(S): MsiLogFileLocation = D:\ReaderXI.log
    MSI (s) (D8:AC) [17:09:55:668]: Note: 1: 1708
    MSI (s) (D8:AC) [17:09:55:668]: Product: Adobe Reader XI (11.0.03) -- Installation operation failed.
    MSI (s) (D8:AC) [17:09:55:669]: Windows Installer installed the product. Product Name: Adobe Reader XI (11.0.03). Product Version: 11.0.03. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1603.
    MSI (s) (D8:AC) [17:09:55:671]: Deferring clean up of packages/files, if any exist
    MSI (s) (D8:AC) [17:09:55:671]: MainEngineThread is returning 1603
    MSI (s) (D8:90) [17:09:55:671]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 230, szDescription: "".
    MSI (s) (D8:90) [17:09:55:672]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    === Logging stopped: 6/5/2013  17:09:55 ===
    MSI (s) (D8:90) [17:09:55:673]: User policy value 'DisableRollback' is 0
    MSI (s) (D8:90) [17:09:55:673]: Machine policy value 'DisableRollback' is 0
    MSI (s) (D8:90) [17:09:55:673]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (D8:90) [17:09:55:673]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (D8:90) [17:09:55:674]: Restoring environment variables
    MSI (s) (D8:90) [17:09:55:675]: Destroying RemoteAPI object.
    MSI (s) (D8:E8) [17:09:55:675]: Custom Action Manager thread ending.
    MSI (c) (C4:F0) [17:09:55:676]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C4:F0) [17:09:55:676]: MainEngineThread is returning 1603
    === Verbose logging stopped: 6/5/2013  17:09:55 ===

    This thread is pretty old, are you still having this issue?

  • Application express installation is failed while running apxdevrm.sql scrip

    Hello Experts,
    i am new to Oracle Application express. My installation is failed while running the script (apxdevrm.sql).
    here is the command i ran as sysdba
    @apexins xxxxx apex apex temp /i/
    installation is exited with the following error :
    REPORT:SYS> prompt Set Application ID...
    Set Application ID...
    REPORT:SYS>
    REPORT:SYS> begin
    2
    3 -- SET APPLICATION ID
    4 wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,4411);
    5 wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    6 null;
    7
    8 end;
    9 /
    REPORT:SYS>
    REPORT:SYS> --application/delete_application
    REPORT:SYS>
    REPORT:SYS> begin
    2
    3 -- Remove Application
    4 wwv_flow_api.remove_flow(nvl(wwv_flow_application_install.get_application_id,4411));
    5
    6 end;
    7 /
    begin
    ERROR at line 1:
    ORA-20001: API operation includes calls that are incompatible with the current runtime.
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 32
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 247
    ORA-06512: at line 4
    here is my database version :
    REPORT:SYS> select * from v$version;
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    OS version :
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    any one had this issue in the past?
    your help is greatly appreciated.
    Edited by: 892564 on Oct 20, 2011 4:15 PM

    Hello experts,
    is there any best way to trouble shoot the error which i got?
    Thanks
    !# Pavan

  • OIM 9.1.0.2  - ActiveDirectory 9.1.1.7.0 Installation Status  :    Failed

    Hi,
    I am using OIM 9.1.0.2
    When I install the AD connector from Deployment Manager -->Install Connector, It shows the error
    DOBJ.XML_IMPORT_ERROR
    Unknown tag OBJ_OFFLINED recieved.
    Step 2 : Connector Installation
    ActiveDirectory 9.1.1.7.0 Installation Status : Failed
    Configuration of Connector Libraries
    X Import of Connector XML Files (Using Deployment Manager)
    X Compilation of Adapter Definitions
    Click Retry to retry the installation after correcting the errors.
    What needs to be done for this ?
    Regards
    Praveen

    With the introduction of oim 9.1.0.2, the Offline-Line Provisioning attribute was added to the Resource Object. You are trying to import the connector into an environment that is out of date. The solution to this is to open up the XML file, and cut out the XML tag within your resource object for OBJ_OFFLINED and then it should work. But the next issue you are going to run into is most likely the connector version is not supported in your version so it might not work.
    -Kevin

  • Installation issue on opensuse 11

    Hey All,<br /><br />Im a Windows guy still struggling with Linux set-upsso take it easy on me! :)  and Im having a hard time getting blaze installed and running.<br /><br />This is what Ive done so far.  I've successfully set-up the latest copy of openSuse11 64 bit version with: <br />  Tomcat 6.0.16 (Tested and running)<br />  ANT 1.7<br />  JAVA SDK & JDK 6<br />  Junit (ant-junit, junit, junit-javadoc, junit-manual, libcppunit-1_12-0)<br />  Downloaded both blazeds.war and blazeds_src_3-0-0-544.zip<br />  From Tomcat Manager I uploaded the blazeds.war file successfully.<br />  I unzipped the zip file into root/blazeds and from a command prompt ran     ant.  These are the errors Im getting:<br />     *  [taskdef] Could no load definitions from resource net/sf/antcontrib/antcontrib.properties.  It could not be found.  (Repeats about a dozen times)<br />     *  BUILD FAILED<br />     *  /root/blazeds/build.xml:445:  The following error occurred while executing this line:<br />     *  /root/blazeds/resources/fds-ajax-bridge/build.xml:52  Problem:  failed to create task or type if Cause:  The name is undefined.<br />     *  Action:  Check the spelling<br />     *  Action:  Check that any custom tasks/types have been declared<br />     *  Action:  Check that any <presetdef>/<mac  rodef> declarations have taken place.<br /><br />Variables:<br />env | grep _HOME<br /><br />ANT_HOME  = /usr/share/ant<br />JRE_HOME =/usr/lib64/jvm/java/jre<br />JAVA_HOME =/usr/lib64/jvm/java/jre<br />SDK_HOME =/usr/lib64/jvm/java/jre<br />JDK_HOME =/usr/lib64/jvm/java/jre<br /><br />Any ideas?<br />Brad

    Hi Alex,
    Sorry I've been away and just got back.  Presently I'm working from jrun4 and would like to use blazeds instead.  Once my projects get going I would need the ability to use my customers already made linux/tomcat boxes and just plug in blaze.
    I look forward to your answer.
    Brad
    On Fri, Aug 1, 2008 at 12:57 PM, Alex Glosband
    <
    [email protected]> wrote:
    A new message was posted by Alex Glosband in
    Configuration and Getting Started Discussion --
      Installation issue on opensuse 11
    Are you just trying to install and run BlazeDS? Why do you need to build from source?
    -Alex
    View/reply at
    Installation issue on opensuse 11
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Oracle 11g R2 Client Silent Installation Issue (PATH) Windows 7 x86

    Hi All,
    I'm hoping somebody can shed some light on this issue.
    I created a Response file using the 'Save Response File' method during an interactive installation on a Windows 7 Enterprise x86 client. (file enclosed)
    I have installed it multiple times now with multiple permutations of the command line (got caught out by the old lower case F in responseFile) but now I'm getting the same error each time (a critical error with the PATH according to the installation log). There is nothing wrong with the path length as the installation works fine in GUI mode and passes the Prereq check.
    I launch the command line to install (with Run As Administrator) - "[location of setup.exe]\setup.exe" -nowait -silent -responseFile "[location of response file]\Oracle11gv2.rsp"
    RESPONSE FILE:
    ## Copyright(c) Oracle Corporation 1998,2008. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## can help to populate the variables with the appropriate ##
    ## values.                                   ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0
    # This variable holds the hostname of the system as set by the user.
    # It can be used to force the installation to use an alternative
    # hostname rather than using the first hostname found on the system
    # (e.g., for systems with multiple hostnames and network interfaces).
    ORACLE_HOSTNAME=
    # Unix group to be set for the inventory directory.
    UNIX_GROUP_NAME=
    # Inventory location.
    INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
    # Specify the languages in which the components will be installed.
    # en : English ja : Japanese
    # fr : French ko : Korean
    # ar : Arabic es : Latin American Spanish
    # bn : Bengali lv : Latvian
    # pt_BR: Brazilian Portuguese lt : Lithuanian
    # bg : Bulgarian ms : Malay
    # fr_CA: Canadian French es_MX: Mexican Spanish
    # ca : Catalan no : Norwegian
    # hr : Croatian pl : Polish
    # cs : Czech pt : Portuguese
    # da : Danish ro : Romanian
    # nl : Dutch ru : Russian
    # ar_EG: Egyptian zh_CN: Simplified Chinese
    # en_GB: English (Great Britain) sk : Slovak
    # et : Estonian sl : Slovenian
    # fi : Finnish es_ES: Spanish
    # de : German sv : Swedish
    # el : Greek th : Thai
    # iw : Hebrew zh_TW: Traditional Chinese
    # hu : Hungarian tr : Turkish
    # is : Icelandic uk : Ukrainian
    # in : Indonesian vi : Vietnamese
    # it : Italian
    # Example : SELECTED_LANGUAGES=en,fr,ja
    SELECTED_LANGUAGES=en,en_GB
    # Complete path of the Oracle Home
    ORACLE_HOME=C:\Oracle\product\11.2.0\client_1
    # Complete path of the Oracle Base.
    ORACLE_BASE=C:\Oracle
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    # The following choices are available. The value should contain
    # only one of these choices.
    # InstantClient : InstantClient
    # Administrator : Administrator
    # Runtime : Runtime
    # Custom : Custom
    #Example : INSTALL_TYPE = "Administrator"
    oracle.install.client.installType=Custom
    # Name : oracle.install.client.customComponents
    # Datatype : StringList
    # This property is considered only if INSTALL_TYPE is set to "Custom"
    # Description: List of Client Components you would like to install
    # The following choices are available. You may specify any
    # combination of these choices. The components you choose should
    # be specified in the form "internal-component-name:version"
    # Below is a list of components you may specify to install.
    # oracle.sqlj:11.2.0.1.0 -- "Oracle SQLJ"
    # oracle.rdbms.util:11.2.0.1.0 -- "Oracle Database Utilities"
    # oracle.javavm.client:11.2.0.1.0 -- "Oracle Java Client"
    # oracle.sqlplus:11.2.0.1.0 -- "SQL*Plus"
    # oracle.dbjava.jdbc:11.2.0.1.0 -- "Oracle JDBC/THIN Interfaces"
    # oracle.ldap.client:11.2.0.1.0 -- "Oracle Internet Directory Client"
    # oracle.rdbms.oci:11.2.0.1.0 -- "Oracle Call Interface (OCI)"
    # oracle.precomp:11.2.0.1.0 -- "Oracle Programmer"
    # oracle.xdk:11.2.0.1.0 -- "Oracle XML Development Kit"
    # oracle.network.aso:11.2.0.1.0 -- "Oracle Advanced Security"
    # oracle.assistants.oemlt:11.2.0.1.0 -- "Enterprise Manager Minimal Integration"
    # oracle.oraolap.mgmt:11.2.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"
    # oracle.network.client:11.2.0.1.0 -- "Oracle Net"
    # oracle.ordim.client:11.2.0.1.0 -- "Oracle Multimedia Client Option"
    # oracle.ons:11.2.0.0.0 -- "Oracle Notification Service"
    # oracle.odbc:11.2.0.1.0 -- "Oracle ODBC Driver"
    # oracle.has.client:11.2.0.1.0 -- "Oracle Clusterware High Availability API"
    # oracle.dbdev:11.2.0.1.0 -- "Oracle SQL Developer"
    # oracle.rdbms.scheduler:11.2.0.1.0 -- "Oracle Scheduler Agent"
    # Example : oracle.install.client.customComponents="oracle.precomp:11.2.0.1.0","oracle.ons:11.2.0.0.0","oracle.oraolap.mgmt:11.2.0.1.0","oracle.rdbms.scheduler:11.2.0.1.0"
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.1.0,oracle.sqlplus:11.2.0.1.0,oracle.dbjava.jdbc:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network.client:11.2.0.1.0,oracle.odbc:11.2.0.1.0,oracle.oo4o:11.2.0.1.0,oracle.ntoledb:11.2.0.1.0,oracle.ntoledb.odp_net_2:11.2.0.1.0,oracle.aspnet_2:11.2.0.1.0
    #Name : MTS_PORT
    #Datatype : int
    #Description: Port number to be used for by the Oracle MTS Recovery Service to listen
    #          for requests. This needs to be entered in case oracle.ntoramts is
    #     selected in the list of custom components in custom install
    #Example : MTS_PORT = 2030
    oracle.install.client.oramtsPortNumber=49152
    # Host name to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example : oracle.install.client.schedulerAgentHostName = acme.domain.com
    oracle.install.client.schedulerAgentHostName=
    # Port number to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example: oracle.install.client.schedulerAgentPortNumber = 1500
    oracle.install.client.schedulerAgentPortNumber=
    LOG FILE TO FOLLOW

    LOG FILE:
    Using paramFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\oraparam.ini
    The commandline for unzip:
    Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM" INFO: Loading data from: jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/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/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/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: false
    INFO: Registering setup bean
    INFO: Validating Response File Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\response\Oracle11gv2.rsp
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Setting Response file data to the Installer
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state clientInstallType
    INFO: Loaded state productLanguage
    INFO: Loaded state getOracleHome
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state checkPrereqs
    INFO: Loaded state postPrereqs
    INFO: Loaded state summary
    INFO: Loaded state clientCustomInstall
    INFO: Loaded state schedulerAgent
    INFO: Loaded state mtsDialog
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[checkPrereqs]: route=success; to=summary
    INFO: State[clientCustomInstall]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[clientCustomInstall]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[clientCustomInstall]: route=TO_SCHEDULERAGENT; to=schedulerAgent
    INFO: State[clientInstallType]: route=ic_no; to=productLanguage
    INFO: State[clientInstallType]: route=ic_yes; to=getOracleHome
    INFO: State[getOracleHome]: route=INVENTORY_NO; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_NO_CUSTOM_YES; to=clientCustomInstall
    INFO: State[getOracleHome]: route=INVENTORY_YES; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_YES_CUSTOM_YES; to=clientCustomInstall
    INFO: State[init]: route=success; to=clientInstallType
    INFO: State[mtsDialog]: route=success; to=prereqExecutionDecider
    INFO: State[postPrereqs]: route=CUSTOM; to=clientCustomInstall
    INFO: State[postPrereqs]: route=NON_CUSTOM; to=summary
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=checkPrereqs
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=summary
    INFO: State[productLanguage]: route=productlanguage_yes; to=getOracleHome
    INFO: State[schedulerAgent]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[schedulerAgent]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[summary]: route=success; to=setup
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Changing the format to extended property file format to merge the flowDataDefaults with the flowDataSource
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/response/Oracle11gv2.rsp
    INFO: Translating external format into raw format
    INFO: Loaded BeanStore using the flow data source
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: [INS-07001] Value for property 'OCMSettings' not found in the bean store.
    INFO: Set value for bean ClientSetupBean
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.client.bean.ClientInstallSettings. Reason: [INS-07001] Value for property 'ClientInstallSettings' not found in the bean store.
    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: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.CustomInstallGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.SchedulerAgentGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.OraMTSGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallLocationGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallTypesGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.FinishGUI viewId: null uiType: null]
    INFO: Initial values of Setup Properties :
    PROPERTY VALUE
    COLLECTOR_IGNORE_CONFIGURATION false
    COLLECTOR_IGNORE_FAILURES false
    COLLECTOR_RESPONSE_FILE
    DECLINE_SECURITY_UPDATES false
    FROM_LOCATION Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\cl
    ient\install\../stage/products.xml
    INSTALL_TYPE Custom
    INVENTORY_LOCATION C:\Program Files\Oracle\Inventory
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE C:\Oracle
    ORACLE_HOME C:\Oracle\product\11.2.0\client_1
    ORACLE_HOSTNAME GBA-P74444432
    PROXY_HOST
    PROXY_PORT
    PROXY_PWD Protected value, not to be logged
    PROXY_USER
    SECURITY_UPDATES_VIA_MYORACLESUPPORT true
    SELECTED_LANGUAGES {"en","en_GB"}
    oracle_install_LaunchNetCA false
    oracle_install_NoMigration true
    oracle_install_RACInstall false
    oracle_install_WindowsSystemDirectory
    oracle_install_client_CustomComponents {"oracle.rdbms.util:11.2.0.1.0","oracle.sqlplus:11.2.0.1.
    0","oracle.dbjava.jdbc:11.2.0.1.0","oracle.rdbms.oci:11.2
    .0.1.0","oracle.network.client:11.2.0.1.0","oracle.odbc:1
    1.2.0.1.0","oracle.oo4o:11.2.0.1.0","oracle.ntoledb:11.2.
    0.1.0","oracle.ntoledb.odp_net_2:11.2.0.1.0","oracle.aspn
    et_2:11.2.0.1.0"}
    oracle_install_client_OraMTSPortNumber 49152
    oracle_install_db_ConfigurationType
    oracle_install_db_InstallEdition EE
    oracle_install_db_InstallType
    INFO: Launching Oracle Client Installer
    INFO: Started executing the flow in SILENT mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    INFO: Waiting for completion of background operations
    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: 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: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: PATH has :==>C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\jdk\jre\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\AdminStudio\11.5\Common\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO_CUSTOM_YES
    INFO: Verifying route INVENTORY_NO_CUSTOM_YES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientCustomInstall
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: Completed executing action at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientCustomInstall>
    INFO: Completed validating state <clientCustomInstall>
    INFO: Verifying route TO_ENDCUSTOM
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:1023.5547MB (1048120.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:130MB
    INFO: Actual Value:21.3053GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:32-bit
    INFO: Actual Value:32-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    WARNING: Result values are not available for this verification task
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Adding ExitStatus PREREQUISITES_NOT_MET to the exit status set
    SEVERE: [FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
    CAUSE: Some of the mandatory prerequisites are not met. See logs for details. C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log
    ACTION: Identify the list of failed prerequisite checks from the log: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    INFO: Advice is ABORT
    INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
    INFO: Completed validating state <checkPrereqs>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    WARNING: A log of this session is currently saved as: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Client Installer
    INFO: Unloading Setup Driver

Maybe you are looking for