D20 Windows Server 2008 R2 Setup Problem / 1x SATA HD / 4x SATA SSD

Hi all,
I've got a D20 Mod. 4155 and want to use beside it's default SATA hard disk four SATA SSD disks for virtual machines. Windows Server 2008 R2 will be the OS with the use of it's Hyper-V functionality.
I have aproblem with detecting the disks in OS setup. All 5 disks are visible in the BIOS setup of the Marvell Controller. it is possible to configure a RAID over the SSD etc., but I don't "see" any disk in OS setup. I tried to load additional drivers in the GUI part of the setup utility, but this didn't worked. I tried with the Marcell SAS driver and the Intel Matrix driver, both found at http://www-307.ibm.com/pc/support/site.wss/migr-72280.html.
Any suggestions for PC BIOS / Marvell BIOS / OS setup configurations?
Kind Regards, Chrischmi
Lenovo ThinkStation D20 4155-D4G - 500 GB SATA HD - 4x G.Skill Phoenix Pro 2,5" 120 GB SATA SSD - Windows Server 2008 R2 Datacenter Hyper-V
Lenovo ThinkPad T61p 6460-6YG - Windows 7 Ultimate x64
Solved!
Go to Solution.

Hi all,
I found the solution on myself. After detecting, that the default disk is a SATA disk (and not SAS), I had the idea to test it on the Intel SATA controller. It was possible to install the machine wit the disk attached to the Intel controller. After setup I went to Device Manager and installed the Marvell driver from Lenovo, switched the disk back to the Marvell controller and booted. Successful. Yeah!
On my way to the solution i had another problem: In the GUI part of Windows setup, I got a 0x80300001 error with the Intel SATA driver from Lenovo. It was not possible to install windows Server on the SATA disk with reason0x80300001. very helpful message, Microsoft! ,-) I decided to use the default Microsoft driver for the Intel SATA controller after a reboot. Setup run well, but ended with a 0x80070017 error and problems copying some (unknown) files. The solution (found after some hours...) was to burn a new Windows Server setup DVD. I don't want to talk about this anymore...
- Christoph
Lenovo ThinkStation D20 4155-D4G - 500 GB SATA HD - 4x G.Skill Phoenix Pro 2,5" 120 GB SATA SSD - Windows Server 2008 R2 Datacenter Hyper-V
Lenovo ThinkPad T61p 6460-6YG - Windows 7 Ultimate x64

