WSUS 2012 Post Installation Fails - Import Default Detectoids failed

I have installed the WSUS role on a new Windows 2012 R2 Standard server after running a recovery of SCCM from an SCCM backup. When I run post-installation tasks for WSUS, it fails. Here is the log file for the WSUS post installation task:
2014-02-07 16:43:10  Postinstall started
2014-02-07 16:43:10  Detected role services: Api, UI, WidDatabase, Services
2014-02-07 16:43:10  Start: LoadSettingsFromXml
2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2014-02-07 16:43:10  Value is true
2014-02-07 16:43:10  End: GetConfigValue
2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2014-02-07 16:43:10  Value is C:\WSUS Updates
2014-02-07 16:43:10  End: GetConfigValue
2014-02-07 16:43:10  Content directory is C:\WSUS Updates
2014-02-07 16:43:10  Database roleservice is not installed
2014-02-07 16:43:10  End: LoadSettingsFromXml
Post install is starting
2014-02-07 16:43:10  Start: Run
2014-02-07 16:43:10  Fetching WsusAdministratorsSid from registry store
2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1001
2014-02-07 16:43:10  Fetching WsusReportersSid from registry store
2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1002
2014-02-07 16:43:10  Update synchronization in progress. Cancelling...
2014-02-07 16:43:10  Configuring content directory...
2014-02-07 16:43:10  Configuring groups...
2014-02-07 16:43:10  Starting group configuration for WSUS Administrators...
2014-02-07 16:43:10  Found group in regsitry, attempting to use it...
2014-02-07 16:43:13  Writing group to registry...
2014-02-07 16:43:13  Finished group creation
2014-02-07 16:43:13  Starting group configuration for WSUS Reporters...
2014-02-07 16:43:13  Found group in regsitry, attempting to use it...
2014-02-07 16:43:13  Writing group to registry...
2014-02-07 16:43:13  Finished group creation
2014-02-07 16:43:13  Configuring permissions...
2014-02-07 16:43:13  Fetching content directory...
2014-02-07 16:43:13  Fetching ContentDir from registry store
2014-02-07 16:43:13  Value is C:\WSUS Updates
2014-02-07 16:43:13  Fetching group SIDs...
2014-02-07 16:43:13  Fetching WsusAdministratorsSid from registry store
2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1001
2014-02-07 16:43:13  Fetching WsusReportersSid from registry store
2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1002
2014-02-07 16:43:13  Creating group principals...
2014-02-07 16:43:13  Granting directory permissions...
2014-02-07 16:43:15  Granting permissions on content directory...
2014-02-07 16:43:16  Granting registry permissions...
2014-02-07 16:43:16  Granting registry permissions...
2014-02-07 16:43:16  Granting registry permissions...
2014-02-07 16:43:16  Configuring shares...
2014-02-07 16:43:17  Configuring network shares...
2014-02-07 16:43:17  Fetching content directory...
2014-02-07 16:43:17  Fetching ContentDir from registry store
2014-02-07 16:43:17  Value is C:\WSUS Updates
2014-02-07 16:43:17  Fetching WSUS admin SID...
2014-02-07 16:43:17  Fetching WsusAdministratorsSid from registry store
2014-02-07 16:43:17  Value is S-1-5-21-3025612760-274001468-3045011964-1001
2014-02-07 16:43:17  Content directory is local, creating content shares...
2014-02-07 16:43:19  Creating share "UpdateServicesPackages" with path "C:\WSUS Updates\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications)
published on this WSUS system."
2014-02-07 16:43:22  Deleting existing share...
2014-02-07 16:43:24  Creating share...
2014-02-07 16:43:24  Share successfully created
2014-02-07 16:43:24  Creating share "WsusContent" with path "C:\WSUS Updates\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2014-02-07 16:43:25  Deleting existing share...
2014-02-07 16:43:26  Creating share...
2014-02-07 16:43:26  Share successfully created
2014-02-07 16:43:26  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2014-02-07 16:43:27  Deleting existing share...
2014-02-07 16:43:27  Creating share...
2014-02-07 16:43:27  Share successfully created
2014-02-07 16:43:27  Finished creating content shares
2014-02-07 16:43:27  Stopping service WSUSService
2014-02-07 16:43:27  Stopping service W3SVC
2014-02-07 16:43:32  Configuring WID database...
2014-02-07 16:43:32  Configuring the database...
2014-02-07 16:43:33  Establishing DB connection...
2014-02-07 16:43:34  Checking to see if database exists...
2014-02-07 16:43:39  Database exists
2014-02-07 16:43:39  Switching database to single user mode...
2014-02-07 16:43:42  Loading install type query...
2014-02-07 16:43:42  DECLARE @currentDBVersion       int
DECLARE @scriptMajorVersion     int = (9600)
DECLARE @scriptMinorVersion     int = (16384)
DECLARE @databaseMajorVersion   int
DECLARE @databaseMinorVersion   int
DECLARE @databaseBuildNumber    nvarchar(10)
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
    SELECT 1
END
ELSE
BEGIN
    SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
    SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
    DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber)
    IF (@delimiterPosition = 0)
    BEGIN
        RAISERROR('Invalid schema version number', 16, 1) with nowait
        return
    END
    SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1)
    SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition))
    IF @currentDBVersion < 926
    BEGIN
        SELECT 3
    END
    ELSE
    BEGIN
        IF (@scriptMajorVersion > @databaseMajorVersion OR
           (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion))
        BEGIN
            SELECT 2
        END
        ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND
                 @scriptMinorVersion = @databaseMinorVersion)
        BEGIN
            SELECT 0
        END
        ELSE
        BEGIN
            SELECT 4
        END
    END
END
2014-02-07 16:43:42  Install type is: Reinstall
2014-02-07 16:43:42  Creating logins...
2014-02-07 16:43:42  Fetching account info for S-1-5-20
2014-02-07 16:43:42  Found principal
2014-02-07 16:43:42  Found account
2014-02-07 16:43:42  Got binary SID
2014-02-07 16:43:44  Fetching WsusAdministratorsSid from registry store
2014-02-07 16:43:44  Value is S-1-5-21-3025612760-274001468-3045011964-1001
2014-02-07 16:43:44  Fetching account info for S-1-5-21-3025612760-274001468-3045011964-1001
2014-02-07 16:43:44  Found principal
2014-02-07 16:43:44  Found account
2014-02-07 16:43:44  Got binary SID
2014-02-07 16:43:44  Setting content location...
2014-02-07 16:43:44  Fetching ContentDir from registry store
2014-02-07 16:43:44  Value is C:\WSUS Updates
2014-02-07 16:43:45  Swtching DB to multi-user mode......
2014-02-07 16:43:55  Finished setting multi-user mode
2014-02-07 16:43:55  Writing DB settings to registry...
2014-02-07 16:43:55  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2014-02-07 16:43:55  Starting service W3SVC
2014-02-07 16:43:55  Configuring IIS...
2014-02-07 16:43:55  Start: ConfigureWebsite
2014-02-07 16:44:03  Configuring website on port 8530
2014-02-07 16:47:21  2014-02-07 16:44:27  Info      IISCustomAction    Performing Setup Action, Command /Install
2014-02-07 16:47:15  Info      IISCustomAction    Command /Install Succeeded
2014-02-07 16:47:21  End: ConfigureWebsite
2014-02-07 16:47:21  Configuring performance counters...
2014-02-07 16:47:21  Configuring Stats.NET perf counter...
2014-02-07 16:47:21  Configuring reporting perf counter...
2014-02-07 16:47:21  Configuring client webservice perf counter...
2014-02-07 16:47:21  Configuring server sync webservice perf counter...
2014-02-07 16:47:21  Configuring API remoting perf counter...
2014-02-07 16:47:21  Bringing services online...
2014-02-07 16:47:21  Checking initialization status...
2014-02-07 16:48:00  Database needs initialization.
2014-02-07 16:48:00  StartServer starting...
2014-02-07 16:48:00  Generating encryption key to write to the registry...
2014-02-07 16:48:00  Generating encryption key to write to the database...
2014-02-07 16:48:13  Generating encryption key succeeded...
2014-02-07 16:48:13  Setting WSUSService to autostart...
2014-02-07 16:48:13  WSUSService is set to autostart.
2014-02-07 16:48:13  Starting WSUSService...
2014-02-07 16:48:13  WSUSService is now started.
2014-02-07 16:48:13  Importing default detectoids.
2014-02-07 16:48:13  Importing CriticalUpdates.xml...
2014-02-07 16:48:21  Importing Drivers.xml...
2014-02-07 16:48:31  Importing FeaturePacks.xml...
2014-02-07 16:48:39  Importing MicrosoftCorporation.xml...
2014-02-07 16:48:48  Importing SecurityUpdates.xml...
2014-02-07 16:48:57  Importing ServicePacks.xml...
2014-02-07 16:49:06  Importing Tools.xml...
2014-02-07 16:49:06  Importing UpdateRollups.xml...
2014-02-07 16:49:20  Importing Updates.xml...
2014-02-07 16:49:28  Importing Windows.xml...
2014-02-07 16:49:49  Importing Windows2000family.xml...
2014-02-07 16:49:53  Importing WindowsServer2003DatacenterEdition.xml...
2014-02-07 16:49:57  Importing WindowsServer2003Family.xml...
2014-02-07 16:50:04  Importing WindowsXPfamily.xml...
2014-02-07 16:50:04  Importing LocalPublisher.xml...
2014-02-07 16:50:04  Importing LocallyPublishedPackages.xml...
2014-02-07 16:50:13  Importing Applications.xml...
2014-02-07 16:50:17  Importing Exchange.xml...
2014-02-07 16:50:22  Importing Office.xml...
2014-02-07 16:50:27  Importing SQL.xml...
2014-02-07 16:50:33  Importing Exchange2000Server.xml...
2014-02-07 16:53:04  ImportDefaultDetectoids failed. Exception: System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
Warning: The join order has been enforced because a local join hint is used. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
   at Microsoft.UpdateServices.DatabaseAccess.DBConnection.DrainObsoleteConnections(SqlException e)
   at Microsoft.UpdateServices.DatabaseAccess.DBConnection.ExecuteCommandNoResult()
   at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ExecuteSPImportUpdate(Int32 upstreamServerLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, Int32& localRevisionId)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, String xmlSdpBlob, Int32& localRevisionId)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed)
   at Microsoft.UpdateServices.Setup.StartServer.StartServer.ImportDefaultDetectoids()
