Java was started but returned exit code=8096

Perusing the internet found these 4 options as a possible solution but none panned out. Does anyone have any idea why this exit code would be occurring? Occurs using RDz 8.5.1.1.
Possible solutions indicated for JVM terminated, exit code = 8096:
Option 1. Clear the temp file folder and restart the computer
Option 2. Cear the corrupted cache using this command: javaw.exe -Xsharedclasses:destroy. Before you use this command, please first make sure javaw.exe is not running.
Option 3: If ClearCase is used for version control, please make sure all artifacts' names are not longer than 256
Option 4: Remove the following environment variables: JAVA_OPTIONS, JAVA_TOOL_OPTIONS, IBM_JAVA_OPTIONS
The eclipse.ini in RDz has the following options:
-vm
C:\Program Files\IBM\SDP\jdk\jre\bin\javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-install
C:\Program Files\IBM\SDP
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v2010122
2
-vmargs
-Xms40m
-Xmx1024m
-Xquickstart
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:name=IBMSDP_%u
-Xnolinenumber

Hi Muddassar,
Hope you are doing good.
A new note has been released exclusively for this issue. Please see:
note 1937296 - SUM fails at start-shadow-instance-dm step. This is not
an issue with the SCAs and more with the kernel employed.
You will need to make sure that you are on the latest kernel so that
this can be resolved.
The below links will help you if there are any queries with the
kernel update procedure
SAP Note No. 1636252 - Installing a 7.20 kernel in SAP Web AS
                       7.00/7.01/7.10/7.11
SAP Note No. 1629598 - SAP Kernel 720 will replace older
                       kernel versions
SAP Note No. 19466   - Downloading SAP kernel patches
Also check:
<http://scn.sap.com/docs/DOC-1206>
(for Manual Kernel Upgrade)
and
<http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219>
(for kernel upgrade using JSPM)
Thank you and have a nice day!
Kind Regards,
Hemanth