Similar Messages

  • Oracle 11g R2 to MS Access .mdb (Windows Server 2008 64-bit) problem

    I have a need to make connection from Oracle 11g R2 to MS Access database file (mdb). OS is MS Windows Server 2008 64-bit. My configuration is next:
    1. I made System DNS mikeacs (using c:\windows\sys_wow6\odbcad32.exe) to my access mdb file;
    2. I made initmikeacs.ora file in ora_home\hs\admin folder:
    # HS init parameters
    HS_FDS_CONNECT_INFO = mikeacs
    HS_FDS_TRACE_LEVEL = debug
    HS_FDS_SHAREABLE_NAME = c:\Windows
    3. Listener.ora file is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = mikeacs)
    (ORACLE_HOME = c:\oracle\product\11.2.0\dbhome_1)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cspo02)(PORT = 1521))
    4. Tnsnames.ora is:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    MIKEACS =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521))
    (CONNECT_DATA=(SID=mikeacs))
    (HS=OK)
    5. After this, I restarted Listener:
    lsnrctl stop;
    lsnrctl start;
    Given feedback:
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 20-RUJ-2010 14:47:21
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\cspo02\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mikeacs" has 1 instance(s).
    Instance "mikeacs", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    6. I created db link: create public database link macs using 'MIKEACS' (connected as sysdba);
    7. tnsping mikeacs:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)) (CONNECT_DATA=(SID=mikeacs)) (HS=OK))
    OK (0 msec)
    Then, when I try fire query (connected as sysdba): select * from mytable@macs;
    get result:
    ERROR at line 1:
    ORA-28513: internal error in geterogeneous remote agent
    ORA-02063: preceding line from MACS;
    Although, when I fire the same query, but connected as other user, get next result:
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default
    driver specified {IM002}
    ORA-02063: preceding 2 lines from MACS
    Where is my problem? Please help. Thanks in advance!

    That's the problem. DG4ODBC on 64bit Windows is 64bit and thus it also requires a 64bit ODBC driver.
    If you don't find one - maybe you can install DG4ODBC 32bi on a 32bit platform (please do NOT install it on the 64bit Windows machine) and then use this 32biit DG4ODBC with the 32bit ODBC driver.
    Another option would be to purchase a commercial ODBC driver or a bridged ODBC driver.

  • Windows Server 2008 R2 Nesth problem

    Hi All,
    I need to setup a network of Windows Server 2008 R2 machines in Hyper-V (for learning SQL Server). I have succsselly setup the domain controller and 4 other servers.
    However, the last server is a Core editition and Netsh gives me 'Element not found' error message when I type 'Netsh interface ipv4 set address “Local Area Connection” static 10.10.10.40'.
    In case of the not core editions this kind of commands worked. Could you help me with this as I am totally lost in the world of Windows Server?
    Many thanks.
    P.

    Hi Pelso,
    Please try to query the index for that NIC then set IP address for that NIC with index :
    netsh interface ipv4 show int
    netsh int ipv4 set address 22 static 192.168.0.1 255.255.255.0
    (Number 22 means the index number queried by the first command )
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Windows server 2008 terminal service problem

    Dear Sir,
    could you please tell me how to input chinese characters which is using the Penpower application in a Windows server terminal services. I cannot input chinese even though I use the "Quick" input method. thank you for your kindly assistance.
    Michael 

    Hi Michael,
    Thank you for posting in Windows Server Forum.
    Are you using RemoteApp as your pen power application?
    If you want the session to use the default keyboard layout stored in the user profile instead of the layout provided by the Terminal Server client after the user logs on to the Terminal Server computer, you can set the IgnoreRemoteKeyboardLayout registry value
    to 1. After users first connect to the Terminal Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
    To do so, please perform the following steps: 
    1. On the terminal server, click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
    3. On the Edit menu, click Add Value, and then add the following registry information:
    Value name: IgnoreRemoteKeyboardLayout
    Data type: REG_DWORD
    Value data: 1
    4. Quit Registry Editor.
    After you first connect to the Terminal Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

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

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

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

  • Why does my Cisco router firewall block Windows Server 2012 traffic, but not Windows Server 2008 traffic?

    Hello,
       I run a small business network with five physical servers: three Dell servers running Windows Server 2008 R2, one custom build running 2008, and another custom build running 2012 with Domain Controller Role (same hardware for both custom builds). 
    The Dell servers are all running the Hyper-V role and each has a number of 2008 VMs.  I also have a 2012 VM with the Domain Controller Role on one of the Hyper-V servers and another VM with a completely base install of 2012.
       All servers are plugged into a Cisco SG300-52 switch which is uplinked to a Cisco 881 router which is connected to a cable TWC provided Ubee cable modem.  I have no VLANs setup.  I do have the Firewall on the router configured
    to inspect most traffic.
       Here is my problem:  I cannot connect to most of the internet on ANY 2012 server (and all exhibit the exact same behavior), but I have NO problems connecting to the internet from 2008 servers.  Here is what I already know:
       1.) I can ping the outside world just fine so ICMP is passing to any external host.
       2.) Two of the 2012 servers are DCs running DNS services and they can connect to the internet just fine for DNS requests because they are doing a perfectly good job of providing DNS services to my network.
       3.) Here's where it gets really weird: I can browse in internet explorer to Bing.com and it works.  I can also go to a couple other Microsoft websites (though they are very slow).  If I click on any link in Bing, however, it doesn't
    work and gives me a page not available error.  If I connect to a non-MS website like Google or my company website, I get page not available.
        4.) I have tried to telnet to port 80 at Bing and it works.  I have tried to telnet to port 80 at google.com and it won't connect.  The 2008 servers have no issue telneting to either bing or google on port 80 and none of my client
    PCs on the network do either.
        5.) Windows Update will not connect and neither will any other update service such as AVG (I have AVG Antivirus installed WITHOUT firewall on two of the three servers. The base 2012 VM has no software installed and no roles...I built it
    just to see if it could connect after a fresh install and it still cannot.)
        6.) The network connection does not indicate limited connectivity (probably because ICMP appears to be passing successfully)
         7.) If I connect the server directly to the modem it has full internet access.
         8.) All internal LAN connectivity is perfectly fine and runs at full speed.
         9.) I have scoured the internet trying to find other examples of this particular kind of connectivity issue on 2012 and I have found two TechNet articles that are similar, but they both had the same resolution: changing the router
    worked, but no one knows why. (I would have included the links, but apparently I cannot do that yet)
    My question is this: What is different about Windows Server 2012 networking that would render it unable to communicate through a router that Windows Server 2008 has no problems with?  I ask because, unlike in these two articles where they were
    running personal networking equipment they could easily upgrade, I'm running a Cisco 881 with what should be virtually limitless configuration options and I have no desire to replace it.  I have to assume the issue is somehow related to the firewall configuration,
    which I could fix easily, but I don't know what to change.  If anyone knows what changed in 2012 and why I would be able to browse to bing and other MS sites but no where else, please pass them along.  Thanks.

    This is the IP Config for the 2012 DC:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : COMPANYDC02
       Primary Dns Suffix  . . . . . . . : company.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
       Physical Address. . . . . . . . . : 00-25-90-DC-EF-D5
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::81d5:53cf:bd07:14ed%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.10.10.202(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCPv6 IAID . . . . . . . . . . . : 301999504
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-96-D5-C3-00-25-90-DC-EF-D5
       DNS Servers . . . . . . . . . . . : 10.10.10.202
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{9929D989-8E88-4096-A1CB-61F1DB173FA3}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    This is the IP Config for the fresh install 2012 VM:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : WIN-800299O7ES6
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
       Physical Address. . . . . . . . . : 00-15-5D-0A-5C-02
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.10.10.49(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Saturday, August 23, 2014 10:23:01 PM
       Lease Expires . . . . . . . . . . : Wednesday, August 27, 2014 10:23:01 PM
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCP Server . . . . . . . . . . . : 10.10.10.1
       DNS Servers . . . . . . . . . . . : 10.10.10.220
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.company.local:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    NOTE: 10.10.10.220 and 10.10.10.221 are the other domain controllers on my network.  One of them is 2012 and one of them is 2008.  They are both functioning correctly for providing DNS services.  The 2012 Virtual DC, however, still has
    the internet connectivity issue that this whole post was about in the first place.
    NOTE2: When I logged on to COMPANYDC02 this morning, it told me that I had new Windows Updates that needed to be downloaded.   Confused, I checked the most recent time WU had checked for updates at it had successfully checked for updates last night
    at 10pm.  Of course, it failed when trying to download them, but it appears that once in a while, a connection gets through successfully...

  • Unable to dual boot Windows Server 2008 On My new HP laptop

    Hello,
    I have recently purchased a laptop from HP Site. Here are the specifications of my laptop.
    OS : Windows 8.1
    HP ENVY 17T
    4710HQ PROCESSOR
    16GB RAM
    I have  created a new NTFS Partition and I am trying to install WINDOWS SERVER 2008 from setup file from my hard disk.

    Hi:
    Yes, the drive controller in your notebook is set to AHCI, not RAID.
    Here are the AHCI drivers in the setup information file I posted above...They are in the iaAHCIC file...
    PCI\VEN_8086&DEV_8C03&CC_0106.DeviceDesc = "Intel(R) 8 Series Chipset Family SATA AHCI Controller"
    PCI\VEN_8086&DEV_9C03&CC_0106.DeviceDesc = "Intel(R) 8 Series Chipset Family SATA AHCI Controller"
    You need to select the driver that matches the hardware ID for the specific Intel(R) 8 Series Chipset Family SATA AHCI Controller your model has.
    It either has the 8C03 controller or the 9C03 controller.
    You can find the hardware ID for the specific controller your notebook has by clicking on the Intel(R) 8 Series Chipset Family SATA AHCI Controller.
    The click on the Details tab at the top of the  Intel(R) 8 Series Chipset Family SATA AHCI Controller window.
    Now you see a Property drop down list and it is defaulted to Device Description.
    Drop down on that and select the third item (Hardware ID's).  Now you should see the ID device string.

  • PJL - P4015n - Windows Server 2008

    Hi There,
    O/S: Windows Server 2008
    Printer: P4015n
    Problem:
    I am trying to send PJL commands to our printer, through windows server 2008 / or any windows O/S for that matter.
    Basically, I open a text file.  And type the following:
    Ec%-12345X@PJL NUMBER COPIES = 2
    Ec%-12345X
    This is a test.
    I am expecting it to print "This is a test" 2 times.
    Instead it prints the entire text
    Ec%-12345X@PJL NUMBER COPIES = 2
    Ec%-12345X
    This is a test.
    And does not seem to process the Ec.... NUMBER COPIES... command.
    Any idea what the problem might be?  I have this working on our OKIDATA, using a generic windows text only driver.
    Though have had no luck with the P4015n.  We only have the P4015n working through the linux driver ( printing from linux ), but no luck with the windows driver ( printing from windows / notepad ).
    Any suggestions would be extremely helpful.
    Thank you,
    - Jacques

    has anyone had success, putting PJL in notepad, and have the printer process that PJL, instead of straight out printing the text??
    I just need a driver / sample PJL code, of something that should work.
    Thanks,

  • Problems LMS-4.2 Installation on Windows Server 2008 R2 Enterprise SP1

    Hi all,
    During the installation of the LMS-4.2,
    It passed the "Initializing" and "Copying" stages,
    but, in the "Configuring", it never finishes,
    Anyone had have a similar problem?
    the installer is for - LMS-4.2 and the OS is Windows Server 2008 R2 Enterprise SP1

    Thanks for the update. Glad to know it has installed now.
    There can be some port clashes and resource scarcity when other applications may be using it. Hence we recommend to have majorly LMS as the primary software on the server's.
    Also, LMS is not supported in other languages installers or setups except English and Japanese.
    There are a couple more things you can do/check prior to running the installation.
    LMS generally need Naming convention to handle long names/path etc. By default C: has 8.3 Naming convention enabled. However if you installed on different drive (for eg E:), for which this may be disabled.
    To check naming convention you can run the following command from Windows Command prompt: 
                                       cmd>fsutil.exe 8dot3name query <Drive>
    Example:
    C:\Users\winlau>fsutil 8dot3name query C:
    The volume state for Disable8dot3 is 0 (8dot3 name creation is enabled).
    The registry state of NtfsDisable8dot3NameCreation is 2, the default (Volume level setting).
    Based on the above two settings, 8dot3 name creation is enabled on C:.
    8dot3 needs to be enabled for all drives LMS will potentially use, including:
    Drive where TEMP/TMP is located
    The drive LMS is installed to
    The drive LMS backs up to
    Drive used for a relocated RME Shadow directory or other nonstandard paths written to.
    In some cases, altering the TEMP and TMP variables to be a short path (eg C:/temp or C:/tmp) may avoid the issue, but not always.
    Hence, to be safe, it is best to enable 8dot3name creation globally, either via the registry or Windows CLI
    Sample command to enable globally:
      "fsutil 8dot3name set 0"     
    Sample command to enable on one volume:
      "fsutil 8dot3name set X: 0"  
    Note that this needs a reboot to take effect.  You should not disable 8dot3name creation which already has it enabled, especially the system volume (usually C:). 
    For further information  http://technet.microsoft.com/en-us/library/cc778996%28v=ws.10%29.aspx
    -Thanks
    Vinod
    **Encourage Contributors. RATE them**

  • Windows Server 2008 R2 problem

    Hi there
    I'm a newbie to Flash media server and I would like to explore its usage.
    Does any one have experience with Flash Media Server 3.5.3 running on Windows Server 2008 R2? I installed FMS on my Windows Server 2008 R2, but the admin console cannot start.
    By the way, I installed FMS on a Windows Server 2003 32-bit machine. And I'm able to use the admin console on Server 2003 to connect to the Server 2008 R2 installation.
    Also, I have a separate disk that is used to hold the media content to be streamed via FMS. How can I configure FMS to use that disk as root for media file instead of using "c:\program files (x86)\...\webroot\vod"
    Thanks very much in helping me to start the project.
    Best Regards
    Steve Yau

    ForThanks very much for your prompt response.
    For (1), if I start "Flash Media Administration Console" from the Start menu, an IE prompts up and it tries to open "c:\program files(x86)\Adobe\Flash Media Server 3.5\tools\fms_adminConsole.htm" with the following in the information bar:
    "An add-on for this website failed to run. Check the security settings in Internet Options for potential conflicts"
    I thought it was the problem of flash player that cannot be run on 64-bit IE, so i tried 32-bit IE, but still in vain. I also tried to install flash player using 32-bit IE on Windows server 2008 R2 but the installation cannot start.
    The FMSAdmin service is surely running with firewall configured. I've also installed FMS on another Windows Server 2003 32-bit. There I can start the admin console and connect to the Windows Server 2008 R2 FMSAdmin service.
    For (2), I've added the line as per your kind help. But my question will be: How can I test whether my FMS is correctly streaming the video? For Windows Media Service, I can easily open URL in WMP and the streaming can be verified easily. But I don't know how to test FMS setup from web client side. Any clues? For your information, I don't have Adobe Flash or Dreamweaver stuff.
    Thanks again for your kind help
    Regards
    Steve Yau

  • Printing problem with Konica Minolta BizHub282 using RDP on Windows Server 2008 R2

    Hello,
    I have an office setup as follows:  Local office IP adress scheme 192.168.201.x.  There is a Konica Minolta BizHub 282 printer connected to the 192.168.201.x network as well as around 10 workstations running Windows 7.  There are also about
    10 additional teleworkers WHO DO NOT NEED print access to the Minolta 282.  All of their data is on a cloud server.  I have them setup to first connect to the cloud server using a RRAS PPTP VPN and then to start an RDP session to the separate
    RDP server.  The Konica Minolta works ??okay?? with the easy print services and until now, we have just dealt with the lack of features and the occasional print job that goes crazy and prints out 400 blank pages (btw, this is usually on Excel) or a job
    that cuts off the margins even when you have it set to "fit to page" (this usually happens in Adobe.)  When I originally set this up, I tried loading the native Konica drivers on the server, but there was no joy because I couldn't get it to
    work using the native drivers.  The problem at hand is a feature called "account track."  This feature authenticates your print job by using an account code.  If there is no code, the job just disappears.  When I load the native
    Konica driver, the ability to turn on this feature is greyed out (see below):
    When I use easy print, the codes seem to go through, but as I mentioned earlier, sometimes the print job just goes insane.  After researching this, it seems to me that there are two ways to overcome this if we can't turn off the account track feature:
    1) Overcome the driver problem. I've tried both of their current drivers without success: VXL and Visual Postscript. When I login to RDP, the (redirected) Konica 282 printer is listed, but when I try to print, it fails due to the missing account track code.
    I'm hoping that there is a registry hack to turn this feature on by default with the code or a driver version that works with RDP. They have a WHQL driver available, but it didn't work any better. Is there a way to report this issue to the WHQL labs? Maybe
    I can light a fire under Konica's rear end and motivate them to fix the driver.
    2) I saw one discussion where the guy installed the printer out in the clouds as a local printer. He seemed to have a site-to-site VPN, not a client-to-site VPN, so this worked.  Is there a way to do something similar when the customer connects to the
    VPN through standard "connect to workplace" setup?  I tried pinging the Konica 282 from the server while logged into the VPN, but the printer could not be found.  
    3) I considered setting it up as a google cloud print prnter, but that would require everyone to setup a google account and add a layer of complexity. 
    Anyone else run into this and have a solution?  If not, does anyone have any ideas on a solution or workaround?
    Thanks,
    Jeffery Smith

    Hi Jeffery,
    Thank you for your comment.
    Yeah, you can use universal print driver by configuring Remote Desktop Easy print on RDS Server. Install the driver on RDS server. Now to configure Easy print you need to have minimum client RDP 6.1(But suggest you to install RDP 8.1), .Net Framework 3.5 or
    above and RDSH role.
    Also under GPO setting need to check below settings.
    Do not allow client print redirection: Disable 
    Use Terminal Service Easy print printer driver first: Enable 
    Computer Configuration > Administrative templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Printer redirection
    For more information, you can refer below articles.
    How to configure Microsoft RDS Universal Printing
    http://www.virtualizationadmin.com/articles-tutorials/vdi-articles/microsoft-hyper-v/how-configure-microsoft-rds-universal-printing.html
    Using Remote Desktop Easy Print in Windows 7 and Windows Server 2008 R2
    http://blogs.msdn.com/b/rds/archive/2009/09/28/using-remote-desktop-easy-print-in-windows-7-and-windows-server-2008-r2.aspx?Redirected=true
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Setup 2-Node RAC 11.2.0.1.0 on Windows Server 2008

    I have been setting up RAC environments in VirtualBox and VMWare in my local machine and in our test server. I have done the following setup:
    1. RAC 10g on RHEL 5.4 (VMWare / VBox)
    2. RAC 11g on RHEL 5.4 (VBox)
    3. RAC 11g on Windows Server 2008 (VBox)
    Now, our management wants me to setup a 2-node RAC in real world. Cost is not an issue here as this will be financed by a big private group.
    I am excited to do the project as I am really enthusiastic in database clustering. Of course, there is a little nervous feeling since this is
    my first time doing it in real world (as the best RAC expert started from his first deployment :) ).
    I am going to build RAC 11.2.0.1.0 in Windows Server 2008
    I would like to seek advise on:
    - the best practices, what are the things that I have to consider?
    - any straight forward real world deployment guide or technical papers that can serve as my reference
    - any issues that I might encounter
    - any help and feedback
    I know I can be successful in this first time project if ill seek advise to the experts.
    I hope you can help me and I will be glad to read and review your contributions.
    Thanks a lot.....

    Hi,
    Few months ago I had a project to setup RAC on Windows 2008 R2. For six months now there are no problems and it's working fine, but I have to say that installation wasn't easy and took me a lot of time. Another thing is the troubleshooting, I feel completely helpless when (if) something screws up. It takes between 10 to 15 mins to have database running in case of reboot of the servers.
    So here are few things to consider:
    - Disable write cache on shared disks.
    - Disable User Access Control!
    - Disable firewall (really important)!
    - Use diskpart command to create extended and logical partition on all disks.
    - There is also nasty bug we hit, I've blogged about it:
    http://sve.to/2011/09/29/exhaust-of-windows-2008-heap-memory-with-oracle-database-11-2-0-2/
    - I had a terrible problems with user equivalence. Verify Privileges for copying files in the cluster:
    net use \\nodeX\c$
    - Once installation is completed apply latest Bundle Patch - currently this is BP6 (Patch 13965211):
    DB 11.2.0.3 Patch 6 includes all bugs fixed in 11.2.0.3 Patch 1 to Patch 5 and also includes CPU2012. It must be applied on top of the 11.2.0.3.
    Useful MOS notes:
    RAC and Oracle Clusterware Best Practices and Starter Kit (Windows) [ID 811271.1]
    Windows: CLUVFY Fails with TCP Check PRVF-7617 Due to Case of Node Names [ID 1286394.1]
    Finally if you have a choice then go with Linux, it's robust, easy to install and maintain. You have better control on the system and user processes, it's more flexible and easy to troubleshoot.
    Regards,
    Sve

  • Installation problem on windows server 2008 r2 datacenter edition 64bit

    hi
    today, i tried to install the current maxdb 7.8 release on my virtual server with a windows server 2008 r2 datacenter 64bit edition os. at the first installation, i got an error message something with "rte runtime error". at this point, the installation stopped.
    because of this error, i tried to uninstall the failed installation. this was not possible, in the uninstaller, i didn't see any components, so i can't uninstall.
    so i tried to delete the files manually: the entries in the start menu, and the application's path under "program files"... first, i need to kill a process named "serv.exe", that creates a tcp daemon under port 7200... after killing it, the deletion of the dir in program files was successful.
    this is very very weird, now my server is "contaminated" with an uncomplete uninstallation of maxdb...
    why maxdb 7.8 has problems on windows server 2008 r2 datacenter 64bit edition???
    thanks for feedbacks!
    regards, jan

    > no, because i canceled this virtual server - another method to solve this problem. (i have really no time for things like that..!)
    If you take the time to give exact error messages then someone will be certainly able to help
    > on windows server 2003, there are NO problems.
    Windows 2003 != Windows 2008 - they use a different kernel, a different security system (UAC) and other features that may prevent a succesfull installation in the first place.
    I installed a MaxDB 7.8 just today on Windows 2008 R2 and it worked fine.
    Markus

  • Problem instaliing sun one LDAP server on windows server 2008 r2

    Hi all ,
    I am trying to install Ldap server (Sun ONE Directory Server) on windows server 2008
    I am using apache-tomcat-7.0.28 and java jdk1.7.0_05
    I am following this manual for installing :
    https://blogs.oracle.com/marginNotes/entry/installing_directory_server_enterprise_edition1
    I have a problem with the cacao agent and how to install it .
    I've got this error message :
    c:\Program Files\Sun\dsee7\bin>dsccsetup cacao-reg
    Configuring Cacao...
    ## Failed to run "c:/Program Files/Sun/dsee7/ext/cacao_2/bin/cacaoadm.bat" set-
    aram "jdmk-home=c:/Program Files/Sun/dsee7/lib/private"
    #### Cannot create service for instance: [cacao.instance.name].
    #### Cannot perform firstime inialisation and configuration.
    ## Exit code is 1
    Failed to configure Cacao.
    I stuck and with no other solutions . I hope if you could to help with this issue .
    i will glad to know if there is any other ways to install this specific Ldap server ,
    Thanks,
    Alon

    You most likely skipped the step of starting the installed server prior to trying to access admin URL. Please check this document:
    http://docs.sun.com/source/817-1830-10/win.html
    Relevant section is:
    You can start the Administration Server in either of the following ways:
    # Select Start Menu -> Programs -> Sun ONE Web Server, and choose Start Web Server Administration Server.
    # From the Control Panel�s Services item.
    HTH...

  • Problem installing sharepoint foundation 2013 on windows server 2008 r2

    anybody has experience installing sharepoint 2013 on windows server 2008 r2? I failed to install it even if I have all the latest patches installed and the sql server 2012 express installed.  it keeps failing to install the prerequisites.
    • Microsoft .NET Framework 4.5: equivalent products already installed (no action taken)
    • Windows Management Framework 3.0: was already installed (no action taken)
    • Application Server Role, Web Server (IIS) Role: configuration error
    • Microsoft SQL Server 2008 R2 SP1 Native Client: Installation skipped
    • Windows Identity Foundation (KB974405): Installation skipped
    • Microsoft Sync Framework Runtime v1.0 SP1 (x64): Installation skipped
    • Windows Server AppFabric: Installation skipped
    • Microsoft Identity Extensions: Installation skipped
    • Microsoft Information Protection and Control Client: Installation skipped
    • Microsoft WCF Data Services 5.0: Installation skipped
    • Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763): Installation skipped
    log file:
    2014-04-30 17:32:32 - Processor architecture is (9)
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - Common Startup
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-04-30 17:32:32 - The value is... 
    2014-04-30 17:32:32 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-04-30 17:32:32 - Trying to remove the startup task if there is any.
    2014-04-30 17:32:32 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-04-30 17:32:32 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-04-30 17:32:32 - Locating the following command line arguments file:
    2014-04-30 17:32:32 - C:\Program Files (x86)\MSECache\SharePoint2010\PrerequisiteInstaller.Arguments.txt
    2014-04-30 17:32:32 - Error: This file does not exist
    2014-04-30 17:32:32 - Details of the current operating system: 
    2014-04-30 17:32:32 - Major version number of the operating system:  (6)
    2014-04-30 17:32:32 - Minor version number of the operating system:  (1)
    2014-04-30 17:32:32 - Build number of the operating system:  (0X1DB1=7601)
    2014-04-30 17:32:32 - Major version number of the latest Service Pack:  (1)
    2014-04-30 17:32:32 - Minor version number of the latest Service Pack:  (0)
    2014-04-30 17:32:32 - Platform ID of the operating system:  (2)
    2014-04-30 17:32:32 - Product suites available on the operating system:  (0X10=16)
    2014-04-30 17:32:32 - Product type of the operating system: VER_NT_DOMAIN_CONROLLER
    2014-04-30 17:32:32 - Product type:  (0X21=33)
    2014-04-30 17:32:32 - OS type:  (0)
    2014-04-30 17:32:32 - Configuring the application's property sheet...
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Windows Management Framework 3.0
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - PowerShellVersion
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-04-30 17:32:32 - The value is... 
    2014-04-30 17:32:32 - 3.0
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - CTPVersion
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-04-30 17:32:32 - Could not find or unable to read CTPVersion key
    2014-04-30 17:32:32 - The prerequisite above is already installed
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Microsoft .NET Framework 4.5
    2014-04-30 17:32:32 - Reading the following DWORD value/name...
    2014-04-30 17:32:32 - Install
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-04-30 17:32:32 - The value is (1)
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - Version
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-04-30 17:32:32 - The value is... 
    2014-04-30 17:32:32 - 4.5.50938
    2014-04-30 17:32:32 - A post release .NET 4.5 is installed
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Windows Identity Foundation (KB974405)
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - 
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-04-30 17:32:32 - Reading version of the following file...
    2014-04-30 17:32:32 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-04-30 17:32:32 - GetFileVersionInfoSize failed (-2147024894)
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - Version
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Windows Server AppFabric
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - ProductVersion
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Windows Identity Foundation (KB974405)
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - 
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Microsoft Information Protection and Control Client
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - 
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Microsoft WCF Data Services 5.0
    2014-04-30 17:32:32 - Reading the following string value/name...
    2014-04-30 17:32:32 - Version
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-04-30 17:32:32 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:32 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-04-30 17:32:32 - Reading the following DWORD value/name...
    2014-04-30 17:32:32 - IsInstalled
    2014-04-30 17:32:32 - from the following registry location...
    2014-04-30 17:32:32 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-04-30 17:32:38 - Beginning download/installation
    2014-04-30 17:32:38 - Created thread for installer
    2014-04-30 17:32:38 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMINI~1\AppData\Local\Temp\1\Pre2AD9.tmp.XML"
    2014-04-30 17:32:38 - Install process returned (0X3EB=1003)
    2014-04-30 17:32:38 - [In HRESULT format] (0X800703EB=-2147023893)
    2014-04-30 17:32:38 - "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i
    2014-04-30 17:32:39 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:40 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:41 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:42 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:43 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:44 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:53 - Install process returned (0)
    2014-04-30 17:32:53 - [In HRESULT format] (0)
    2014-04-30 17:32:53 - "C:\Windows\system32\cscript.exe" "C:\Windows\system32\iisext.vbs" /enext "ASP.NET v4.0.30319"
    2014-04-30 17:32:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-04-30 17:32:57 - Install process returned (-2146646015)
    2014-04-30 17:32:57 - [In HRESULT format] (-2146646015)
    2014-04-30 17:32:57 - Error when enabling ASP.NET v4.0.30319
    2014-04-30 17:32:57 - Last return code (-2146646015)
    2014-04-30 17:32:57 - Reading the following DWORD value/name...
    2014-04-30 17:32:57 - Flags
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - PendingFileRenameOperations
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-04-30 17:32:57 - Reading the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-04-30 17:32:57 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-04-30 17:32:57 - Last return code (-2146646015)
    2014-04-30 17:32:57 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any
    command line options.
    2014-04-30 17:32:57 - Cannot retry
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Windows Management Framework 3.0
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - PowerShellVersion
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-04-30 17:32:57 - The value is... 
    2014-04-30 17:32:57 - 3.0
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - CTPVersion
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-04-30 17:32:57 - Could not find or unable to read CTPVersion key
    2014-04-30 17:32:57 - The prerequisite above is already installed
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Microsoft .NET Framework 4.5
    2014-04-30 17:32:57 - Reading the following DWORD value/name...
    2014-04-30 17:32:57 - Install
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-04-30 17:32:57 - The value is (1)
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - Version
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-04-30 17:32:57 - The value is... 
    2014-04-30 17:32:57 - 4.5.50938
    2014-04-30 17:32:57 - A post release .NET 4.5 is installed
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Windows Identity Foundation (KB974405)
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - 
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-04-30 17:32:57 - Reading version of the following file...
    2014-04-30 17:32:57 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-04-30 17:32:57 - GetFileVersionInfoSize failed (-2147024894)
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - Version
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Windows Server AppFabric
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - ProductVersion
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Windows Identity Foundation (KB974405)
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - 
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Microsoft Information Protection and Control Client
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - 
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Microsoft WCF Data Services 5.0
    2014-04-30 17:32:57 - Reading the following string value/name...
    2014-04-30 17:32:57 - Version
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-04-30 17:32:57 - Check whether the following prerequisite is installed:
    2014-04-30 17:32:57 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-04-30 17:32:57 - Reading the following DWORD value/name...
    2014-04-30 17:32:57 - IsInstalled
    2014-04-30 17:32:57 - from the following registry location...
    2014-04-30 17:32:57 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-04-30 17:33:21 - Opening log file
    2014-04-30 17:33:21 - Opened action for user
    2014-04-30 17:33:21 - C:\Users\ADMINI~1\AppData\Local\Temp\1\prerequisiteinstaller.2014.04.30-17.32.32.log

    2014-06-20 08:18:39 - Processor architecture is (9)
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:39 - Common Startup
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-06-20 08:18:39 - The value is... 
    2014-06-20 08:18:39 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-06-20 08:18:39 - Trying to remove the startup task if there is any.
    2014-06-20 08:18:39 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-06-20 08:18:39 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-06-20 08:18:39 - Locating the following command line arguments file:
    2014-06-20 08:18:39 - C:\Program Files (x86)\MSECache\SharePoint2010\PrerequisiteInstaller.Arguments.txt
    2014-06-20 08:18:39 - Error: This file does not exist
    2014-06-20 08:18:39 - Details of the current operating system: 
    2014-06-20 08:18:39 - Major version number of the operating system:  (6)
    2014-06-20 08:18:39 - Minor version number of the operating system:  (1)
    2014-06-20 08:18:39 - Build number of the operating system:  (0X1DB1=7601)
    2014-06-20 08:18:39 - Major version number of the latest Service Pack:  (1)
    2014-06-20 08:18:39 - Minor version number of the latest Service Pack:  (0)
    2014-06-20 08:18:39 - Platform ID of the operating system:  (2)
    2014-06-20 08:18:39 - Product suites available on the operating system:  (0X10=16)
    2014-06-20 08:18:39 - Product type of the operating system: VER_NT_DOMAIN_CONROLLER
    2014-06-20 08:18:39 - Product type:  (0X21=33)
    2014-06-20 08:18:39 - OS type:  (0)
    2014-06-20 08:18:39 - Configuring the application's property sheet...
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Windows Management Framework 3.0
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:39 - PowerShellVersion
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-06-20 08:18:39 - The value is... 
    2014-06-20 08:18:39 - 4.0
    2014-06-20 08:18:39 - A higher version of the prerequisite above is already installed
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Microsoft .NET Framework 4.5
    2014-06-20 08:18:39 - Reading the following DWORD value/name...
    2014-06-20 08:18:39 - Install
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-20 08:18:39 - The value is (1)
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:39 - Version
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-20 08:18:39 - The value is... 
    2014-06-20 08:18:39 - 4.5.50938
    2014-06-20 08:18:39 - A post release .NET 4.5 is installed
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Windows Identity Foundation (KB974405)
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:39 - 
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-06-20 08:18:39 - The value is... 
    2014-06-20 08:18:39 - 6.1.7600.0
    2014-06-20 08:18:39 - The prerequisite above is already installed
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-06-20 08:18:39 - Reading version of the following file...
    2014-06-20 08:18:39 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-06-20 08:18:39 - The version is...
    2014-06-20 08:18:39 - 1.0.1215.0
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:39 - Version
    2014-06-20 08:18:39 - from the following registry location...
    2014-06-20 08:18:39 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-06-20 08:18:39 - The value is... 
    2014-06-20 08:18:39 - 10.0.1600.22
    2014-06-20 08:18:39 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:39 - Windows Server AppFabric
    2014-06-20 08:18:39 - Reading the following string value/name...
    2014-06-20 08:18:40 - ProductVersion
    2014-06-20 08:18:40 - from the following registry location...
    2014-06-20 08:18:40 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-20 08:18:40 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:40 - Windows Identity Foundation (KB974405)
    2014-06-20 08:18:40 - Reading the following string value/name...
    2014-06-20 08:18:40 - 
    2014-06-20 08:18:40 - from the following registry location...
    2014-06-20 08:18:40 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-06-20 08:18:40 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:40 - Microsoft Information Protection and Control Client
    2014-06-20 08:18:40 - Reading the following string value/name...
    2014-06-20 08:18:40 - 
    2014-06-20 08:18:40 - from the following registry location...
    2014-06-20 08:18:40 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-06-20 08:18:40 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:40 - Microsoft WCF Data Services 5.0
    2014-06-20 08:18:40 - Reading the following string value/name...
    2014-06-20 08:18:40 - Version
    2014-06-20 08:18:40 - from the following registry location...
    2014-06-20 08:18:40 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-06-20 08:18:40 - Check whether the following prerequisite is installed:
    2014-06-20 08:18:40 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-06-20 08:18:40 - Reading the following DWORD value/name...
    2014-06-20 08:18:40 - IsInstalled
    2014-06-20 08:18:40 - from the following registry location...
    2014-06-20 08:18:40 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-06-20 08:18:44 - Beginning download/installation
    2014-06-20 08:18:44 - Created thread for installer
    2014-06-20 08:18:44 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMINI~1\AppData\Local\Temp\2\Pre6515.tmp.XML"
    2014-06-20 08:18:45 - Install process returned (0X3EB=1003)
    2014-06-20 08:18:45 - [In HRESULT format] (0X800703EB=-2147023893)
    2014-06-20 08:18:45 - "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i
    2014-06-20 08:18:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:57 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:58 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:18:59 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:19:00 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:19:01 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:19:02 - Install process returned (0)
    2014-06-20 08:19:02 - [In HRESULT format] (0)
    2014-06-20 08:19:02 - "C:\Windows\system32\cscript.exe" "C:\Windows\system32\iisext.vbs" /enext "ASP.NET v4.0.30319"
    2014-06-20 08:19:02 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:19:03 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-06-20 08:19:04 - Install process returned (-2146646015)
    2014-06-20 08:19:04 - [In HRESULT format] (-2146646015)
    2014-06-20 08:19:04 - Error when enabling ASP.NET v4.0.30319
    2014-06-20 08:19:04 - Last return code (-2146646015)
    2014-06-20 08:19:04 - Reading the following DWORD value/name...
    2014-06-20 08:19:04 - Flags
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - PendingFileRenameOperations
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-06-20 08:19:04 - Reading the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-06-20 08:19:04 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-06-20 08:19:04 - Last return code (-2146646015)
    2014-06-20 08:19:04 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any
    command line options.
    2014-06-20 08:19:04 - Cannot retry
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Windows Management Framework 3.0
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - PowerShellVersion
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-06-20 08:19:04 - The value is... 
    2014-06-20 08:19:04 - 4.0
    2014-06-20 08:19:04 - A higher version of the prerequisite above is already installed
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Microsoft .NET Framework 4.5
    2014-06-20 08:19:04 - Reading the following DWORD value/name...
    2014-06-20 08:19:04 - Install
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-20 08:19:04 - The value is (1)
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - Version
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-20 08:19:04 - The value is... 
    2014-06-20 08:19:04 - 4.5.50938
    2014-06-20 08:19:04 - A post release .NET 4.5 is installed
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Windows Identity Foundation (KB974405)
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - 
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-06-20 08:19:04 - The value is... 
    2014-06-20 08:19:04 - 6.1.7600.0
    2014-06-20 08:19:04 - The prerequisite above is already installed
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-06-20 08:19:04 - Reading version of the following file...
    2014-06-20 08:19:04 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-06-20 08:19:04 - The version is...
    2014-06-20 08:19:04 - 1.0.1215.0
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - Version
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-06-20 08:19:04 - The value is... 
    2014-06-20 08:19:04 - 10.0.1600.22
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Windows Server AppFabric
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - ProductVersion
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Windows Identity Foundation (KB974405)
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - 
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Microsoft Information Protection and Control Client
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - 
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Microsoft WCF Data Services 5.0
    2014-06-20 08:19:04 - Reading the following string value/name...
    2014-06-20 08:19:04 - Version
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-06-20 08:19:04 - Check whether the following prerequisite is installed:
    2014-06-20 08:19:04 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-06-20 08:19:04 - Reading the following DWORD value/name...
    2014-06-20 08:19:04 - IsInstalled
    2014-06-20 08:19:04 - from the following registry location...
    2014-06-20 08:19:04 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-06-20 08:19:45 - Opening log file
    2014-06-20 08:19:45 - Opened action for user
    2014-06-20 08:19:45 - C:\Users\ADMINI~1\AppData\Local\Temp\2\prerequisiteinstaller.2014.06.20-08.18.39.log

Maybe you are looking for

  • ICal still does not sync with exchange 2007 in Lion

    Dear, In Snow Leopard, iCal was not syncing with Exchange 2007. I read a lot of things on this and it all led to recurring events. Indeed, after deleting them, things started to work. But I cannot delete recurring events! I need them! Seeing that the

  • Problem with java packages

    i have defined a package that contains numerous files. the package is com.assignment. now there are two files inside the package namely member and friends. when i try to call the member class in the friends class suppose member newmember; it gives me

  • BI Administration Cockpit - Context menu in portal

    Hi, I have turned on the technical content, I can see all the necessary process chains etc and have set the necessary cubes for collecting in RSDDSTAT. When I execute the process chains for data loading, I get errors because of invalid characters in

  • Qosmio G35 AV600 Sound Driver Reinstall

    I accidentally removed the sound driver trying to get rid of some of the bloat on my machine. I am working under XP with SP3 installed. Tried everything to reinstall the SigmaTelHighDef Audio CODEC but still get the report Cannot Start Code 10. Also

  • The font on my homepage is too big.

    How can I reduce the size of the font on my home page? == This happened == Every time Firefox opened == After someone imported Windows Live Messenger