ClientConnectionId:0026c9c0-ff10-4daa-9b8b-ff3c9d1ae055
2014-02-07 16:53:04  StartServer encountered errors. Exception=Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
Warning: The join order has been enforced because a local join hint is used.
2014-02-07 16:53:04  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
   at Microsoft.UpdateServices.Administration.PostInstall.Run()
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: Failed to start and configure the WSUS service

Hi,
Would you please try below method to check out whether it can fix the issue:
Open the IIS console and delete the WSUS Admin site and then run the post-install again.
Here is a similar thread for your reference:
http://social.technet.microsoft.com/Forums/windowsserver/en-US/f7816b4e-c6d9-4844-ae7b-c4e4a89bcdf4/wsus-fails-to-complete-postinstallation-tasks?forum=winserverwsus
Regards,
Yan Li
Regards, Yan Li

Similar Messages

  • Oracle 12 post-installation fails-http server not coming up

    Apps dba;
    We did a fresh installation of the Oracle E-biz 12 on our Linux (2.6.967.0.4.ELsmp).
    The scenario is like this:
    1) two nodes, db and cm on one node, the web sever and form on the other node
    2) The db and cm node installation is successful.
    3) After install the web and form node, the post-installation fails. The HTTP and JSP and Login page tests failed.
    If I do adapcctl.sh status
    I got the following :
    Processes in Instance: MDMQ_tus1mdmwebqin01.tus1mdmwebqin01.ges.symantec.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | oafm | 26971 | Alive
    OC4J | forms | 26870 | Alive
    OC4J | oacore | 26745 | Alive
    HTTP_Server | HTTP_Server | 26707 | Stop
    ASG | ASG | N/A | Down
    Check the log of opmn and http, it shows the error
    /apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.3/Apache/Apache/bin/apachectl hardstop: httpd
    (no pid file) not running
    Please help wit troubleshooting this.
    Thanks,
    Lily

    Thanks for reply.
    If i follow the note,
    do the dcmctl, i got the error, the required file is not existing.
    tus1mdmwebqin01[appmdmq]:$dcmctl updateconfig -force
    ADMN-100001
    Error initializing oracle.ias.sysmgmt.utility.RepositoryContext.
    Resolution:
    Please make sure the file is in the correct location.
    Base Exception:
    java.io.FileNotFoundException
    /apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
    java.io.FileNotFoundException: /apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.ias.sysmgmt.utility.RepositoryContext.<init>(Unknown Source)
    at oracle.ias.sysmgmt.utility.RepositoryContext.getInstance(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)

  • Reinstalling SCSM 2012 SP1 -- installation fails on Finalize step "while executing a custom action:RollbackCleanup" -- absolutely stumped!

    I uninstalled a previous installation of SCSM 2012 in our lab environment because the person who installed it is didn't give anyone else permissions and they weren't available to make the change.  Since then, I've tried to install SCSM 2012 multiple
    times and it fails every time during the Finalize step with the error shown in the picture below.
    Things I've tried and double checked:
    I am running the install with a domain admin account
    I'm specifying a domain user service account during install which is local administrator on the machine
    I rebuilt the performance counters
    I'm running SQL 2k8 R2 SP2
    .Net 3.5.1 is installed
    I see the following message in the System Event Log during setup:
    Event 7036 - The System Center Data Access Service service entered the running state.
    Event 7031 - The System Center Data Access Service service terminated unexpectedly. 
    It has done this 1 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    It appears as though this happens 18 times before the service is no longer restarted and is left terminated.
    Any thoughts or help on how to get this to work would be greatly appreciated!  Log excerpts are below as well as a link to the full log file at the end.
    Chris
    Errors in the log that make me go "hmm…" 
    I changed my domain and username in the logs to "DOMAIN" and "user" respectively. 
    MSI (s) (74!94) [10:29:06:718]: Note: 1: 2711 2: MOMServer
    Action start 10:29:06: _SetHealthServiceConfig.80B659D9_F758_4E7D_B4FA_E53FC737DCC9.
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMServer
    MSI (s) (74!94) [10:29:06:719]: Note: 1: 2711 2: MOMGateway
    SetHealthServiceConfig: Failed to get Feature State.. Error Code: 0x80070646. MOMServer
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMGateway
    MSI (s) (74:04) [10:49:58:011]: Executing op: ActionStart(Name=_ExecuteSqlScripts,Description=Configuring Database,Template=[1])
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2769. The arguments are: _MPProcessorDeferred, 9923,
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.RegisterSdkSCP
    RegisterSdkSCP: Old serviceConnectionPoint found
    RegisterSdkSCP: Deleting existing serviceConnectionPoint
    RegisterSdkSCP: Warning: Dont have access to delete existing serviceConnectionPoint
    RegisterSdkSCP: Creating New serviceConnectionPoint
    RegisterSdkSCP: Adding ACL for current user: DOMAIN\account
    RegisterSdkSCP: Adding ACL for SM Admini: DOMAIN\SCSM Admins
    RegisterSdkSCP: Error: The object already exists.
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.WaitForSDKServiceStart
    WaitForSDKServiceStart:Entering
    WaitForSDKServiceStart:Sleeping for SDK to start 0 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 10 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 20 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 30 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 40 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 50 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 60 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 70 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 80 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 90 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 100 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 110 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 120 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 130 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 140 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 150 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 160 seconds
    WaitForSDKServiceStart:Sleeping for SDK to start 170 seconds
    WaitForSDKServiceStart: SDK Service connect error, after 3 mins, fail this function
    MSI (s) (74:40) [10:56:20:397]: NOTE: custom action _WaitForSDKServiceStart unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that
    handle.
    CustomAction _WaitForSDKServiceStart returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (74:04) [10:56:40:799]: Executing op: CustomActionRollback(Action=_RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,ActionType=3393,Source=BinaryData,Target=InstallHSPerfCounters,CustomActionData=C:\Program
    Files\Microsoft System Center 2012\Service Manager\)
    MSI (s) (74:38) [10:56:40:801]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI62BF.tmp, Entrypoint: InstallHSPerfCounters
    InstallHSPerfCounters: Custom Action Data. C:\Program Files\Microsoft System Center 2012\Service Manager\
    InstallHSPerfCounters: Installing agent perf counters.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center 2012\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 2752 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 4796 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:844]: I/O on thread 4928 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4612 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 884 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 2600 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 1884 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4872 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 3084 could not be cancelled. Error: 1168
    MSI (s) (74:04) [10:57:10:845]: I/O on thread 4920 could not be cancelled. Error: 1168
    MSI (s) (74!E0) [10:57:10:846]: Product: Microsoft System Center 2012 - Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with
    this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    CustomAction _RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9 returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (74:04) [10:57:17:154]: Note: 1: 1708
    MSI (s) (74:04) [10:57:17:154]: Product: Microsoft System Center 2012 - Service Manager -- Installation failed.
    MSI (s) (74:04) [10:57:17:155]: Windows Installer installed the product. Product Name: Microsoft System Center 2012 - Service Manager. Product Version: 7.5.2905.0. Product Language: 0. Manufacturer:
    Microsoft Corporation. Installation success or error status: 1603.
    Full log file:
    https://skydrive.live.com/redir?resid=F723C571E9E6D51F!1414&authkey=!ACisfvqIpGO_i7A

    Hello Christopher,
    I have recently worked in a case that had mostly the same errors:
    InstallHSPerfCounters: Installing agent perf counters.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\HealthServiceCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. HealthService
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "C:\Program Files\Microsoft System Center\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 8152 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 9580 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 6008 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 2112 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 8252 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 12504 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 9548 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:586]: I/O on thread 11464 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 10616 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 8120 could not be cancelled. Error: 1168
    MSI (s) (A8:D4) [10:29:51:587]: I/O on thread 2424 could not be cancelled. Error: 1168
    MSI (s) (A8!D4) [10:29:51:587]: Product: Microsoft System Center 2012 R2 Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are:
    -2147024809, The parameter is incorrect.,
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are: -2147024809, The parameter is incorrect.,
    CustomAction _RollBack_UninstallHealthServicePerfCountersForUpgrade.80B659D9_F758_4E7D_B4FA_E53FC737DCC9 returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (A8:3C) [10:29:51:599]: Executing op: ActionStart(Name=_StopNamedServices_HealthService.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,Description=Stopping Health services,)
    MSI (s) (A8:3C) [10:29:51:603]: Executing op: ActionStart(Name=StopServices,Description=Stopping services,Template=[1])
    MSI (s) (A8:3C) [10:29:51:605]: Executing op: ServiceControl(,Name=W3SVC,Action=1,,)
    MSI (s) (A8:3C) [10:29:52:621]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,).
    - I was able to resolve it using the command  line LOTCTR /R
    - And restarting the IIS service using the command line tool IISRESET
    - After this command was successfully applied I have tried to install the Service Manager Portal without any errors.
    http://technet.microsoft.com/en-us/library/bb490926.aspx
    http://technet.microsoft.com/en-us/library/hh875560.aspx
    http://support.microsoft.com/kb/300956
    https://blogs.technet.com/b/yongrhee/archive/2009/10/06/how-to-rebuild-performance-counters-on-windows-vista-server2008-7-server2008r2.aspx
    Thank you very much
    Renato Pacheco

  • SQL Server 2012 - Clustered installation fails - cannot locate MSIs

    Hi forum
    I have a query relating to SQL Server 2012 installation, on Windows Server 2012 R2 - SQL Server is Enterprise, Windows is SQL Server Standard Edition.
    Our windows team have created two Windows Server 2012 machines, and installed and got cluster services running.
    We've tried the installation of SQL Server 2012 RTM, slipstream SP1 and slipstream SP2, and all come up with an error during the installation - I've even tried the trial version of SQL Server 2012 (SP1), just in case there is a media issue.
    Immediately after the window which it is installing the installation files, we get the error:
    SQL Server Setup has encountered the following error:
    Failed to retrieve data for this request.
    You'll see in the logfile of the installation below, that the installer cannot locate specific MSI files
    e.g.
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x64\sql_fulltext.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x86\sql_fulltext.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x64\sql_dq.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\x86\sql_dq.msi' does not exist
    I've expanded and checked the ISO / IMG files and these files do not exist.
    I'd suspect media corruption, however, the installer works fine on a stand-alone machine, and the same files are missing from two separate sets of installation media - so I think that rules it out.
    If someone could give us a clue over what the problem is, we'd really appreciate it - we're trying to create a 2012 availability group setup, so need cluster services...
    Many thanks
    Carl.
    LOGFILE:-----------------------------------------------------------------------------------------------------------
    (01) 2015-03-02 11:29:12 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered
    (01) 2015-03-02 11:29:12 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered
    (01) 2015-03-02 11:29:13 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml'
    (01) 2015-03-02 11:29:13 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd'
    (01) 2015-03-02 11:29:13 Slp: Document 'Microsoft.SQL.Chainer.PackageData.Package.xml' validated with schema 'Microsoft.SQL.Chainer.Package.Package.xsd' has been successfuly loaded into datastore path '/Datastore/Package'
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: ReadProductXML
    (01) 2015-03-02 11:29:13 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml'
    (01) 2015-03-02 11:29:13 Slp: Document 'Microsoft.SQL.Chainer.Product.Product.xml' validated with schema 'Microsoft.SQL.Chainer.Product.Product.xsd' has been successfuly loaded into datastore path '/Datastore/Product'
    (01) 2015-03-02 11:29:13 Slp: Completed Action: ReadProductXML, returned True
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: LoadExtensions
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'MSI' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.MsiExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'MSI' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'PackageChainer' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.PackageChainerExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'PackageChainer' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Config' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ConfigExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Config' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Common' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Common' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'SqlConfigBase' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'SqlConfigBase' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Slp' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SetupExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Slp' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'RulesEngine' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'RulesEngine' version '11.0.5058.0' loaded
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:13 Slp: Extension 'FulltextConfig' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'ScoExtension' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ScoExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'ScoExtension' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'Infrastructure' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.Infrastructure.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'Infrastructure' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'UtilityConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.UtilityExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'UtilityConfig' version '11.0.2100.60' loaded
    (01) 2015-03-02 11:29:13 Slp: Loading extension 'SmartSetup' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SmartSetupExtension.dll'
    (01) 2015-03-02 11:29:13 Slp: Extension 'SmartSetup' version '11.0.5058.0' loaded
    (01) 2015-03-02 11:29:13 Slp: Completed Action: LoadExtensions, returned True
    (01) 2015-03-02 11:29:13 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:13 Slp: Running Action: ExecuteBootstrapAfterExtensionsLoaded
    (01) 2015-03-02 11:29:14 Slp: Workflow to execute: 'BOOTSTRAPAFTEREXTENSIONSLOADED'
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: SetGlobalPackageFlags
    (01) 2015-03-02 11:29:14 Slp: Completed Action: SetGlobalPackageFlags, returned True
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: LoadPackageDatastoreObjects
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    loaded into datastore path '/Datastore/InputSettings/ChainerSettings/SlpSettings'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml'
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd' loaded into datastore
    path '/Datastore/ProductSettings/ClusterNode/Public'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd' loaded
    into datastore path '/Datastore/ProductSettings/SQLServerSCP/Private'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2015-03-02 11:29:14 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2015-03-02 11:29:14 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2015-03-02 11:29:14 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/ASSIP/Public'
    (01) 2015-03-02 11:29:14 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2015-03-02 11:29:14 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:14 Slp: Running Action: InitializeInputSettingStore
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: InitializeRoleService
    (01) 2015-03-02 11:29:15 Slp: Loading role: SPI_AS_NewFarm
    (01) 2015-03-02 11:29:15 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2015-03-02 11:29:15 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: WORKFLOW
    (01) 2015-03-02 11:29:15 Slp: Value specified: INSTALL
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: TIMESTAMP
    (01) 2015-03-02 11:29:15 Slp: Value specified: 20150302_112838
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: LOGMARKER
    (01) 2015-03-02 11:29:15 Slp: Value specified:
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: MEDIASOURCE
    (01) 2015-03-02 11:29:15 Slp: Value specified: E:\
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: INSTALLMEDIAPATH
    (01) 2015-03-02 11:29:15 Slp: Value specified: E:\x64\setup\
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: ENU
    (01) 2015-03-02 11:29:15 Slp: Value specified: True
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: MEDIALAYOUT
    (01) 2015-03-02 11:29:15 Slp: Value specified: Full
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: ACTION
    (01) 2015-03-02 11:29:15 Slp: Value specified: INSTALL
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: CUPIDDISPLAYED
    (01) 2015-03-02 11:29:15 Slp: Value specified: FALSE
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: PID
    (01) 2015-03-02 11:29:15 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2015-03-02 11:29:15 Slp: Procssing media configuration file E:\x64\setup\..\DefaultSetup.ini.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Setting: PID
    (01) 2015-03-02 11:29:15 Slp: New setting source: ConfigFile; previous setting source: CommandLine. The previous setting values were preserved.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2015-03-02 11:29:15 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Skipping Action: SetRoleAndUIModeForExpressMedia
    (01) 2015-03-02 11:29:15 Slp: Action is being skipped due to the following restrictions:
    (01) 2015-03-02 11:29:15 Slp: Condition "IsMediaExpress" did not pass as it returned false and true was expected.
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: InitializeRetryHandler
    (01) 2015-03-02 11:29:15 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2015-03-02 11:29:15 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:15 Slp: Running Action: ValidateChainerSetting
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:15 Slp: -- PidInfoProvider : Compute new PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Read lcid 1033 from CultureInfo
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2015-03-02 11:29:16 Slp: Procssing media configuration file E:\x64\setup\..\DefaultSetup.ini.
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: StartSqmSession
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\110
    (01) 2015-03-02 11:29:16 Slp: Sco: Attempting to get registry value CustomerFeedback
    (01) 2015-03-02 11:29:16 Slp: SQM Service: Sqm does not have active session.
    (01) 2015-03-02 11:29:16 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2015-03-02 11:29:16 Slp: Completed Action: StartSqmSession, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2015-03-02 11:29:16 Slp: Scenario: Install
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: FinalCalculateSettings
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2015-03-02 11:29:16 Slp: -- PidInfoProvider : Use cached PID
    (01) 2015-03-02 11:29:16 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2015-03-02 11:29:16 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetInstallScenarioFlags
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetInstallScenarioFlags, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ExecuteInitWorkflow
    (01) 2015-03-02 11:29:16 Slp: Workflow to execute: 'STANDARDTOPLEVELINIT'
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetStandardTopLevelScenarioFlags
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetStandardTopLevelScenarioFlags, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: ExecuteUpdateInitWorkflow
    (01) 2015-03-02 11:29:16 Slp: Workflow to execute: 'InitializeUpdateSearch'
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: SetJobId
    (01) 2015-03-02 11:29:16 Slp: Completed Action: SetJobId, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: AddSmartSetupEnginesAction
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'SfxcabSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'SlipstreamSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update search engine 'MuSearchEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update download engine 'MuDownloadEngine'
    (01) 2015-03-02 11:29:16 Slp: Registered update extract engine 'SfxcabExtractEngine'
    (01) 2015-03-02 11:29:16 Slp: Completed Action: AddSmartSetupEnginesAction, returned True
    (01) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:16 Slp: Running Action: RunSmartSetupWorkflow
    (09) 2015-03-02 11:29:16 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:16 Slp: Running Action: SearchUpdatesAction
    (09) 2015-03-02 11:29:17 Slp:
    (09) 2015-03-02 11:29:17 Slp: Microsoft Update Details:
    (09) 2015-03-02 11:29:17 Slp:   Category ID searched on Microsoft Update:          7fe4630a-0330-4b01-a5e6-a77c7ad34eb0
    (01) 2015-03-02 11:29:17 Slp: Completed Action: RunSmartSetupWorkflow, returned True
    (01) 2015-03-02 11:29:17 Slp: Completed Action: ExecuteUpdateInitWorkflow, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: ExecuteInitWorkflow
    (01) 2015-03-02 11:29:17 Slp: Workflow to execute: 'INITIALIZATION'
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: AddPackageEnginesAction
    (01) 2015-03-02 11:29:17 Slp: Completed Action: AddPackageEnginesAction, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: AddPackageInstallerEnginesAction
    (01) 2015-03-02 11:29:17 Slp: Completed Action: AddPackageInstallerEnginesAction, returned True
    (01) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (01) 2015-03-02 11:29:17 Slp: Running Action: InitializeMsiExtension
    (09) 2015-03-02 11:29:17 Slp:   Major version of the Windows Update Agent:         8
    (09) 2015-03-02 11:29:17 Slp:   Minor version of the Windows Update Agent:         0
    (09) 2015-03-02 11:29:17 Slp:   Version of Wuapi.dll:                             
    7.9.9600.17489
    (09) 2015-03-02 11:29:17 Slp:
    (09) 2015-03-02 11:29:17 Slp: Completed Action: SearchUpdatesAction, returned True
    (09) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:17 Slp: Running Action: PackageDownloadAction
    (09) 2015-03-02 11:29:17 Slp: Completed Action: PackageDownloadAction, returned True
    (09) 2015-03-02 11:29:17 Slp: ----------------------------------------------------------------------
    (09) 2015-03-02 11:29:17 Slp: Running Action: PackageExtractAction
    (09) 2015-03-02 11:29:17 Slp: Completed Action: PackageExtractAction, returned True
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1033 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1046 and directory SystemDrive
    (01) 2015-03-02 11:29:17 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1053 and directory SystemDrive
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\sql_engine_core_inst_msi\x64\sql_engine_core_inst.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\x64\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1028_CHT_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1028_CHT_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1031_DEU_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1031_DEU_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1033_ENU_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1036_FRA_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1036_FRA_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1040_ITA_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1040_ITA_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1041_JPN_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1041_JPN_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1042_KOR_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
    (01) 2015-03-02 11:29:18 Slp: Sco: File 'E:\1042_KOR_LP\x64\setup\sql_engine_core_inst_loc_msi\sql_engine_core_inst_loc.msi' does not exist
    Truncated due to limitations of posting
       at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.ProcessDTbl(DataTable dt, Int32 level)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectSqlDiscoveryData(String machineName)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectDiscoveryData(String machineName)
       at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
    (01) 2015-03-02 11:29:20 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction" threw an exception during execution.
    (01) 2015-03-02 11:29:20 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Failed to retrieve data for this request. ---> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException: Failed to retrieve
    data for this request. ---> Microsoft.SqlServer.Configuration.Sco.SqlRegistryException: The network path was not found.
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.CreateBaseKey(ServiceContainer ctx, String machineName, IntPtr hKey, String keyName, RegistryAccess access, RegistryView view)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocalMachine(ServiceContainer ctx, String machineName, RegistryAccess access, RegistryView view)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineRootKey(ServiceContainer ctx, String machineName, RegistryView registryView)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer ctx, String machineName, RegistryView regView, String regPath, RegistryAccess registryAccess)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String machineName, RegistryView regView)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String machineName)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:    --- End of inner exception stack trace ---
    Truncated due to limitations of posting
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String machineName,
    RegistryView regView)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String machineName)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
    (01) 2015-03-02 11:29:20 Slp:                 at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)

    Hello,
    What the summary.txt log file says? Could you share the content of that file with us?
    Have you tried to copy the media to a local drive, unzip the ISO file into a folder and run SQL Server setup from there.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SCOM 2012 SP1 Installation failed

    Hello,
    I´m experiencing problems installing operations manager and I need some help. I´m trying to do this type of installation:
    Two servers: One for bbdd and reporting and the other one for Management Server and Web Console server.
    2 server have windows 2012 std installed full patched one of them with sql server 2012.
    When doing management and web console server installation I get an error and cannot continue, i paste some of the show on the OpsMgrSetupWizard.log:
    Error:    :Error:User did not accept EULA.
    Error:    :Error:IsReportingValidToInstall failed SRS instance not provided
    Error:    :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Error:    :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Error:    :CheckForConflictingSqlDatabases: Found a database with the name ReportServer$OPERATIONS in this instance.
    Error:    :Error:Failed to log in with account GES-SIEMSA\.....
    Error:    :ImportManagementPack: MP already imported so skip : E:\Setup\AMD64\..\..\ManagementPacks\Microsoft.SystemCenter.ApplicationMonitoring.360.Template.Library.mp
    Warn:    :Warning:Failed to connect to local SDK in attempt number: 1. Error Message while connecting to SDK: The Data Access service is either not running or not yet initialized. Check the event log for more information. InnerException Details:
    No se pudo conectar a net.tcp://......-domain:5724/DispatcherService. La duración del intento de conexión fue de 00:00:02.1159125. Código de error TCP 10061: No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión
    192.168.69.116:5724.
    Error:    :Exception running sql string
    Error de CREATE DATABASE. No se pueden crear algunos de los archivos de la lista. Consulte los errores relacionados.
    Error:    :FATAL ACTION: CreateDataWarehouse
    Error:    :FATAL ACTION: DWInstallActionsPostProcessor
    Error:    :ProcessInstalls: Running the PostProcessDelegate returned false.
    THANKS IN ADVANCE !!!!

    Ok and I suppose that you check the box to accept the license?
    The communication with the SQL Server is ok? Firewall port are opened?

  • System Center Virtual Machine Manager SC VMM 2012 SP1 Installation fails: Unable to assign the name NO_PARAM to this host because this name is already in use.

    I'm trying to install VMM 2012 SP1 on a Windows Server 2012 machine and it fails with this error,
    the scenario is as follows,
    Old database (from 2012 RTM) exists on remote SQL 2012 SP1 server
    Server was 2008 R2 SP1 so I decided to make a fresh installation of 2012 with the same name
    installed ADK
    specific error: 01:42:13:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException, Exception.Message: Unable to assign the name NO_PARAM to this host because this name is already in
    use.
    please help

    I had a similar problem today when upgrading from SCVMM 2012 RTM to SCVMM 2012 SP1 RTM. To re-create the issue you describe originally you can actually just uninstall SCVMM 2012 SP1 RTM with "retain data" option and re-install the software on the same
    computer (with the same name of course), attaching it to the retained DB. If you change the SCVMM server name I believe it will make some things go wrong after your install, like missing VM template passwords for example as the data gets encrypted in
    the DB. Maybe it didn't but I didn't risk it. I definitely know if you change service accounts on a scenario like this you will be without the encrypted DB data which isn't much fun. To avoid changing the computer name, if you look in the setup log
    files in %systemdrive%\ProgramData\VMMLogs\, specifically the SetupWizard.log file. You will see details on it failing because the same computer name is in the DB table "dbo.tbl_ADHC_AgentServer" and until it is removed from that table I wasn't able to get
    the install to complete at all. The error in my logs looked something like this "InnerException.Type: System.Data.SqlClient.SqlException, InnerException.Message: Violation of UNIQUE KEY constraint 'unique_ADHC_AgentServer_ComputerName'. Cannot insert duplicate
    key in object 'dbo.tbl_ADHC_AgentServer'. The duplicate key value is (computername.is.writtenhere). The statement has been terminated." In the row data in the DB it also seems to suggest that the computer name had "Virtual Machine Manager Library Files" on
    it which is strange since I always remove the local SCVMM server as a library server after I install it and use an off box library server.

  • Exchange Server 2012 SP1 installation fails

    I am not an expert in Exchange. I did set up and administer an Exchange server for a customer years ago, and I just persuaded another customer to purchase and install Exchange Server 2013 SP1.
    I downloaded the ISO file and extracted it and then did the install. It told me some Hotfixes needed to be installed, so I installed all that were required. It's worth noting at this point that the link to the KB974405 was wrong and I had to search for the
    hotfix. But eventually all prerequisites were installed and installation began. Apart from taking a long time, it appeared to work.
    After installation completed I clicked to allow administration to open and I was unable to administer anything. The link to Exchange Administrative Center failed with a 404. I opened IIS and noticed that Exchange Back End was installed on port 444. Subsequently
    I observed that the Exchange website appeared to be installed twice, once as Exchange Back End and once under Default Web Site. The first problem was a complaint that a module, which name now escapes me, but which was installed locally had been compiled with
    a later version of .Net than the website is using. The website is using .Net 4.5.1. In case it matters I had installed Exchange with both the mailbox and client access roles.
    After messing around with it for a long time and finding no relevant help on Google, I decided to uninstall and start over. The uninstalled failed because there are mailboxes. Heaven knows where the mailboxes came from since I had never managed to administer
    Exchange. I attempted to use Get-Mailbox cmdlet but got a response the Get-Mailbox was an unknown cmdlet.
    I am considering reverting the server back to a backup prior to the install and starting over, but I am not sure it would be any different the second time around. Does Microsoft have any suggestions. I suppose I could ask for a refund, but then I am left
    with a dissatisfied customer. 
    Please help, I am desperate!

    At the risk of stating the obvious, if I could recover the current installation, I wouldn't need to uninstall it. There was no prior Exchange Server on this computer or even in the domain. SO this was a clean install but I can't administer it.
    If it helps at all, the module that it complained about was Microsoft.Exchange.OwaUrlModule. Is there any kind of "FixIt" uninstall - I don't it just deleting the database because there is nothing of use in it. Or can I manual delete it? Do you have
    any clue why the Get-Maiolbox says it is an unknown cmdlet?

  • SQL 2012 cluster installation fails with an IP address error

    I am building an eight node cluster and have successfully installed two SQL instances on it. Now, I cannot install any additional instances because of the following error:
    The resource with identifier 'Type='IP Address' NetworkName='Cluster Network 1' Group='SQL Server (WEBAPPS)' Resource='SQL IP Address 1 (ACHSQLWebapps)'' could not be found on the cluster. Please check if it exists.
    I can verify that the installation builds the SQL Name and then adds the IP address. After the IP address comes online, the installation stops and that error pops up.  It results in a failed install that must be removed by the "Remove Node"
    wizard.
    A search on the web comes up empty. Any ideas?

    Hello,
    To add a node to an existing SQL Server failover cluster, We should run SQL Server Setup on the node that is to be added to the SQL Server failover cluster instance.Please verify the account that you using has permission to log in as a service on all nodes
    of the failover cluster.For local installations, you must run Setup as an administrator.
    Reference:http://msdn.microsoft.com/en-us/library/ms191545(v=sql.110).aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click 
    here.
    Fanny Liu
    TechNet Community Support

  • WSUS reinstall on 2012 SCCM server post-installation task fails to run/finish

    I had to re-install WSUS on a 2012 R2 SCCM server (Windows 2012), and am running into several issues re-installing. It may help to point out that the SCCM SQL server is remote, so this isn't a WSUS / SQL 2012 issue.
    The sticky post at the top of the WSUS forum has helpful troubleshooting information, and I have tried going through this as well as many other threads on this very topic of re-installing WSUS.
    1. Roles for WSUS and WID were removed successfully. The WSUS Website was manually deleted from IIS. As this is a SCCM server, removing the IIS role is not an option.
    2. I removed the existing WID database files for SUSDB
    3. After rebooting, I verified registry keys were gone, system files were cleaned up, and deleted the program files\update services directory
    4. This isn't a permission issue, as I have clearly installed this before on this server.
    5. Registry keys, system files, and susdb files no longer exist, and the server has rebooted cleanly.
    6. I am able to add the WSUS role selecting WID, and this installs WID without any errors. At this point, simply clicking the post installation task fails, generates an empty .tmp file in my %appdata%\temp folder, and exits the MMC. 
    7. This file is blank. Absolutely empty, so I couldn't really troubleshoot any post installation tasks.
    8. Further investigation shows that the 'C:\Program Files\Update Services\Tools\' directory is gone, and isn't being
    generated.
    9. Ok... DISM /online /Cleanup-Image /Scanhealth didn't return any issues, so I copied the wsusutil out of the windows\WinSxS directory.
    10. Yey! wsusutil postinstall runs, but bombs out on the IIS portion. It generated the DB without an issue, but results
    in an IIS generation error. So, I installed WSUS on a clean 2012 install, then copied over the program files\updateServices directory to reclaim the missing files. 
    The log files show --
    2013-12-06 10:30:34  Configuring IIS...
    2013-12-06 10:30:35  Start: ConfigureWebsite
    2013-12-06 10:30:36  Configuring website on port 8530
    2013-12-06 10:30:39  System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.Install(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    ... ok - tripple checked that network service has permissions to .net and windows\temp folders.
    netstat -a doesn't show anything running on port 8530 ( in case this was some weird port check in use)
    Which goes back to the missing directory problem -- further net searches show that this is a reoccurring issue for some OOBE... sfc /verifyonly shows ... nothing.
    What is left to be done at this point? The missing folders from the program directory seems to be a problem for some with some users right out of the box. I have read many other threads where users just formatted and started over. Not exactly a solution
    - any help out there on this issue? Any suggestions to determine what file is missing, or generating the IIS issues?

    Part of the post install tasks wanted to download some items including the tools folder.
    Can you expand on this please. The WSUS post-install tasks do not download anything, except what is acquired during the initial synchronization with Microsoft.
    Because of my group policy the WSUS server was trying to download the updates from itself even though it was not setup yet.
    What update(s) was the WSUS server trying to "download"?
    In fact, if the WSUS Server was not setup yet (but you already had a GPO in place), then the first issue here was performing deployment steps out of order.
    But still.... except for the actual installation binaries for the WSUS Server Role on a WS2008SP2/WS2008R2 system, there's nothing the WSUS server needs to get from either Windows Update or a WSUS server. This scenario is actually discussed hundreds of times
    in this forum, but complicating matters, this thread isn't about installing WSUS V3.2 on a WS2008SP2/WS2008R2 system, it's about installing WSUS v65 on a WS2012 system, so I'm a bit confused as to what the actual installation environment is that we're discussing.
    I changed the WSUS server to get it's windows updates from Microsoft and then the post install task succeeded.
    I'd really like to get some more details about what exactly in the "post-install task" was dependent upon content from WU/WSUS.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Wsus server 2012 r2 fails to launch post-installation task

    wsus server 2012 r2 faild to launch post-installation task 
    please help i attach a photo with log , this is a brend new domain contoroller of a brand new domain.
    i installed th wsus from server manager .
    this is the log :
    2014-05-01 13:17:51  Postinstall started
    2014-05-01 13:17:51  Detected role services: UI, WidDatabase, Services
    2014-05-01 13:17:51  Start: LoadSettingsFromXml
    2014-05-01 13:17:51  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-01 13:17:51  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

    the installion location is the default installion path - C:\Program Files\Update Services
    the content folder was directed to a diffrent volume - e:\wsus\
    i tried to delete everything that connected to iis and wsus and re install and now i am getting:
    2014-05-05 12:05:33  Postinstall started
    2014-05-05 12:05:33  Detected role services: UI, WidDatabase, Services
    2014-05-05 12:05:33  Start: LoadSettingsFromXml
    2014-05-05 12:05:33  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-05 12:05:33  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

  • SCOM 2012 Installation fails while deploying Datawarehouse

    Hi All,
    I have a strange issue, My SCOM 2012 installation fails during Datawarehouse deployment. (This setup is not SCOM 2012 SP1 OR 2012 R2 it is just SCOM 2012)
    When i check the SCOM installation logs it says it tried to connect to my Management server and it could not open Port 5724.
    During the installation i checked that the SDK Service was stopping frequently and also a Visual studio debugger popup also occured. Can any one assist in solving the issue ?
    Screenshots:
    Error logs
    Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.GetExistingManagementServerFromOMDB(String omSQLServer, Nullable`1 omSqlPort, String omDatabaseName, String& firstWorkingManagementServer)
    [01:08:57]: Error:
    :Inner Exception.Type: System.ServiceModel.EndpointNotFoundException, Exception Error Code: 0x80131500, Exception.Message: Could not connect to net.tcp://My management server:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:03.0079280.
    TCP error code 10061: No connection could be made because the target machine actively refused it 172.17.221.45:5724. 
    [01:08:57]: Error:
    :InnerException.StackTrace:
    Server stack trace: 
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
    [01:08:57]: Error:
    :Inner Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80131500, Exception.Message: No connection could be made because the target machine actively refused it 172.17.221.45:5724
    [01:08:57]: Error:
    :InnerException.StackTrace:   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
    [01:08:57]: Always:
    :Management Server My management server failed to connect, now trying another one.
    [01:08:57]: Warn:
    :Failed to connect to any SDK in the management group, trying again
    [01:09:17]: Info:
    :Info:trying to connect with server My management server
    [01:09:26]: Info:
    :Info:Error while connecting to management server: The Data Access service is either not running or not yet initialized. Check the event log for more information.
    [01:09:26]: Error:
    :Couldn't connect to mgt server stack: : Threw Exception.Type: Microsoft.EnterpriseManagement.Common.ServiceNotRunningException, Exception Error Code: 0x80131500, Exception.Message: The Data Access service is either not running or not yet initialized.
    Check the event log for more information.
    [01:09:26]: Error:
    :StackTrace:   at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore clientCallback)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(EnterpriseManagementConnectionSettings connectionSettings, ManagementGroupInternal internals)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.GetExistingManagementServerFromOMDB(String omSQLServer, Nullable`1 omSqlPort, String omDatabaseName, String& firstWorkingManagementServer)
    [01:09:26]: Error:
    :Inner Exception.Type: System.ServiceModel.EndpointNotFoundException, Exception Error Code: 0x80131500, Exception.Message: Could not connect to net.tcp://My management server:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:03.0040216.
    TCP error code 10061: No connection could be made because the target machine actively refused it 172.17.221.45:5724. 
    [01:09:26]: Error:
    :InnerException.StackTrace:
    Server stack trace: 
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
    [01:09:26]: Error:
    :Inner Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80131500, Exception.Message: No connection could be made because the target machine actively refused it 172.17.221.45:5724
    [01:09:26]: Error:
    :InnerException.StackTrace:   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
    [01:09:26]: Always:
    :Management Server My management server failed to connect, now trying another one.
    [01:09:26]: Warn:
    :Failed to connect to any SDK in the management group, trying again
    [01:09:46]: Error:
    :Error:Could not connect to management group. Can not continue with DW upgrade...
    [01:09:46]: Info:
    :Info:got MG connection
    [01:09:46]: Error:
    :Error:Could not connect to management group. Cannot continue with current action...
    [01:09:46]: Error:
    :FATAL ACTION: GetManagementGroup
    [01:09:46]: Error:
    :FATAL ACTION: DWInstallActionsPostProcessor
    [01:09:46]: Error:
    :ProcessInstalls: Running the PostProcessDelegate returned false.
    [01:09:46]: Always:
    :SetErrorType: Setting VitalFailure. currentInstallItem: Data Warehouse Configuration
    [01:09:46]: Error:
    :ProcessInstalls: Running the PostProcessDelegate for OMDATAWAREHOUSE failed.... This is a fatal item.  Setting rollback.
    [01:09:46]: Info:
    :SetProgressScreen: FinishMinorStep.
    [01:09:46]: Always:
    :!***** Installing: OMCONSOLE ***
    [01:09:46]: Info:
    :ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    [01:09:46]: Always:
    [01:09:46]: Always:
    :****Starting*RollBack*******************************************
    [01:09:46]: Always:
    [01:09:46]: Info:
    :SetProgressScreen: StartMinorStep.
    [01:09:46]: Info:
    :SetProgressScreen: StartMinorStep.
    [01:09:46]: Debug:
    :ProcessInstalls: Install Item Data Warehouse Configuration has a Preprocessing delegate of RunXamlPreProcessor.  Launching it now.
    [01:09:46]: Always:
    :Determining actions to be run.
    [01:09:46]: Always:
    :Done validating action list; now running individual actions.
    [01:09:46]: Always:
    :Current Action: UninstallPrePreprocessor
    [01:09:46]: Info:
    :UninstallPrePreprocessor completed.
    [01:09:46]: Always:
    :Current Action: UpgradePreprocessor
    [01:09:46]: Info:
    :UpgradePreprocessor completed.
    [01:09:46]: Always:
    :LaunchExeSetup: Launching E:\SCOM setups\SCOM 2012\Setup\AMD64\SetupInstallItem.exe with arguments:  
    [01:09:46]: Info:
    :SetProgressScreen: Init Exe Install progress.
    [01:09:47]: Always:
    :LaunchExeSetup: Install return value was: 0
    [01:09:47]: Info:
    :CheckPointPassed is removing the Rollback property as this is an uninstall.
    [01:09:47]: Always:
    :SetErrorType: Setting VitalFailure. currentInstallItem: Data Warehouse
    Gautam.75801

    Hi All,
    So i got the actual commands to register the SPN. So the above were wrong. Hope the below is useful for some one if the face the above issue.
    In Windows Server 2008R2 – the command is SETSPN –A. In WS2012, it changed to SETPSPN –S which checks for duplicates before it allows you to create them.
    Legend: SCOM Server - SCOMSVR.Contoso.com
    DNS Domain: Contoso.com
    SDK Account: SDKSVC
    To add SPN for the SDK Service:
    ===================================
    In Win2k 12
    setspn -S MSOMSdkSvc/SCOM Server FQDN Domain\SDK Account name
    setspn -S MSOMSdkSvc/SCOM Server name without FQDN Domain\SDK Account name
    Ex: setspn -S MSOMSdkSvc/SCOMSVR.Contoso.com Contoso\SDKSVC
    setspn -S MSOMSdkSvc/SCOMSVR Contoso\SDKSVC
    In Win2k8
    setspn -A MSOMSdkSvc/SCOM Server FQDN Domain\SDK Account name
    setspn -A MSOMSdkSvc/SCOM Server name without FQDN Domain\SDK Account name
    Ex: setspn -A MSOMSdkSvc/SCOMSVR.Contoso.com Contoso\SDKSVC
    setspn -A MSOMSdkSvc/SCOMSVR Contoso\SDKSVC
    To verify the SPN's
    ============================
    1. setspn -L MS Host name without FQDN
    Ex: setspn -L SCOMSVR
    2. setspn -L Domain\DSK Action account
    Ex: setspn -L Contoso\SDKSVC
    Post entering the above commands you should see the entries of the Healthservice and not the entries of the SDK Service.
    1. If you are are using a Domain account for SDK / DAS then that entry should not appear when execute the command “setspn -L  SCOMSVR”. Where SCOMSVR is the name of the MS and it should be without FQDN.
    Example: The below entry should not appear when you enter setspn -L SCOMSVR
    MSOMSdkSvc/SCOMSVR
    MSOMSdkSvc/SCOMSVR.contoso.com
    If you get the above entries for "setspn -L SCOMSVR" then you need to delete and re add the SPN again and re check.
    If you get Duplicate entries the below post entering "setspn -L Contoso\SDKSVC" then you need to delete the duplicate entries and re add the SPN again and re check.
    Ex: MSOMSdkSvc/SCOMSVR
    MSOMSdkSvc/SCOMSVR.contoso.com
    MSOMSdkSvc/SCOMSVR.contoso.com
    MSOMSdkSvc/SCOMSVR
    To delete a SPN if required:
    ===============================
    setspn -D MSOMSdkSvc/SCOM MS FQDN Hostname without FQDN Hostname
    setspn -D MSOMSdkSvc/Hostname without FQDN Hostname without FQDN again
    Ex: setspn -D MSOMSdkSvc/SCOMSVR.Contoso.com SCOMSVR
    setspn -D MSOMSdkSvc/SCOMSVR SCOMSVR
    Reference used : http://blogs.technet.com/b/kevinholman/archive/2011/08/08/opsmgr-2012-what-should-the-spn-s-look-like.aspx
    Gautam.75801

  • R12: "Login" Post-Installation check fails on OEL5

    I have installed EBS R12 on Oracle Enterprise Linux 5 (Update 2).
    All post-installation checks succeed except for the Login.
    The following error message is displayed:
    RW-50016: Error: -{0} was not created: File = {1}
    I already tried the following:
    - Increase RAM to 3GB
    - Change the /etc/hosts file (see Doc ID 437152.1 from metalink) to:
    127.0.0.1 localhost
    192.168.139.132 vmlinux.vmdomain.com vmlinux
    and perform a fresh install, but it didn't work. Login still fails.
    Could someone please help me with this problem?
    Brian

    OK, after running "./adstrtal.sh apps/apps" and "./rapidwiz -restart" all post-installation checks succeed. Thanks!
    The addstral.sh script did however return errors (status 150) as can be seen below. Pretty strange.
    *[oravmdb@vmlinux scripts]$ ./adstrtal.sh apps/apps*
    You are running adstrtal.sh version 120.13.12000000.3
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adopmnctl.sh start*
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adopmnctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adapcctl.sh start*
    script returned:
    You are running adapcctl.sh version 120.6.12000000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    adapcctl.sh: exiting with status 150
    adapcctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adapcctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adoacorectl.sh start*
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 150
    adoacorectl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adoacorectl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adformsctl.sh start*
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.3
    Starting OPMN managed FORMS OC4J instance  ...
    adformsctl.sh: exiting with status 150
    adformsctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adformsctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adoafmctl.sh start*
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.2
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 150
    adoafmctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adoafmctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adalnctl.sh start*
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_vmdb.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adalnctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/adcmctl.sh start*
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for vmdb ...
    Starting vmdb_1223@vmdb Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adcmctl.txt for more information ...
    *.end std out.*
    *.end err out.*
    Executing service control script:
    */d01/oracle/vmdb/inst/apps/vmdb_vmlinux/admin/scripts/jtffmctl.sh start*
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /d01/oracle/vmdb/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for vmdb on port 9300 ...
    jtffmctl.sh: exiting with status 0
    *.end std out.*
    *.end err out.*
    adstrtal.sh: Exiting with status 4
    adstrtal.sh: check the logfile /d01/oracle/vmdb/inst/apps/vmdb_vmlinux/logs/appl/admin/log/adstrtal.log for more information ...
    I can connect to ebs and log in using sysadmin from within the Linux machine.
    However, I cannot connect to ebs from within another machine (running Windows XP) in the network. Internet Explorer says the page cannot be displayed.
    If I connect to http://192.168.139.132:8000 using this XP machine, then I get a page telling me that I will be redirected to http://vmlinux.vmdomain.com:8000 (so the Linux machine is actually found). Nevertheless, the page isn't displayed afterwards.
    I disabled the firewall on the Linux machine during the Linux installation, so that cannot be the problem I guess.
    Should I download a plugin for Internet Explorer or do something else to make it work?

  • Task sequence fails to resume after first reboot - Post Installation Task Sequence

    Hi everyone,
    I am unable to deploy a Post Installation Task Sequence whenever I add an application to the "custom tasks" folder in the task sequence.  If I create a blank Post Installation Task Sequence w/o making any changes, it deploys fine and gives
    me a summary page w/ no errors. Just to be clear, Litetouch runs fine when I kick off "cscript litetouch.vbs" from an elevated cmd prompt when logged in as administrator, but after reboot it boots to windows and does nothing.
    I know it's not deploying because it's leaving around a mapped drive to the share, a SMSTaskSequence folder and MININT folder on the target machine.   My understanding is that those are supposed to get cleaned up by LTIcleanup.wsf at the end of the
    task sequence.
    The BDD.log doesn't seem to be of much use.  The last line of the log says "sms task sequencer already found on c:\minint\tools\x64" and then it does nothing.
    FWIW, I'm able to deploy using the standard task sequence and also able to sysprep and capture. The application that I am trying to install is just a batch file that adds the reg key to hide the start menu, then reboot.  I am not rebooting in the script,
    I'm telling the application to do the reboot in MDT.
    I know to a certainty that the target machine (a VM) has been sysprepped and am able to establish a connection to the deployment share so I'm kind of at a loss.  Also looked over Keith's FAQ on the subject and couldn't find any similarities to my issue.
    Any help is appreciated.  I can provide logs if necessary.  Thanks!

    Well, I created a fresh deploymentshare on a fresh windows server 2012 VM and am still having the same problem.  If I create a blank Post OS Installation Task and make no changes, it deploys fine to the target vm (win8.1).  If I have an app (chrome)
    that I have set to reboot after installation, it always (tested this 30+times) fails to resume the task sequence.  I get no final confirmation page and a big mess that I clean up with LTIcleanup.wsf.  
    The deployment share has full (everyone) permissions to the share and I have full perms set to domain admin group for ntfs.  It seems like something goes wrong with the reboot cycle, but autologin seems to work fine with the admin pw so I'm really confused. 
    Like I said, the bdd.log in c:\windows\temp\deploymentshare doesn't have any errors.  I've tested this both on joined and unjoined (workgroup) machines and it makes no difference.
    I should note that I can deploy Chrome and other apps sequentially as long as reboots are not involved.  So far, I've only had this problem if the reboot occurs with the first application.  Haven't yet tested on reboots w/ other apps in the sequence.
    FWIW, this is starting to look like this:
    https://social.technet.microsoft.com/Forums/en-US/2db5f184-8332-4f63-b1ad-385a6d893f8c/mdt-2013-windows-81-application-install-with-reboot-problem?forum=mdt
    Can someone tell me why this might be happening?  Is this a bug with this task sequence? Would someone mind testing this to see if there's just something wrong in my environment? 
    I'd appreciate it.  Thanks.

  • SAP NW7.0 SR3 Java AddIn Installation failed at "Import Java dump"

    Dear all,
    I get an error at Java AddIn Installation SAP Netweaver 7.0 SR3
    (Software Life-Cycle Option -> Java Add-In for ABAP -> Oracle ->
    Central System ->)
    The first installation step "Central Services Instance (SCS) Java Add-
    In" I have installed it without errors.
    The Installation failed at 2nd step "Database Instance Java Add-In" at phase 11
    of 14 "Import java dump":
    26.05.09 15:16:46 com.sap.inst.jload.Jload main
    INFO: Jload -sec
    Q2B,jdbc/pool/Q2B,/usr/sap/Q2B/SYS/global/security/data/SecStore.properties,/usr/sap/Q2B/SYS/global/security/
    data/SecStore.key -
    dataDir /usr/sap/swdc/51033513/DATA_UNITS/JAVA_EXPORT_JDMP -
    job /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN
    /ORA/CENTRAL/DB/IMPORT.XML -log jload.log
    26.05.09 15:16:47 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    26.05.09 15:16:47 com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: Io exception: The Network Adapter could
    not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:255)
    at oracle.jdbc.driver.T4CConnection.logon
    (T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>
    (PhysicalConnection.java:420)
    at oracle.jdbc.driver.T4CConnection.<init>
    (T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection
    (T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:801)
    at
    com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection
    (NativeConnectionFactory.java:215)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection
    (OpenSQLDataSourceImpl.java:522)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection
    (OpenSQLDataSourceImpl.java:276)
    at com.sap.inst.jload.db.DBConnection.connectViaSecureStore
    (DBConnection.java:105)
    at com.sap.inst.jload.db.DBConnection.connect
    (DBConnection.java:149)
    at com.sap.inst.jload.Jload.main(Jload.java:580)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.offline.OfflineToolStart.main
    (OfflineToolStart.java:81)
    the database is up and running, the Oracle Listener is also working well.
    Any idea??
    Thanks so much in advance!
    Best Regards,
    Gerd

    Hi Sunny, hi Markus!
    many thanks for your hints!
    I've just solved the problem. The problem was, our Listener was not configured correctly.
    I've adjusted the listener.ora, tnsnames.ora to the correct hostname - cause, we had a hostname-switch last month and I had forgotten to adapt the Listener...
    now the Listener is running as well:
    mcho35au:oraq2b 120% lsnrctl status LISTENER_Q2B
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 30-MAY-2009
    09:52:48
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=Q2B.WORLD))
    STATUS of the LISTENER
    Alias LISTENER_Q2B
    Version TNSLSNR for Solaris: Version 10.2.0.4.0 -
    Production
    Start Date 30-MAY-2009 09:52:15
    Uptime 0 days 0 hr. 0 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/Q2B/102_64/network/admin/listener.ora
    Listener Log
    File /oracle/Q2B/102_64/network/log/listener_q2b.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B.WORLD)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mcho35au)(PORT=1527)))
    Services Summary...
    Service "Q2B" has 1 instance(s).
    Instance "Q2B", status UNKNOWN, has 1 handler(s) for this service...
    Service "Q2B.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    Service "Q2B_XPT.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    The command completed successfully
    meanwhile the step "Import java dump" has finished successfully!
    Thanks to all!
    Best Regards,
    Gerd
    Edited by: Gerd Schuster on May 30, 2009 10:29 AM

  • SSIS 2012 is intermittently failing with below "Invalid date format" while importing data from a source table into a Destination table with same exact schema.

    We migrated Packages from SSIS 2008 to 2012. The Package is working fine in all the environments except in one of our environment.
    SSIS 2012 is intermittently failing with below error while importing data from a source table into a Destination table with same exact schema.
    Error: 2014-01-28 15:52:05.19
       Code: 0x80004005
       Source: xxxxxxxx SSIS.Pipeline
       Description: Unspecified error
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC0202009
       Source: Process xxxxxx Load TableName [48]
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Invalid date format".
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC020901C
       Source: Process xxxxxxxx Load TableName [48]
       Description: There was an error with Load TableName.Inputs[OLE DB Destination Input].Columns[Updated] on Load TableName.Inputs[OLE DB Destination Input]. The column status returned was: "Conversion failed because the data value overflowed
    the specified type.".
    End Error
    But when we reorder the column in "Updated" in Destination table, the package is importing data successfully.
    This looks like bug to me, Any suggestion?

    Hi Mohideen,
    Based on my research, the issue might be related to one of the following factors:
    Memory pressure. Check there is a memory challenge when the issue occurs. In addition, if the package runs in 32-bit runtime on the specific server, use the 64-bit runtime instead.
    A known issue with SQL Native Client. As a workaround, use .NET data provider instead of SNAC.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Information on Business Process Monitoring

    Hello experts, I want to know if there is a way to monitor spool jobs in business process monitoring or other tool? I assume that I can monitor background jobs with BPMon but I don't find where I can monitor the content of the spool generated by the

  • COGM Need to be a cost element?

    Hai Gurus, In my client both the COGM and COGS are created as G/L Accounts, we activated the Costing basesd COPA. The question is weather the COGM is to be created as a cost element in Controlling? We know that the COGS is not to be created as cost e

  • Error in IDOC Distribution Model

    HI all ; Please Help me in this Issue!! am  working with standard IDOC  Using MATMAS (Material Master Transfer) LS_800 - Outbound. LR_810 - Inbound. --> BD54. --> SCC4. -->SM59. -->WE21. -->WE20. --> WE20 ( in inbound side) Clear Up to this level. Af

  • PLEASE HELP I NEED HELP

    I logged in to my mid 2012 13" MacBookPro with Latest OSX Mavericks and my dock only appears if i click down on the bottom of my screen (I hide my dock so that it only comes up when I hover over where it would be) and when I do get the dock open if I

  • How to begin with ORACLE HRMS

    Hi guys, How is it going... I really admire your work and how you guys are organized, but the thing is I was working in a company in Saudi Arabia for almost two years in .NET field. I found a better chance in Oracle field "HRMS exactly" I started in