Similar Messages

  • SignTool.exe verify /pa returns exit code 1 from the code but works fine while running from command prompt

    Hi,
    I am using SignTool.exe from a new Process() to verify a codesigned assembly and it returns the exit code 1 whereas it returns exit code 0 while i run the same from Visual Studio Command prompt. Please let me know your thoughts...
    Here is my code snippet from VS2012 ultimate on Win7 PC.
    p = new Process();
                p.StartInfo.FileName = "C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\Bin\\SignTool.exe";
                string args = @"verify";
                p.StartInfo.Arguments =  args + " "+ "/pa " + "/v "+ name;
                p.Start();
                p.WaitForExit();
                pexitcode = p.ExitCode;
    //name = "C:\\Users\\v-maparn\\Documents\\Visual Studio 2012\\Projects\\CodesignVerification\\CodesignVerification\\bin\\Release\\Microsoft.IT.Core.dll"
    Thanks,
    Mani

    Hi Amy,
    Thanks for your reply. I am receiving the exit code 1 by the Process even though the SignTool is able to successfully verify the assembly. I ran the below command from command prompt and received no errors or warnings. I assume the exit code should be 0.
    I have also verified that this assembly has digital signature embedded as you can see from the output.
    output:
    C:\Windows\system32>signtool.exe verify /pa /v "C:\Users\v-maparn\Documents\Visu
    al Studio 2012\Projects\CodesignVerification\CodesignVerification\bin\Release\Mi
    crosoft.IT.Security.UI.SystemSecurityManagement.SSMUIWebHost.dll"
    Verifying: C:\Users\v-maparn\Documents\Visual Studio 2012\Projects\CodesignVerif
    ication\CodesignVerification\bin\Release\Microsoft.IT.Security.UI.SystemSecurity
    Management.SSMUIWebHost.dll
    Signature Index: 0 (Primary Signature)
    Hash of file (sha1): 1B58113B218260837A6B850561538A804B034F2A
    Signing Certificate Chain:
        Issued to: Microsoft Root Certificate Authority
        Issued by: Microsoft Root Certificate Authority
        Expires:   Sun May 09 15:28:13 2021
        SHA1 hash: CDD4EEAE6000AC7F40C3802C171E30148030C072
            Issued to: Microsoft Code Signing PCA
            Issued by: Microsoft Root Certificate Authority
            Expires:   Mon Aug 31 14:29:32 2020
            SHA1 hash: 3CAF9BA2DB5570CAF76942FF99101B993888E257
                Issued to: Microsoft Corporation
                Issued by: Microsoft Code Signing PCA
                Expires:   Thu Apr 24 14:33:39 2014
                SHA1 hash: 108E2BA23632620C427C570B6D9DB51AC31387FE
    The signature is timestamped: Mon Dec 30 02:58:12 2013
    Timestamp Verified by:
        Issued to: Microsoft Root Certificate Authority
        Issued by: Microsoft Root Certificate Authority
        Expires:   Sun May 09 15:28:13 2021
        SHA1 hash: CDD4EEAE6000AC7F40C3802C171E30148030C072
            Issued to: Microsoft Time-Stamp PCA
            Issued by: Microsoft Root Certificate Authority
            Expires:   Sat Apr 03 05:03:09 2021
            SHA1 hash: 375FCB825C3DC3752A02E34EB70993B4997191EF
                Issued to: Microsoft Time-Stamp Service
                Issued by: Microsoft Time-Stamp PCA
                Expires:   Wed Feb 11 14:11:31 2015
                SHA1 hash: D967AB4CF991F11DA6E318C880F1AF1A9C8D2C7C
    Successfully verified: C:\Users\v-maparn\Documents\Visual Studio 2012\Projects\C
    odesignVerification\CodesignVerification\bin\Release\Microsoft.IT.Security.UI.Sy
    stemSecurityManagement.SSMUIWebHost.dll
    Number of files successfully Verified: 1
    Number of warnings: 0
    Number of errors: 0
    C:\Windows\system32>
    Thanks,
    Mani

  • Java node 'server0' terminated with exit code 2150 after JSPM patches

    Dear Experts,
    We want to install SAP Netweaver 7.3 EHP1.
    After applying patches SP11 from JSPM utility we tried to restart the SAP Java instances from SAP MMC.
    But it failed to start with error code :
    *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    *** ERROR => Java node 'server0' terminated with exit code 2150.
    *** To resolve the issue, we restarted machine, Database services, SAP services but it still did not start.
    *** Let us know if you need any other trace file for debugging.
    Below is the log file:
    stdout log file:-
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:29 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.296: [GC2.296: [ParNew: 343552K->8912K(381696K), 0.0251348 secs] 343557K->8917K(2059008K), 0.0253589 secs] [Times: user=0.03 sys=0.03, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [32] ms
    Loading [ClassLoaderManager]... [31] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [63] ms
    Loading [ConfigurationManager]... [1624] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [547] ms
    Loading [SessionManager]... [515] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 94 ms.
    Resolve components for : 31 ms.
    Load components for 969 ms.
    Loading services.
    Calculate startup service set for 266 ms.
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [62] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [62] ms / [0] CPU ms
      Service [webservices] started. [62] ms / [0] CPU ms
      Service [tc~je~security~api] started. [62] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [62] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [62] ms / [0] CPU ms
      Service [r3startup] started. [62] ms / [0] CPU ms
      Service [security.destination.facade] started. [62] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [62] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [110] ms / [0] CPU ms
      Service [jmx_notification] started. [140] ms / [15] CPU ms
      Service [cluster] started. [125] ms / [0] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [memory] started. [297] ms / [31] CPU ms
      Service [timeout] started. [297] ms / [15] CPU ms
      Service [userstore] started. [297] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [344] ms / [171] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298078K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001518d3970, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be4038, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31907K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:46 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [188] ms
       Substituted the values for [78] ms
    Finished reading kernel objects for [266] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.406: [GC2.406: [ParNew: 343552K->8913K(381696K), 0.0187920 secs] 343557K->8919K(2059008K), 0.0190498 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [141] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [94] ms
    Loading [ClusterManager]... [454] ms
    Loading [LockingManager]... [47] ms
    Loading [ConfigurationManager]... [1578] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [344] ms
    Loading [SessionManager]... [296] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 78 ms.
    Resolve components for : 16 ms.
    Load components for 703 ms.
    Loading services.
    Calculate startup service set for 172 ms.
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [31] ms / [0] CPU ms
      Service [tc~je~security~api] started. [47] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [47] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [47] ms / [0] CPU ms
      Service [security.destination.facade] started. [47] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [47] ms / [0] CPU ms
      Service [cluster] started. [62] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [62] ms / [0] CPU ms
      Service [jmx_notification] started. [46] ms / [0] CPU ms
      Service [runtimeinfo] started. [62] ms / [0] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [234] ms / [109] CPU ms
      Service [timeout] started. [266] ms / [31] CPU ms
      Service [log_configurator] started. [312] ms / [46] CPU ms
      Service [userstore] started. [312] ms / [31] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298923K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001519a6a18, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be45b8, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31359K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [locking] started. [47] ms / [0] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:02 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [110] ms
       Substituted the values for [93] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.297: [GC2.297: [ParNew: 343552K->9136K(381696K), 0.0230809 secs] 343557K->9142K(2059008K), 0.0233963 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [501] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1500] ms
    Loading [CacheManager]... [125] ms
    Loading [DatabaseManager]... [453] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 32 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [tc~je~security~api] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [15] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [32] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [15] CPU ms
      Service [jmx_notification] started. [125] ms / [31] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [cluster] started. [109] ms / [0] CPU ms
      Service [userstore] started. [156] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
      Service [timeout] started. [235] ms / [31] CPU ms
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 275035K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  77% used [0x000000013fe70000, 0x000000015021acd0, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c1c238, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 29998K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [memory] started. [312] ms / [46] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:18 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [15] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [94] ms
    Loading [PoolManager]... [16] ms
    Loading [ApplicationThreadManager]... 2.267: [GC2.268: [ParNew: 343552K->9051K(381696K), 0.0218818 secs] 343557K->9057K(2059008K), 0.0221899 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [156] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1297] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [437] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 31 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [engine.lm.log.facade] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [32] ms / [0] CPU ms
      Service [tc~je~security~api] started. [32] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [47] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [0] CPU ms
      Service [jmx_notification] started. [63] ms / [0] CPU ms
      Service [cluster] started. [47] ms / [15] CPU ms
      Service [timeout] started. [172] ms / [93] CPU ms
      Service [userstore] started. [140] ms / [31] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 277992K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  78% used [0x000000013fe70000, 0x0000000150513298, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c06fd0, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 30982K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    Thanks and Regards,
    Muddassar Khan

    Hi Muddassar,
    Hope you are doing good.
    A new note has been released exclusively for this issue. Please see:
    note 1937296 - SUM fails at start-shadow-instance-dm step. This is not
    an issue with the SCAs and more with the kernel employed.
    You will need to make sure that you are on the latest kernel so that
    this can be resolved.
    The below links will help you if there are any queries with the
    kernel update procedure
    SAP Note No. 1636252 - Installing a 7.20 kernel in SAP Web AS
                           7.00/7.01/7.10/7.11
    SAP Note No. 1629598 - SAP Kernel 720 will replace older
                           kernel versions
    SAP Note No. 19466   - Downloading SAP kernel patches
    Also check:
    <http://scn.sap.com/docs/DOC-1206>
    (for Manual Kernel Upgrade)
    and
    <http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219>
    (for kernel upgrade using JSPM)
    Thank you and have a nice day!
    Kind Regards,
    Hemanth

  • Installing SQL Server 2008 R2 via command line - setup100.exe returned exit code 0x84BC06B2

    I am receiving an exit code 0x84BC06B2 when installing SQLExpress via the command line on a PC that also has SQL Server 2012 installed.  Below is the log file generated:
    11/18/2014 01:02:41.631 Help display: false
    11/18/2014 01:02:41.642 Checking to see if we need to install .Net version 2.0
    11/18/2014 01:02:41.653 Determining the cluster status of the local machine.
    11/18/2014 01:02:41.665 The local machine is not configured as a cluster node.
    11/18/2014 01:02:41.675 Attempting to find media for .Net version 2.0
    11/18/2014 01:02:41.686 .Net version 2.0 is installed
    11/18/2014 01:02:41.697 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    11/18/2014 01:02:41.709 Attempting to get Windows Installer version
    11/18/2014 01:02:41.721 Windows Installer version detected: 5.0.7601.18493
    11/18/2014 01:02:41.733 RedistMSI::IsVistaRTM - Not Vista RTM build
    11/18/2014 01:02:41.745 Required version of Windows Installer is already installed
    11/18/2014 01:02:41.772 Strong name verification disabling is not required
    11/18/2014 01:02:41.781 /? or /HELP or /ACTION=HELP specified: false
    11/18/2014 01:02:41.793 Help display: false
    11/18/2014 01:02:41.805 Attempting to launch landing page workflow
    11/18/2014 01:02:41.816 Attempting to set setup mutex
    11/18/2014 01:02:41.827 Setup mutex has been set
    11/18/2014 01:02:41.838 Attempting to launch global rules workflow
    11/18/2014 01:02:41.849 Media source: c:\sqlexpress\
    11/18/2014 01:02:41.860 Install media path: c:\sqlexpress\x86\setup\
    11/18/2014 01:02:41.870 Media layout: Core
    11/18/2014 01:02:41.881 Attempting to get execution timestamp
    11/18/2014 01:02:41.892 Timestamp: 20141118_010240
    11/18/2014 01:02:41.903 Attempting to run workflow RUNRULES /RULES=GlobalRules
    11/18/2014 01:02:41.915 Attempting to launch process c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe
    11/18/2014 01:02:50.467 Process returned exit code: 0x00000000
    11/18/2014 01:02:50.484 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    11/18/2014 01:02:50.496 Attempting to launch component update workflow
    11/18/2014 01:02:50.509 Media source: c:\sqlexpress\
    11/18/2014 01:02:50.522 Install media path: c:\sqlexpress\x86\setup\
    11/18/2014 01:02:50.534 Media layout: Core
    11/18/2014 01:02:50.546 Attempting to get execution timestamp
    11/18/2014 01:02:50.558 Timestamp: 20141118_010240
    11/18/2014 01:02:50.570 Attempting to run workflow COMPONENTUPDATE
    11/18/2014 01:02:50.581 Attempting to launch process c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe
    11/18/2014 01:03:02.572 Process returned exit code: 0x00000000
    11/18/2014 01:03:02.590 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    11/18/2014 01:03:02.602 Attempting to launch user requested workflow locally
    11/18/2014 01:03:02.614 Attempting to find local setup.exe
    11/18/2014 01:03:02.626 Local bootstrap folder path: c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\
    11/18/2014 01:03:02.639 Local setup100.exe full path: c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe
    11/18/2014 01:03:02.650 Media source: c:\sqlexpress\
    11/18/2014 01:03:02.661 Install media path: c:\sqlexpress\x86\setup\
    11/18/2014 01:03:02.672 Media layout: Core
    11/18/2014 01:03:02.684 Attempting to get execution timestamp
    11/18/2014 01:03:02.695 Timestamp: 20141118_010240
    11/18/2014 01:03:02.706 Attempting to run user requested action from local setup100.exe
    11/18/2014 01:03:02.717 Attempting to launch process c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe
    11/18/2014 01:07:28.302 Process returned exit code: 0x84BC06B2
    11/18/2014 01:07:28.314 Local setup100.exe returned exit code: 0x84BC06B2
    11/18/2014 01:07:28.326 Attempting to release setup mutex
    11/18/2014 01:07:28.338 Setup mutex has been released
    11/18/2014 01:07:28.351 Setup closed with exit code: 0x84C40013
    11/18/2014 01:07:28.362 ======================================================================
    Does anyone have any ideas of why this is failing?

    Here is the summary.txt:
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068052302
      Exit facility code:            1212
      Exit error code:               1714
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2014-11-18 01:03:03
      End time:                      2014-11-18 01:07:23
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.1600.1%26EvtType%3d0xE53883A0%400xBE03358B%401306%4023
    Machine Properties:
      Machine name:                  PC81372
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             Database Engine Services                 1033      
              Express Edition      10.2.4000.0     No        
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             SQL Server Replication                   1033      
              Express Edition      10.2.4000.0     No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         c:\sqlexpress\x86\setup\
      Installation edition:          EXPRESS
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    True
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,REPLICATION
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  True
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    WORKSTUDIO
      INSTANCENAME:                  WORKSTUDIO
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         True
      QUIETSIMPLE:                   False
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           BUILTIN\USERS
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      UIMODE:                        AutoAdvance
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                1714
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\sql_engine_core_shared_loc_Cpu32_1033_1.log
      MSI error description:         The older version of SQL Server 2008 R2 Database Engine Shared cannot be removed.  Contact your technical support group.  
      Configuration status:          Failed: see details below
      Configuration error code:      0xBE03358B@1306@23
      Configuration error description: Could not find the Database Engine startup handle.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\Detail.txt
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xBE03358B@1306@23
      Configuration error description: Could not find the Database Engine startup handle.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\Detail.txt
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141118_010240\SystemConfigurationCheck_Report.htm

  • Loadjava returns exit code of 11. Undocumented?

    When I do "make all" on the demo/examples/jsp/helloworld example the
    compiler runs fine but I get the following
    error from the loadjava script.
    javac -classpath .:/usr/jdk_base/lib/classes.zip Hello.java
    loadjava -thin -oci8 -resolve -verbose -user scott/tiger Hello.class
    make: 1254-059 The signal code from the last command is 11.
    Does anyone know what this error code means,
    or where I can look it up for myself?
    -- Alan Canon <[email protected]>

    Hi Moiz R 
    The meaning of the -337 exit code is:
    -337 - exiting listener loop - restart the node (MSLib)
    This concerns message server reconnection and could be caused by several
    reasons. We need log files to decide what configuration change should be
    made.
    It could be or could be not related to the value of the property
    ms.notification.timeout, it could be solved by increasing this value.
    Can you please review the following log files. For additional information;
    dev_disp.log
    dev_ms.log
    dev_rd.log
    dev_w0.log
    dev_w1.log
    thanks
    Kenny

  • I need to sign a java webstart application but Im no coder

    Hi
    I have a java webstart application that was writen for me by a coder that I can no longer contact. I was given all the souce code for the application including an unsigned jar file. What I would like to know is how do I go about getting the application signed by a trusted authority so that the people who use the app for the first time dont get the big ugly warnings. I have no java programing experience at all so any help will be greatly appreciated.
    Regards
    Dean

    Please note that users will still get a message, because signing does not infer trust, it only establishes identity.

  • Windows wil not load..it goes to the restart screen for safe/normal mode/tries to start but returns to the same screen for safe /normal mode...Help

    What has happened...when starting in bootcamp, windows does not load. It goes to the restart in safe/safe with networking/normal mode.  When I choose any of these windows screen comes up and the lttle blue balls start to roll.  then screen goes blank as if windows is to start but goes back to the resrat in safe/etcmode.  Help...

    Did you burn the DVD from ISO?
    Did Windows get fully installed & updated? added Apple Boot Camp after?
    If you still don't have 10.6, you won't have Boot Camp 3.x drivers (and later) for Windows 7.
    How large a partition did you create?
    How long if at all was it working normally?
    The last update, install or change made was.....?

  • Reg:Server0 start up issue,exit code = -2

    Hi Experts,
    We have a dual stack system runnig on windows server, 2003
    We are facing an issue while starting the Java instance...SDM, Dispatcher are up and running, but the Server0 start up failed with exit -2
    Please, help me resolve the issue
    Thanks in advance
    regards
    Venu

    You need to check the logfiles
    dev_bootstrap
    dev_server0
    std_server0.out
    Markus

  • Exit codes for shp2sdo

    Hello,
    does anybody know where I could get a list of the possible error codes for shp2sdo ?
    I'm running shp2sdo from a Java application I've written.
    I was trying to use exit codes generated from the shp2sdo converter, to tell if the application had worked correctly.
    Sometimes shp2sdo generates an exit code of 31, or when using other shapefiles, an exit code of 28.
    Thanks in advance,
    Trish.

    Hello,
    thank you for replying. I am actually using the shp2sdo executable which is downloadable from the Oracle website.
    I am attempting to run the executable using the Java Runtime class. This works successfully for the most part.
    The Java Runtime class returns an exit code. This exit code can then be used to determine if the Runtime class successfully used the shp2sdo executable.
    Here is a sample of my code:
    public boolean runSHPConverter(String rootFilename) {
    /* the format of shp2sdo.exe is:
    C:\\shp2sdo.exe C:\\uploads\\root_filename C:\\root_filename
    boolean shp2doResult = false;
    int result = runSystemCommand("cmd /C C:\\shp2sdo.exe C:\\upload\\" + rootFilename + " C:\\" + rootFilename + " \n");
    if (result == 31) {
    shp2doResult = true;
    return shp2doResult;
    private int runSystemCommand(String command) {
    int returnValue = -1;
    System.out.println(command);
    try {
    FileOutputStream fos = new FileOutputStream("c:\\error_log.txt");
    Runtime rtLoad = Runtime.getRuntime();
    Process procInsert = rtLoad.exec(command, null, new File("c:\\"));
    StreamGobbler errorGobbler = new
    StreamGobbler(procInsert.getErrorStream(), "ERROR");
    // any output?
    StreamGobbler outputGobbler = new
    StreamGobbler(procInsert.getInputStream(), "OUTPUT", fos);
    // kick them off
    errorGobbler.start();
    outputGobbler.start();
    procInsert.waitFor();
    System.out.println("Process exit code is: " + procInsert.exitValue());
    fos.flush();
    fos.close();
    returnValue = procInsert.exitValue();
    } catch (IOException e) {
    e.printStackTrace(); //To change body of catch statement use Options | File Templates.
    } catch (InterruptedException e) {
    e.printStackTrace(); //To change body of catch statement use Options | File Templates.
    return returnValue;
    Returning a non zero exit value would usually indicate that an error had occurred. But I have noticed that with the majority of shapefiles I have tried so far, shp2sdo.exe returns an exit code of 31 even though it successfully produces the .sql, .ctl, and .dat files .
    Any advice on this matter would be greatly appreciated.
    Best Regards,
    Trish.

  • Software Distribution results in "The exit code is 1, the execution status is FailureNonRetry"

    I am using sccm 2007 to deploy Symantec Edntpoint Protection. The software is installed OK but the execmgr.log shows "The exit code is 1, the execution status is FailureNonRetry" and registry entry for the package shows failure code 1 and status as failure. However, the application runs properly without any problem.
    I recall that someone posted that if you let the system to reboot after installation, the installation would be logged as successful. However, I tried both "Software restarts computer" and "ConfigMgr restarts computer", but both configuration settings did not re-start the computer and I still get exit code 1.
    Any suggestions?
    I am also wondering if there is anyway to prompt the user for a manual reboot of the system after the installation.
    Thanks.
    Stephen

      Hi Stephen,
    the configmgr client reports the exit code which was returned by your package installation. For example if an install package returns an exit code 1, it will be reported as error, if it returns exit code 0, it will be reported as success - whether or not the package "really" installed successful or failed.
    The setting "Program restarts computer" will not reboot your client but assumes that the package you created automatically reboots the client after installation.
    My suggestion is to verify/modify that your software package returns exit code 0.
    This post may help you as it details how to deploy Symantec Endpoint Protection as an msi (not setup.exe) to also prevent the exit code 1 http://myitforum.com/cs2/blogs/smslist/archive/2009/01/05/mssms-symantec-endpoint-protection-deployment-77s677.aspx

  • SQL Server Express 2008 Setup Error : Exit code -2147467259.

    Hello.
     I have been trying to install SQL Express 2008, 3 different editions on a Windows 2008 Standard Server.  All of the installers failed just after the install file had finished unpacking itself in a temp folder. No errors or logs were found.
    .Net3.5sp1, Windows Installer 4.5 and PowerShell 1.0 were all installed.
    I was only able to find a log file when I used the SqlExpressWrapper.exe to drive the installation.
    The error displayed from the wapper is : An error occurred during installation of SQL Server 2008 Express. Installation failed with exit code -2147467259
    thank you for your help.
    Naim
    Here is the complete log.
    C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_14-27-41-519\Logs\Install Wrapper\log.txt
    Info: [T1][14:27:41.519] Program.Main                            Install Wrapper started, log initialized.
    Verbose: [T1][14:27:41.550] Program.Main                            Executable path: C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_13-56-59-277\SqlExpressWrapper.exe
    Verbose: [T1][14:27:41.550] Program.Main                            Command line arguments: (none)
    Verbose: [T1][14:27:41.550] Program.Main                            Environment:
        Current UI culture: en-US
        Installed culture: en-US
        OS: Windows Server 2008 Service Pack 1 (Microsoft Windows NT 6.0.6001 Service Pack 1), product type: 3
        Architecture: x86
    Verbose: [T1][14:27:41.550] Program.Main                            Running UI.
    Verbose: [T1][14:27:41.550] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
    Verbose: [T1][14:27:41.550] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
    Verbose: [T1][14:27:42.924] Wizard.Window_Loaded                    Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.Wizard; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:42.924] Wizard.Window_Loaded                    End
    Info: [T1][14:27:43.845] InstallState.get_ComponentsToInstall    Determining components to install.
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Start
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking whether Windows Installer 4.5 is installed.
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking version of file C:\Windows\system32\msi.dll; minimum version is 4.5
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Detected version 4.5.6001.22162
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           File version check PASSED.
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Windows Installer 4.5 is installed.
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           End - returned True
    Verbose: [T1][14:27:43.845] InstallState.get_ComponentsToInstall    Windows Installer 4.5 - No (already installed)
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Start
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking whether Windows Powershell 1.0 is installed.
        Verbose: [T1][14:27:43.845] ComponentInfo.CheckRegistryValues       Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; data=1
            Verbose: [T1][14:27:43.845] ComponentInfo.CheckRegistryValue        Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; data=1
                Verbose: [T1][14:27:43.861] ComponentInfo.ParseRegKeyPath           Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; keyName=NULL; valueName=NULL
                Verbose: [T1][14:27:43.861] ComponentInfo.ParseRegKeyPath           End
                Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValue        Checking registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install for 1
            Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValue        End - returned True
        Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValues       End - returned True
        Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Registry check PASSED.
        Info: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Windows Powershell 1.0 is installed.
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           End - returned True
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    Windows Powershell 1.0 - No (already installed)
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Start
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           End - returned False
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express with Tools - Yes
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express with Advanced Services - No (not selected or required)
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express - No (not selected or required)
    Verbose: [T1][14:27:43.908] StartPage.Page_Loaded                   Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.StartPage; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:43.908] StartPage.Page_Loaded                   End
    Verbose: [T1][14:27:46.546] StartPage.ButtonInstall_Click           Start - sender=System.Windows.Controls.Button: Install; e=System.Windows.RoutedEventArgs
        Verbose: [T1][14:27:46.546] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
        Verbose: [T1][14:27:46.546] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
        Verbose: [T1][14:27:46.562] InstallController.InstallCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.StartPage; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:27:46.562] InstallController.InstallCommand_ExecutedEnd
    Verbose: [T1][14:27:46.562] StartPage.ButtonInstall_Click           End
    Verbose: [T3][14:27:46.562] InstallController.InstallWorker         Start
        Verbose: [T3][14:27:46.562] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
        Verbose: [T3][14:27:46.562] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
        Info: [T3][14:27:46.562] InstallController.InstallWorker         Starting install session.
        Verbose: [T3][14:27:46.562] InstallState.GetIncompatibleComponents  Start
            Info: [T3][14:27:46.562] InstallState.GetIncompatibleComponents  Checking components for system compatibility.
            Info: [T3][14:27:46.562] ComponentInfo.get_TargetDeployment      Determining best deployment of SQL Server 2008 Express with Tools for this system.
            Verbose: [T3][14:27:46.562] ComponentInfo.get_TargetDeployment      Target locale: en
            Info: [T3][14:27:46.577] ComponentInfo.get_TargetDeployment      Best deployment: [LocaleId=en, OS=5.1.2600-5.1.9999.9999,5.2.3790.3959-, Architecture=x86, DownloadUrl=http://go.microsoft.com/fwlink/?LinkID=119768&clcid=0x409]
            Info: [T3][14:27:46.577] InstallState.GetIncompatibleComponents  Found 0 incompatible component(s).
        Verbose: [T3][14:27:46.577] InstallState.GetIncompatibleComponents  End - returned System.Collections.ObjectModel.Collection`1[Microsoft.SqlServer.SqlExpressWrapper.Configuration.ComponentInfo]
        Verbose: [T3][14:27:46.577] InstallController.DownloadComponents    Start
            Info: [T3][14:27:46.577] InstallController.DownloadComponents    Download phase started.
            Info: [T3][14:27:46.577] InstallState.get_ComponentsToDownload   Determining components to download.
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           End - returned True
            Verbose: [T3][14:27:46.577] InstallState.get_ComponentsToDownload   Windows Installer 4.5 - No (already installed)
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           End - returned True
            Verbose: [T3][14:27:46.593] InstallState.get_ComponentsToDownload   Windows Powershell 1.0 - No (already installed)
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsInstalled           End - returned False
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsDownloaded          Start
                Verbose: [T1][14:27:47.608] ProgressPage.Page_Loaded                Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ProgressPage; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:47.608] ProgressPage.Page_Loaded                End
    Verbose: [T3][14:27:47.639] ComponentInfo.get_IsDownloaded          File C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe is already downloaded.
            Verbose: [T3][14:27:47.639] ComponentInfo.get_IsDownloaded          End - returned True
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express with Tools - No (already downloaded)
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express with Advanced Services - No (not selected or required)
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express - No (not selected or required)
            Info: [T3][14:27:47.639] InstallController.DownloadComponents    Download phase ended.
        Verbose: [T3][14:27:47.639] InstallController.DownloadComponents    End
        Verbose: [T3][14:27:47.639] InstallController.InstallComponents     Start
            Info: [T3][14:27:47.639] InstallController.InstallComponents     Install phase started.
            Verbose: [T3][14:27:47.639] InstallController.SetForRestart         Start - restart=True
                Verbose: [T3][14:27:47.654] InstallController.CopyProgramFiles      Start
                    Verbose: [T3][14:27:47.654] InstallController.CopyProgramFiles      Copying wrapper files from C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_13-56-59-277 to C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_14-27-41-519
                Verbose: [T3][14:27:47.701] InstallController.CopyProgramFiles      End
                Verbose: [T3][14:27:47.701] InstallController.SetForRestart         Setting registry key for restart.
            Verbose: [T3][14:27:47.701] InstallController.SetForRestart         End
            Verbose: [T3][14:27:47.717] ComponentInstaller.Install              Start
                Info: [T3][14:27:47.717] ComponentInstaller.Install              Preparing to install SQL Server 2008 Express with Tools.
                Verbose: [T3][14:27:47.717] ComponentInstaller.ValidateFile         Start
                    Info: [T3][14:27:47.717] ComponentInstaller.ValidateFile         Validating SQLEXPRWT_x86_ENU.exe.
                    Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   Start - file=C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe
                        Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   Retrieved certificate: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
                    Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   End - returned [Subject]
      CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Issuer]
      CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Serial Number]
      610F784D000000000003
    [Not Before]
      2007-08-22 20:23:13
    [Not After]
      2009-02-22 19:33:13
    [Thumbprint]
      D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                    Verbose: [T3][14:27:47.717] ComponentInstaller.IsValidCertificate   Start - cert=[Subject]
      CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Issuer]
      CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Serial Number]
      610F784D000000000003
    [Not Before]
      2007-08-22 20:23:13
    [Not After]
      2009-02-22 19:33:13
    [Thumbprint]
      D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                        Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   Looking in certificate chain for public key 3082010A0282010100A2DB0A8DCFC2C1499BCDAA3A34AD23596BDB6CBE2122B794C8EAAEBFC6D526C232118BBCDA5D2CFB36561E152BAE8F0DDD14A36E284C7F163F41AC8D40B146880DD98194AD9706D05744765CEAF1FC0EE27F74A333CB74E5EFE361A17E03B745FFD53E12D5B0CA5E0DD07BF2B7130DFC606A2885758CB7ADBC85E817B490BEF516B6625DED11DF3AEE215B8BAF8073C345E3958977609BE7AD77C1378D33142F13DB62C9AE1AA94F9867ADD420393071E08D6746E2C61CF40D5074412FE805246A216B49B092C4B239C742A56D5C184AAB8FD78E833E780A47D8A4B28423C3E2F27B66B14A74BD26414B9C6114604E30C882F3D00B707CEE554D77D2085576810203010001
                        Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   Checking certificate: [Subject] CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US  [Issuer] CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US  [Serial Number] 610F784D000000000003  [Not Before] 2007-08-22 20:23:13  [Not After] 2009-02-22 19:33:13  [Thumbprint] D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                    Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   End - returned True
                    Info: [T3][14:27:47.779] ComponentInstaller.ValidateFile         File validation PASSED.
                Verbose: [T3][14:27:47.779] ComponentInstaller.ValidateFile         End - returned True
                Info: [T3][14:27:47.779] ComponentInstaller.Install              Installing SQL Server 2008 Express with Tools.
                Verbose: [T3][14:27:47.795] ComponentInstaller.Install              Executing command line "C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe" /ACTION=Install
                Verbose: [T3][14:27:47.795] ComponentInstaller.ParseCommandLine     Start
                Verbose: [T3][14:27:47.795] ComponentInstaller.ParseCommandLine     End - returned System.Diagnostics.ProcessStartInfo
                Verbose: [T3][14:27:48.903] ComponentInstaller.Install              Waiting for process to exit.
                Verbose: [T3][14:28: 0. 97] ComponentInstaller.Install              Process returned exit code -2147467259.
                Error: [T3][14:28: 0. 97] ComponentInstaller.Install              Command line '"C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe" /ACTION=Install ' returned unexpected error code -2147467259.
            Verbose: [T3][14:28: 0. 97] ComponentInstaller.Install              End - returned NULL
            Error: [T3][14:28: 1.159] InstallController.InstallComponents     Error: Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallException was thrown: Installation failed with exit code -2147467259.
    Source: SqlExpressWrapper
     Stack:   at Microsoft.SqlServer.SqlExpressWrapper.Controller.ComponentInstaller.Install()
       at Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController.InstallComponents()
    INNER EXCEPTION:
    <NONE>
            Verbose: [T3][14:28: 1.159] Wizard.controller_Error                 Start - sender=Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController; e=Microsoft.SqlServer.SqlExpressWrapper.Controller.ErrorEventArgs
                Verbose: [T1][14:28: 1.159] Wizard.controller_Error                 Start - sender=Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController; e=Microsoft.SqlServer.SqlExpressWrapper.Controller.ErrorEventArgs
        Verbose: [T1][14:28: 1.190] ErrorDialog.Window_Loaded               Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.RoutedEventArgs
        Verbose: [T1][14:28: 1.190] ErrorDialog.Window_Loaded               End
        Verbose: [T1][14:28: 3.688] InstallController.ViewLogCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:28: 3.688] InstallController.ViewLogCommand_ExecutedEnd
        Verbose: [T1][14:30:18.832] InstallController.ViewLogCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:30:18.847] InstallController.ViewLogCommand_ExecutedEnd

    Ok I found the log file. I used Process Monitor to trace setup.exe and it created SQLSetup.log in %userprofile%\appdata\local\temp\SqlSetup.log.
    these are the lines which seem to be causing the error. Any idea of how I fix this ?
    11/13/2008 09:40:44.273 Checking to see if policy file exists
    11/13/2008 09:40:44.286 .Net security policy file does exist
    11/13/2008 09:40:44.304 Attempting to load .Net security policy file
    11/13/2008 09:40:44.318 Error: Cannot load .Net security policy file
    Naim
    here is the full log file:
    11/13/2008 09:40:43.853 ======================================================================
    11/13/2008 09:40:43.872 Setup launched
    11/13/2008 09:40:43.884 Attempting to determine media source
    11/13/2008 09:40:43.895 Media source value not specified on command line argument.
    11/13/2008 09:40:43.914 Setup is launched from media directly so default the value to the current folder.
    11/13/2008 09:40:43.973 Media source: C:\temp\SqlExpress\
    11/13/2008 09:40:43.985 Attempt to determine media layout based on file 'C:\temp\SqlExpress\mediainfo.xml'.
    11/13/2008 09:40:44.020 Media layout is detected as: Core
    11/13/2008 09:40:44.033 Media LCID is detected as: 1033
    11/13/2008 09:40:44.052 Local setup.exe not found, so continuing to run setup.exe from media.
    11/13/2008 09:40:44.063 /? or /HELP or /ACTION=HELP specified: false
    11/13/2008 09:40:44.075 Help display: false
    11/13/2008 09:40:44.088 Checking to see if we need to install .Net version 2.0
    11/13/2008 09:40:44.099 Determining the cluster status of the local machine.
    11/13/2008 09:40:44.132 The local machine is not configured as a cluster node.
    11/13/2008 09:40:44.154 Attempting to find media for .Net version 2.0
    11/13/2008 09:40:44.166 .Net version 2.0 is installed
    11/13/2008 09:40:44.178 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    11/13/2008 09:40:44.189 Attempting to get Windows Installer version
    11/13/2008 09:40:44.206 Windows Installer version detected: 4.5.6001.22162
    11/13/2008 09:40:44.225 RedistMSI::IsVistaRTM - Not Vista RTM build
    11/13/2008 09:40:44.237 Required version of Windows Installer is already installed
    11/13/2008 09:40:44.249 Attempt to initialize SQL setup code group
    11/13/2008 09:40:44.262 Attempting to determine security.config file path
    11/13/2008 09:40:44.273 Checking to see if policy file exists
    11/13/2008 09:40:44.286 .Net security policy file does exist
    11/13/2008 09:40:44.304 Attempting to load .Net security policy file
    11/13/2008 09:40:44.318 Error: Cannot load .Net security policy file
    11/13/2008 09:40:44.341 Error: InitializeSqlSetupCodeGroupCore(32bit) failed
    11/13/2008 09:40:44.357 Error: InitializeSqlSetupCodeGroup failed: 0x80004005
    11/13/2008 09:40:44.375 Setup closed with exit code: 0x80004005
    11/13/2008 09:40:44.399 ======================================================================

  • SQL Server 2008 R2 install fails on Server 2008 R2 at installation of setup files with Exit code: 0x84C40013

    Hello,
    I am trying to install the SQL Server 2008 R2 Client and managment tools on a Server 2008 R2 box, but the install is failing when trying to install the setup files with no error. I looked at the SQLSetup_1 log file and this is what I found:
    08/13/2014 20:26:10.743 ======================================================================
    08/13/2014 20:26:10.743 Setup launched
    08/13/2014 20:26:10.743 Attempting to determine media source
    08/13/2014 20:26:10.743 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:10.743 Attempt to determine media layout based on file 'C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\mediainfo.xml'.
    08/13/2014 20:26:10.775 Media layout is detected as: Full
    08/13/2014 20:26:10.775 Not a slip stream media, so continuing to run setup.exe from media.
    08/13/2014 20:26:10.775 /? or /HELP or /ACTION=HELP specified: false
    08/13/2014 20:26:10.775 Help display: false
    08/13/2014 20:26:10.775 Checking to see if we need to install .Net version 3.5
    08/13/2014 20:26:10.775 Determining the cluster status of the local machine.
    08/13/2014 20:26:10.775 The local machine is not configured as a cluster node.
    08/13/2014 20:26:10.775 Attempting to find media for .Net version 3.5
    08/13/2014 20:26:10.775 .Net version 3.5 is installed
    08/13/2014 20:26:10.775 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    08/13/2014 20:26:10.775 Attempting to get Windows Installer version
    08/13/2014 20:26:10.790 Windows Installer version detected: 5.0.7601.17514
    08/13/2014 20:26:10.790 RedistMSI::IsVistaRTM - Not Vista RTM build
    08/13/2014 20:26:10.790 Required version of Windows Installer is already installed
    08/13/2014 20:26:10.790 Attempting to get Windows Installer version
    08/13/2014 20:26:10.790 Windows Installer version detected: 5.0.7601.17514
    08/13/2014 20:26:10.790 RedistMSI::IsVistaRTM - Not Vista RTM build
    08/13/2014 20:26:10.790 Required version of Windows Installer is already installed
    08/13/2014 20:26:10.790 Local setup.exe not found, so continuing to run setup.exe from media.
    08/13/2014 20:26:10.790 Attempt to initialize SQL setup code group
    08/13/2014 20:26:10.790 Attempting to determine security.config file path
    08/13/2014 20:26:10.790 Checking to see if policy file exists
    08/13/2014 20:26:10.790 .Net security policy file does exist
    08/13/2014 20:26:10.790 Attempting to load .Net security policy file
    08/13/2014 20:26:10.806 Processing entry ("MSVCM80", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.947 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.947 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.962 Saved .Net security policy file
    08/13/2014 20:26:10.962 Attempting to determine security.config file path
    08/13/2014 20:26:10.962 Checking to see if policy file exists
    08/13/2014 20:26:10.962 .Net security policy file does exist
    08/13/2014 20:26:10.962 Attempting to load .Net security policy file
    08/13/2014 20:26:10.962 Processing entry ("MSVCM80", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:26:10.993 Processing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:26:11.009 Processing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:26:11.009 Required security code group nodes exist, contine.
    08/13/2014 20:26:11.009 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:26:11.009 Required security code group nodes exist, contine.
    08/13/2014 20:26:11.009 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:26:11.025 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:26:11.056 Saved .Net security policy file
    08/13/2014 20:26:11.072 Strong name verification disabling is not required
    08/13/2014 20:26:11.072 /? or /HELP or /ACTION=HELP specified: false
    08/13/2014 20:26:11.072 Help display: false
    08/13/2014 20:26:11.072 Attempting to launch landing page workflow
    08/13/2014 20:26:11.072 Attempting to set setup mutex
    08/13/2014 20:26:11.072 Setup mutex has been set
    08/13/2014 20:26:11.072 Attempting to launch global rules workflow
    08/13/2014 20:26:11.072 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:11.072 Install media path: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup\
    08/13/2014 20:26:11.072 Media layout: Full
    08/13/2014 20:26:11.072 Attempting to get execution timestamp
    08/13/2014 20:26:11.087 Timestamp: 20140813_202610
    08/13/2014 20:26:11.087 Attempting to run workflow RUNRULES /RULES=GlobalRules
    08/13/2014 20:26:11.087 Attempting to launch process C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup100.exe
    08/13/2014 20:26:29.898 Process returned exit code: 0x00000000
    08/13/2014 20:26:29.898 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    08/13/2014 20:26:29.898 Attempting to launch component update workflow
    08/13/2014 20:26:29.914 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:29.914 Install media path: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup\
    08/13/2014 20:26:29.914 Media layout: Full
    08/13/2014 20:26:29.914 Attempting to get execution timestamp
    08/13/2014 20:26:29.914 Timestamp: 20140813_202610
    08/13/2014 20:26:29.914 Attempting to run workflow COMPONENTUPDATE
    08/13/2014 20:26:29.914 Attempting to launch process C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup100.exe
    08/13/2014 20:27:16.396 Process returned exit code: 0x84BC0057
    08/13/2014 20:27:16.396 Workflow COMPONENTUPDATE returned exit code: 0x84BC0057
    08/13/2014 20:27:16.396 Attempting to determine security.config file path
    08/13/2014 20:27:16.396 Attempting to load .Net security policy file
    08/13/2014 20:27:16.396 Attempting to remove .Net security code group node
    08/13/2014 20:27:16.411 Removing entry ("MSVCM80", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:27:16.442 Removing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:27:16.458 Removing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:27:16.521 Saved .Net security policy file
    08/13/2014 20:27:16.521 Attempting to determine security.config file path
    08/13/2014 20:27:16.521 Attempting to load .Net security policy file
    08/13/2014 20:27:16.521 Attempting to remove .Net security code group node
    08/13/2014 20:27:16.521 Removing entry ("MSVCM80", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:27:16.552 Removing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:27:16.583 Removing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.614 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:27:16.614 Saved .Net security policy file
    08/13/2014 20:27:16.614 Attempting to release setup mutex
    08/13/2014 20:27:16.614 Setup mutex has been released
    08/13/2014 20:27:16.614 Setup closed with exit code: 0x84C40013
    08/13/2014 20:27:16.614 ======================================================================
    Any help troubleshotting this installation would be appreciated. I did try runnnig Setup as administrator and tried copying the install files to the root directory.
    Thanks a lot,
    Nick

    This  error code "0x84C40013" may be caused by permission issue when you perform an unattended install. Did you run the setup.exe with "Run As a Administrator" ?
    Check this below link and try if this works... http://basitaalishan.com/2012/08/02/unattended-sql-server-2012-installs/
    Raju Rasagounder Sr MSSQL DBA

  • Java Web Start didn't install with j2sdk-1_4_2_04-windows-i586-p.exe

    I just uninstalled all my java stuff from my XP Pro system
    then re-installed... j2sdk-1_4_2_04-windows-i586-p.exe
    With the SDK installation... j2re1.4.2_04 also installed... I think this is the Java Runtime
    But, before I had a folder for Java Web Start... not I don't...
    AND, the file... javaws-1_2-windows-i586-i.exe
    refered to on the Java Web Start Installation page isn't on my system anymore...
    (It was in an older vrsion of the Java Runtime... ( I had 2 java Runtimes at once installed, that is why I uninstalled... and even though I had Java Web Start, it wasn't working... so I deleted everything and reinstalled the j2sdk-1_2_04-windiws-i586-p.exe.)
    I would just download the java Web Start but the docs tell me it should be installed when the SDK and Runtime are installed... so I worry if I got the installation correct.
    Can anyone please advise me of how to get things working again.
    thanks for any help - Will

    I fixed this broblem just install both JDK and JRE.

  • Exit code 7 in After Effects CC installation

    Recently I have had to change my hard disk which was in the partition "L". Now, I have to reinstall After Effects CC and in spite of setting the file allocation in "C", it gives me this error. Any solution? Thanks. I have Windows

    uninstall (if anything is installed, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    if that fails, start here Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5

  • Exit code 2150 during startup

    Hi
    I just deployed spme sca files on 7.2 server. The deployment failed because server could not start. Now I could not start the server even from SAP MMC.
    Here is the log trace
    [Thr 4628] Thu Jul 08 14:11:14 2010
    F  [Thr 4628] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 4628] *** LOG    state real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628] *** LOG    total real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628]
    F  [Thr 4628] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 4628] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 4628] *** LOG    total real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628]

    J Thu Jul 08 14:11:17 2010
    J  36.904: [GC 36.905: [ParNew: 94269K->10703K(137472K), 0.0351075 secs] 94307K->10742K(203008K), 0.0352486 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]

    J Thu Jul 08 14:11:18 2010
    J  38.118: [GC 38.118: [ParNew: 102351K->27209K(137472K), 0.0575850 secs] 102391K->27249K(203008K), 0.0577076 secs] [Times: user=0.09 sys=0.00, real=0.06 secs]

    J Thu Jul 08 14:11:19 2010
    J  Heap
    J   par new generation   reserved 183296K, committed 183296K, used 60102K [0x119c0000, 0x1ccc0000, 0x1ccc0000)
    J    eden space 91648K,  35% used [0x119c0000, 0x139df4c0, 0x17340000)
    J    from space 45824K,  59% used [0x1a000000, 0x1ba924f8, 0x1ccc0000)
    J    to   space 45824K,   0% used [0x17340000, 0x17340000, 0x1a000000)
    J   concurrent mark-sweep generation reserved 734208K, committed 65536K, used 39K [0x1ccc0000, 0x20cc0000, 0x499c0000)
    J   concurrent-mark-sweep perm gen reserved 409600K, committed 131072K, used 23142K [0x499c0000, 0x519c0000, 0x629c0000)

    F [Thr 3456] Thu Jul 08 14:11:19 2010
    F  [Thr 3456] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)

    F  ********************************************************************************
    F  *** ERROR => Java node 'server0' terminated with exit code 2150.
    F  ***
    F  *** Please see section 'Java program exit codes'
    F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
    F  ********************************************************************************
    Is there anyway to start the server?
    Thanks
    Vidyadhar

    Hello Vidyadhar
    Are there any errors in std_server0.out log that can help troubleshoot the problem?
    Maybe a service not starting?
    Thanks
    Kenny

Maybe you are looking for

  • Unable to access the data and table fields from handheld

    Hi, I've created a Testing.sdf file on the local pc using SQL Server Management Studio, creating table, fields and insert some data. in local pc i can access the the data as normal. the problem is after i moved the file to handheld device i cannot ac

  • BW Upgrade - Down time - Delta queue

    Hello Experts, We are in the process of upgrading the BW system from 3.1 to BI7 but not the R3. Do we need to drain the delta queue from R3 before the upgrade or we can only go ahead about the BW Delta queue only? As per the note: 506694, its talks a

  • Invincible icon in my dock

    This morning i turn on my MacBook and realised that my icon is missing. I restarted the MacBook and and it is still missing. Then when I move the cursor I notices it is actually there except its invincible. I relaunch the dock but still not working a

  • Question about Audigy 2 ZS/Toslink Connect

    I bought one if these... http://www.buyextras.com/optotoop3mip.html so the I could use toslink with the digital out to hook up to my 5. stereo receiver. But it's not working. I was never totally sure if toslink even works with Audigy 2 because the in

  • Putting MacBooks on top of each other puts them to sleep?

    I have a few MacBooks. When putting my macbook pro on top of a old shut macbook it put my screen to sleep on the MacBook pro. I thought I had killed my laptop so I moved things around and when I started it came back to life. I moved it and it died ag