CDC for Oracle Continually goes to Aborted State - SQL Server 2012

I am setting up a test environment for CDC with an Oracle system.  I have everything set up to the point where logs are being read and data appears to be getting added to the CDC tables in SQL Server.  However, at different times during the day,
the status of the service goes to Aborted and the service is completely stopped.  The first time I start the service, it will run for about 1 hour, before it aborts.  After that, it only takes 2 or 3 minutes, sometimes less, before this happens again.
Below are the last entries in the log when the instance aborted.  Whenever the instance aborts, the last message is always "Reading Complementary records for large log miner SQL_REDO/SQL_UNDO".  I'm guessing there's a permission or setting
in Oracle that I'm missing, but I don't know what it is.
Version information:
Oracle: 10.2.0.5.0
CDC Service: SQL Server 2012 SP 1
SQL Server Database Engine: 11.0.3128
record","source","","0xDD070A00170012001C0004000043073800000000000000000626001100F8DD3A00000000061474B6B30100000100012B190000CC8E01340000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C0004004085163800000000000000000626002F00E2DD3A00000000061474B6B40100000100012B190000CCA201C40000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C000400C009353800000000000000000026002F00E2DD3A00000000061474B6B50100000100012B190000CCA500A00000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C000400408E533800000000000000000026001100F8DD3A00000000061474B6B70100000100012B190000CCAF00440000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C00040080D0623800000000000000000626002D00DBDD3A00000000061474B8780100000100012B19000108B500280000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C0004000055813800000000000000000626001500E0DD3A00000000061474B8790100000100012B19000108C7003C0000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C00040080D99F3800000000000000000026001500E0DD3A00000000061474B87A0100000100012B19000108C901140000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Enqueue transaction record","source","","0xDD070A00170012001C000400C01BAF3800000000000000000026002D00DBDD3A00000000061474B87C0100000100012B19000108D301540000000000"
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading next record","source","",""
"10/23/2013 6:28:04 PM","TRACE","ETL-BI12-01-T","RUNNING","IDLE","ORACDC000T:Reading Complementary records for large log miner SQL_REDO/SQL_UNDO","source","",""

Here are the permissions we have set up on the Oracle side: (Please forgive the poor formatting.  The editor wants to remove all of the spaces and add extra carriage returns.)
GRANT
EXECUTE
ON 
"SYS"."DBMS_LOGMNR"
TO
"LOGREADER";
GRANT
EXECUTE
ON 
"SYS"."DBMS_LOGMNR_D"
TO
"LOGREADER";
grant
select
any
transaction
to
logreader;
GRANT
"CONNECT"
TO
"LOGREADER";
GRANT
select
ON
sys.v_$database
to
"LOGREADER";
GRANT
select
ON
sys.v_$logmnr_contents
to
"LOGREADER";
GRANT
select ON
sys.v_$logmnr_dictionary
to
"LOGREADER";
GRANT
selectONsys.v_$logmnr_logfileto"LOGREADER";
GRANT
selectONsys.v_$logmnr_logsto"LOGREADER";
GRANT
selectONsys.v_$logmnr_parametersto"LOGREADER";
GRANT
selectONsys.v_$logmnr_sessionto"LOGREADER";
GRANT
selectONsys.v_$logmnr_transactionto"LOGREADER";
GRANT
selectONsys.v_$logto"LOGREADER";
GRANT
selectONsys.v_$logfileto"LOGREADER";
GRANT
selectONsys.v_$archived_logto"LOGREADER";
GRANT
select
ON
sys.dba_registry
to
"LOGREADER";
GRANT
select
ON
sys.v_$instance
to
"LOGREADER";
GRANT
select
ON
sys.v_$thread
to
"LOGREADER";
GRANT
select
ON
sys.v_$parameter
to
"LOGREADER";
For each table we want to capture changes on, select rights have been granted to this user, as well.

Similar Messages

  • Attunity connectors for Oracle in Import Export Wizard in SQL Server 2008 R2

    Is there a way we can see the Attunity connectors drivers in the Import/Export Wizard (64 bit) for SQL Server 2008 R2?
    Although I made it work for SSIS, I would need these drivers in the Import/Export wizard so as to automate it for numerous number of tables which I want to migrate.
    Can the Attunity connectors for Oracle be used in the Import/Export wizard? If so please let me know.
    Regards,
    Ashutosh.
    Ashutosh.

    I have 100 tables to migrate. Creating a data flow for each table is tedious and that's why I was looking out for a way to do it through import export wizard so that I don't have to create a separate data source and destination for each table in the Data
    flow Task.
    Is there a way to loop through all tables and transfer data in SSIS without having multiple sources and destinations created for each table? This also involves a bit of transformation as well.
    Regards,
    Ashutosh.

  • Attunity CDC for Oracle Service - Oracle 12c Support

    For the Attunity CDC for Oracle service that is bundled with SQL Server 2012 SP1, is there support for Oracle 12c?  Or, will there be updates in the near future to support Oracle 12c?  If not, are there other solutions for incremental changes between
    Oracle 12c and SQL Server?

    Attunity is not bundled with SQL it is a separate item you need to download and pay for (unless you are on the Enterprise edition of SQL Server).
    Regarding the rest of the info: http://www.attunity.com/products/attunity-connect/ssis-connectors-for-oracle-and-teradata says Oracle 6 or HIGHER, so yes, for the updates: Attunity now supports SQL Server 2014.
    I am not aware of any other solutions from the Microsoft solution stuck side of the view.
    Arthur
    MyBlog
    Twitter

  • CDC for Oracle in SQL 2012 not writing updates

    Hello...
    I have set up a CDC for Oracle Service and Instance for use with SQL 2012.  After the instance was started, I inserted six rows of data into my Oracle table and a few minutes later, it looks like the changes were picked up by the service.
    The instance status page contains the following information:
    Status = Green Checkmark
    Detailed Status = PROCESSING
    Last Transaction Timestamp = 7/22/2014 12:11:56 PM
    Last Change Timestamp = 7/22/2014 11:58:35 AM
    Transaction Log Head Change Number = 0x0A2C1C...
    Transaction Log Tail Change Number = 0x0A2C1C... (not the same value as the head)
    Current Change Number = 0x0A2C1C...
    Active Transactions = 1
    Staged Transactions = 0
    Completed Transactions = 0
    Written Changes = 0
    Read Changes = 6
    It looks like the six rows have been read, but they are not being written to cdc.CDC_TEST_TABLE_CT on my SQL 2012 database.
    I exported the diagnostic data using the "Collect Diagnostics" link, but there are no errors in the log.  Is there a primer for how to read the results of the diagnostics?
    I had the following error earlier today:
    "ORACDC517E:Oracle Call Intreface (OCI) method failed: ORA-01291: missing logfile 
    ORA-06512: at "SYS.DBMS_LOGMNR"
    But that error was resolved when my Oracle account was granted DBA and "execute_catalog_role" permissions.
    The account being used for the CDC Service and Instance has dbo rights on the SQL Server.
    Does anyone have an idea what the problem could be?
    Any help would be greatly appreciated.
    Thanks!

    Arthur, thank you for responding.  I appreciate it! :)
    I followed the instructions from Rakesh Parida's video on Technet.  Below are the individual steps I followed for creating the CDC Service and Instance.
    CDC Service Setup:
    I made sure that supplemental logging was enabled on my Oracle server.  I also made sure that my Windows account had DBA and "execute_catalog_role" permissions on the Oracle database.
    From the CDC Service Config MMC I ran Action>Prepare SQL Server which created the MSXDBCDC database.
    I then ran Action>New Service and entered the following information:
    Service name: OracleCDCService1
    Service Account: "This Account" radio button with my Windows username and password information
    Associated SQL Server: <My SQL 2012 Server>
    Authentication: Windows authentication
    I also provided a CDC Service master password.
    CDC Instance Setup:
    Connected to <My SQL 2012 Server> using the CDC Designer MMC
    Went through the steps of creating the Oracle CDC Instance
    Oracle CDC Instance Name = CDC_TEST_SOURCE
    Connected to my Oracle DB using Windows authentication
    Selected a single table that I wanted to try CDC on and left CDC Gating Role blank
    Ran the Oracle Logging script that enables table logging and supplemental log groups on the Oracle DB
    Ran the Status Check step and all passed
    Finished the wizard and started the instance
    A few minutes after the instance was started I added six records to the table in Oracle.
    Please let me know if you need more info.
    Thanks!

  • SSIS Pattern for CDC for Oracle

    I am in the process of implementing the CDC for Oracle product from Attunity, and I have a good understanding of how the CDC process works from Oracle to SQL Server.  The next step is to load the changes into our operational data store. 
    Does anyone know of good patterns in SSIS for handling the initial and ongoing loads for CDC for Oracle?  I have SSIS packages that handle pure SQL Server CDC, so I understand that process.  However, I'm not sure if there are special
    things that need to be done to mark the end of the initial load and then start loading changes into the operational data store.  Are there any gotchas I need to keep in mind when working with Oracle data and the CDC changes
    in SQL Server?  My main concerns are with data consistency between the Oracle system and our operational data store, once the initial load is finished, CDC is started and we copy data to the operational data store.  What are good patterns
    to ensure I'm not missing data, and that I don't introduce duplicate records, because of timing.
    Any advice is appreciated.

    If you are using the CDC for Oracle that Microsoft OEMs from Attunity:
    Change Data Capture Service for Oracle by Attunity
    CDC for Oracle in SQL Server 2012
    It populates the change data in a SQL Server database, just like SQL Server CDC would.  So the built-in SSIS support for SQL Server CDC will work.
    Change Data Capture (SSIS)
    One difference is that the current table data is not available in the SQL database; only the change data is.  So to do a full init, or reinit of a table you would have to load that data directly from Oracle.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • SQL Server 2012 Change Data Capture for Oracle by Attunity support for Oracle 12

    I would like to know if there are any plans for SQL Server 2012 Change Data Capture for Oracle by Attunity to support versions of Oracle 12 and if by when.

    I have asked from the author of
    http://blogs.msdn.com/b/mattm/archive/2012/03/26/cdc-for-oracle-in-sql-server-2012.aspx about this.
    I will either ask him to answer here or I would be a messenger.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Oracle gateway for Oracle 10g DB on Windows 64 bit server

    Is there any place that I can find Oracle dateway for Oracle 10g DB on Windows 64 bit server? I can only find Gateway for Oracle 11g on Windows 32 bit server. Please help me to identify this. Thanks.

    yingkuan:
    Thanks a lot. The link tells the details. It seems that Oracle has not release Gateway for Oracle database 10.2.0.x on Windows 64 bit server. Probably they don't do it.
    So under this circumstance, if I want to install Gateway (32 bit) on Oracle 10.2.0.3 DB on Windows 64 bit server for Teradata, I probably have to install Gateway software in another Oracle Home, then configure it right. Please give more advice on this. 32 bit Gateway will work for 64 bit database?

  • SQL Server 2012 SP2 support for installation of OM 2012 R2

    Hello everyone,
    according to
    http://technet.microsoft.com/en-us/library/dn281933.aspx SQL Server 2012 SP2 is a supported configuration for SCOM 2012 R2.
    Now I've just happily set up an SQL 2012 R2 Instance with SP1 on Windows Server 2012 R2, applied the SP2 and made the Installation a Windows Server Core. Which worked just great but when I started the Setup for SCOM2012 R2 the installer says my SQL Server
    Version is not supported and will not allow the Setup to continue. I've also upgraded the Reporting Services Database to 2012 SP2 aswell, I guess that would appear on the next page on the installer and cause similar issues.
    I guess it's a configuration value that needs to be changed on the install media to add the SQL Server Version of SP2 as an allowed one.
    Can anyone clarify my theory? If it's not that, is there an updated Media somewhere accessible?

    Hi,
    Please check install logs for further information:
    OpsMgr 2012: My installation failed. What log files do I read and where can I find them?
    http://www.systemcentercentral.com/opsmgr-2012-my-installation-failed-what-log-files-do-i-read-and-where-can-i-find-them/
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    alright, next smartass here's the logfile stating the same thing as I do:
    <Quote>
    [2014-11-07T08:44:33.0634360+01:00]: Always: Trace Session Started
    [08:44:33]: Always: :
    [08:44:33]: Always: :
    Application Started
    [08:44:33]: Always: :Machine on which Operations Manager is being installed: SCOM01
    [08:44:33]: Always: :Current setup user: domain\Administrator
    [08:44:33]: Always: :Current setup version: 7.1.10226.0
    [08:44:33]: Always: :Begin: Parse command line.
    [08:44:33]: Debug: :Collected a path value of: C:\SC2012 R2 SCOM\Setup\AMD64\
    [08:44:33]: Always: :Begin: Parse command line.
    [08:44:33]: Always: :End: Parse reporting command line switches.
    [08:44:33]: Always: :End: Parse data reader account command line switches.
    [08:44:33]: Always: :End: Parse command line.
    [08:44:33]: Always: :Begin: System State detection.
    [08:44:33]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMCONSOLE
    [08:44:33]: Info: :Info:Component OMCONSOLE is not installed
    [08:44:33]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMSERVER
    [08:44:33]: Info: :Info:Component OMSERVER is not installed
    [08:44:33]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMWEBCONSOLE
    [08:44:33]: Info: :Info:Component OMWEBCONSOLE is not installed
    [08:44:33]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMREPORTING
    [08:44:33]: Info: :Info:Component OMREPORTING is not installed
    [08:44:33]: Always: :End: System State detection.
    [08:44:33]: Info: :Beginning evaluation of rule 'Upgrade rules for SCOM setup.'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'Upgrade rules for SCOM setup.'.
    [08:44:33]: Info: :Beginning evaluation of rule 'UpgradeRulesForAllSKUs'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'UpgradeRulesForAllSKUs'.
    [08:44:33]: Info: :Beginning evaluation of rule 'BlueUpgradeRules'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'BlueUpgradeRules'.
    [08:44:33]: Info: :Info:OM12RTMServer is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMServer failed.
    [08:44:33]: Info: :Info:OM12RTMConsole is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMConsole failed.
    [08:44:33]: Info: :Info:OM12RTMWebConsole is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMWebConsole failed.
    [08:44:33]: Info: :Info:OM12RTMReporting is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMReporting failed.
    [08:44:33]: Info: :Info:OM12RTMServer is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMServer failed.
    [08:44:33]: Info: :Info:OM12RTMConsole is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMConsole failed.
    [08:44:33]: Info: :Info:OM12RTMWebConsole is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMWebConsole failed.
    [08:44:33]: Info: :Info:OM12RTMReporting is installed: False
    [08:44:33]: Info: :Info:Product check for OM12RTMReporting failed.
    [08:44:33]: Info: :Finished evaluation of rule 'BlueUpgradeRules'
    [08:44:33]: Info: :Finished evaluation of rule 'UpgradeRulesForAllSKUs'
    [08:44:33]: Info: :Finished evaluation of rule 'Upgrade rules for SCOM setup.'
    [08:44:33]: Always: :This is not an upgrade
    [08:44:33]: Always: :No OM component is installed on this machine and it's interactive run.
    [08:44:33]: Error: :Error:User did not accept EULA.
    [08:44:33]: Always: :We don't have a path entry in the registry or from command line so using default install path as C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [08:44:33]: Info: :SetInstallPath: installpath has a value of C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [08:44:33]: Info: :Info:SetComponentSwitches: component list not specified
    [08:44:33]: Always: :Begin: Rationalize components.
    [08:44:33]: Always: :Begin: Rationalize command line arguments (first run).
    [08:44:33]: Always: :RationalizeCommandLineArguments succeeded.
    [08:44:33]: Always: :End: Rationalize command line arguments (first run).
    [08:44:33]: Always: :Begin: Rationalize final steps.
    [08:44:33]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [08:44:33]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [08:44:33]: Info: :Info:MOMSelect is installed: False
    [08:44:33]: Info: :Info:MOMAEM is installed: False
    [08:44:33]: Info: :Info:MOMEval is installed: False
    [08:44:33]: Info: :Info:MOMOEM is installed: False
    [08:44:33]: Info: :Info:MOMAgent is installed: False
    [08:44:33]: Info: :Info:MOMGW is installed: False
    [08:44:33]: Info: :Info:MOMReporting is installed: False
    [08:44:33]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [08:44:33]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [08:44:33]: Info: :Info:OMServer is installed: False
    [08:44:33]: Info: :Info:OMConsole is installed: False
    [08:44:33]: Info: :Info:OMReporting is installed: False
    [08:44:33]: Info: :Info:OMWebConsole is installed: False
    [08:44:33]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [08:44:33]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [08:44:33]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [08:44:33]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [08:44:33]: Info: :Info:MOMAEM is installed: False
    [08:44:33]: Info: :Info:MOMEval is installed: False
    [08:44:33]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [08:44:33]: Always: :End: Rationalize final steps.
    [08:44:33]: Always: :End: Rationalize components.
    [08:44:33]: Error: :Error:IsReportingValidToInstall failed SRS instance not provided
    [08:44:33]: Info: :Start adding DataItems
    [08:44:33]: Info: :Initial Configuration
    [08:44:33]: Info: :Database Configuration
    [08:44:33]: Info: :Data Warehouse Configuration
    [08:44:33]: Info: :Management Server
    [08:44:33]: Info: :Operations console
    [08:44:33]: Info: :Web Console Server
    [08:44:33]: Info: :Reporting Server
    [08:44:33]: Info: :Final Configuration
    [08:44:33]: Info: :Done adding DataItems
    [08:44:33]: Info: :Adding Page StartPageTrack
    [08:44:33]: Info: :Adding Page UpgradeInvalidStartPage
    [08:44:33]: Info: :Adding Page UpgradeInvalidRootPage
    [08:44:33]: Info: :Adding Page ARPStartPageSwitch
    [08:44:33]: Info: :Adding Page ARPAddRemovePage
    [08:44:34]: Info: :Adding Page UpgradePageSwitch
    [08:44:34]: Info: :Adding Page UpgradePage
    [08:44:34]: Info: :Adding Page UpgradeManagementGroupPageSwitch
    [08:44:34]: Info: :Adding Page UpgradeManagementGroupPage
    [08:44:34]: Info: :Adding Page UpgradeEulaPage
    [08:44:34]: Info: :Adding Page RegularStartPageSwitch
    [08:44:34]: Info: :Adding Page ComponentsPageCleanInstall
    [08:44:34]: Info: :Adding Page ComponentsPage
    [08:44:34]: Info: :Adding Page InstallationLocationPage
    [08:44:34]: Info: :Adding Page PrerequisitesProgressPage
    [08:44:34]: Info: :Adding Page AdditionalPrerequisitesPage
    [08:44:34]: Info: :Adding Page InstallScenario
    [08:44:34]: Info: :Adding Page ShortEulaPage
    [08:44:34]: Info: :Adding Page SecondServerOperationalDb
    [08:44:34]: Info: :Adding Page EulaPageCleanInstall
    [08:44:34]: Info: :Adding Page FirstServerOperationalDb
    [08:44:34]: Info: :Adding Page DbPageDataWarehouse
    [08:44:34]: Info: :Adding Page SelectManagementServerForReporting
    [08:44:34]: Info: :Adding Page SelectReportingInstance
    [08:44:34]: Info: :Adding Page SelectManagementServerForWebConsole
    [08:44:34]: Info: :Adding Page WebConsoleSitePage
    [08:44:34]: Info: :Adding Page WebConsoleAuthorizationMode
    [08:44:34]: Info: :Adding Page AccountsInformationPage
    [08:44:34]: Info: :Adding Page ImproveUserExperiencePage
    [08:44:34]: Info: :Adding Page MSFTUpdatePage
    [08:44:34]: Info: :Adding Page ConfigurationSummaryPage
    [08:44:34]: Info: :Adding Page ProgressPage
    [08:44:34]: Info: :Adding Page BlockPage
    [08:44:34]: Info: :Adding Page FinishPage
    [08:44:34]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [08:44:34]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [08:44:34]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [08:44:34]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [08:44:34]: Info: :Info:MOMSelect is installed: False
    [08:44:34]: Info: :Info:MOMAEM is installed: False
    [08:44:34]: Info: :Info:MOMEval is installed: False
    [08:44:34]: Info: :Info:MOMOEM is installed: False
    [08:44:34]: Info: :Info:MOMAgent is installed: False
    [08:44:34]: Info: :Info:MOMGW is installed: False
    [08:44:34]: Info: :Info:MOMReporting is installed: False
    [08:44:34]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [08:44:34]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [08:44:34]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [08:44:34]: Info: :Info:OMServer is installed: False
    [08:44:34]: Info: :Info:OMConsole is installed: False
    [08:44:34]: Info: :Info:OMReporting is installed: False
    [08:44:34]: Info: :Info:OMWebConsole is installed: False
    [08:44:34]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [08:44:34]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [08:44:34]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [08:44:34]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [08:44:34]: Info: :Info:MOMAEM is installed: False
    [08:44:34]: Info: :Info:MOMEval is installed: False
    [08:44:34]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [08:44:34]: Debug: :OMForwardToStartPageTrackPageHandler: Moving to page RegularStartPageSwitch
    [08:44:34]: Always: :Entering Page: ComponentsPageCleanInstall
    [08:44:34]: Info: :Server Installed:False  InstallingNow:False
    [08:44:34]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:34]: Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    [08:44:34]: Info: :Server Installed:False  InstallingNow:False
    [08:44:34]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:37]: Info: :Server Installed:False  InstallingNow:False
    [08:44:37]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:37]: Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    [08:44:37]: Info: :Server Installed:False  InstallingNow:False
    [08:44:37]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:38]: Info: :Server Installed:False  InstallingNow:False
    [08:44:38]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:38]: Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    [08:44:38]: Info: :Server Installed:False  InstallingNow:False
    [08:44:38]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:39]: Info: :Server Installed:False  InstallingNow:False
    [08:44:39]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:39]: Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    [08:44:39]: Info: :Server Installed:False  InstallingNow:False
    [08:44:39]: Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    [08:44:41]: Info: :Server Installed:False  InstallingNow:True
    [08:44:42]: Info: :Server Installed:False  InstallingNow:True
    [08:44:42]: Always: :Entering Page: InstallationLocationPage
    [08:44:44]: Info: :Info:User specified valid installation path of: C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [08:44:44]: Always: :Entering Page: PrerequisitesProgressPage
    [08:44:44]: Debug: :LoadPrerequisites: Start adding ComponentTitles
    [08:44:44]: Always: :LoadPrerequisites: Start adding DataItems
    [08:44:44]: Always: :memoryCheckTitle
    [08:44:44]: Always: :memoryCheckTitle
    [08:44:44]: Always: :ntfsCheckTitle
    [08:44:44]: Always: :DriveSpaceCheckTitle
    [08:44:44]: Always: :DriveSpaceCheckTitle
    [08:44:44]: Always: :OSVersionCheckTitle
    [08:44:44]: Always: :OSVersionCheckTitle
    [08:44:44]: Always: :PowershellCheckTitle
    [08:44:44]: Always: :DomainControllerCheckTitle
    [08:44:44]: Always: :WindowsInstallerCheckTitle
    [08:44:44]: Always: :PendingRebootCheckTitle
    [08:44:44]: Always: :WinRMCheckTitle
    [08:44:44]: Always: :RemoteRegistryCheckTitle
    [08:44:44]: Always: :ReportViewerCheckTitle
    [08:44:44]: Always: :ClusteredServerCheckTitle
    [08:44:44]: Always: :ActiveDirectoryCheckTitle
    [08:44:44]: Always: :IsComputerNameValidTitle
    [08:44:44]: Always: :SEViewerInstalledCheck
    [08:44:44]: Always: :AVIcodeAgentCheck
    [08:44:44]: Always: :MOMASPAgentInstalledCheck
    [08:44:44]: Always: :IISCheckTitle
    [08:44:44]: Always: :IISMetabaseCheckTitle
    [08:44:44]: Always: :AspNetCheckTitle
    [08:44:44]: Always: :WindowsAuthRoleCheckTitle
    [08:44:44]: Always: :StaticContentRoleCheckTitle
    [08:44:44]: Always: :DefaultDocumentRoleCheckTitle
    [08:44:44]: Always: :DirectoryBrowsingRoleCheckTitle
    [08:44:44]: Always: :HttpErrorsRoleCheckTitle
    [08:44:44]: Always: :HttpLoggingRoleCheckTitle
    [08:44:44]: Always: :RequestMonitorRoleCheckTitle
    [08:44:44]: Always: :RequestFilterRoleCheckTitle
    [08:44:44]: Always: :StaticContentCheckTitle
    [08:44:44]: Always: :IISConsoleCheckTitle
    [08:44:44]: Always: :IsapiAllowedCheckTitle
    [08:44:44]: Always: :IsAspNetIntegratedHandlerInstalledTitle
    [08:44:44]: Always: :HttpActivationCheckTitle
    [08:44:44]: Always: :HttpActivationCheckTitle
    [08:44:44]: Always: :LoadPrerequisites: Done adding prerequisites checks
    [08:44:45]: Info: :Approximated Memory = 16384
    [08:44:45]: Info: :Approximated Memory = 16384
    [08:44:45]: Debug: :**************************************************
    [08:44:45]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and MemoryCheck-2gbFail: 0CheckPrerequisites: Logic Type:and MemoryCheck-4gbWarn: 0]]>
    [08:44:45]: Debug: :
    [08:44:45]: Debug: :CheckPrerequisites: memoryCheckTitle: Passed
    [08:44:45]: Debug: :
    [08:44:45]: Debug: :**************************************************
    [08:44:46]: Info: :Approximated Memory = 16384
    [08:44:46]: Info: :Approximated Memory = 16384
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and MemoryCheck-1gbFail: 0CheckPrerequisites: Logic Type:and MemoryCheck-2gbWarn: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: memoryCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and NTFSDrive-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: ntfsCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and UIDriveSpaceCheck-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: DriveSpaceCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and DriveSpaceCheck-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: DriveSpaceCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:or OSVersion-w2k8-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: OSVersionCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: ProductType was not a match.  Looking for: LanmanNT Found: ServerNTCheckPrerequisites: Logic Type:or OSVersion-w2k8R2-Fail: 2CheckPrerequisites: Logic Type:or OSVersion-w2k8R2-Fail: 0CheckPrerequisites:
    Logic Type:and ArchitectureIs64Check-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: OSVersionCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and PowerShell2-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: PowershellCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: ProductType was not a match.  Looking for: WinNT Found: ServerNTCheckPrerequisites: Logic Type:or OSVersion-notWorkstation-warn: 1CheckPrerequisites: Logic Type:or OSVersion-notServer-warn: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: DomainControllerCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[Successfully parsed version numbers.  Required: 3.1  Actual: 5.0CheckPrerequisites: Logic Type:and WindowsInstallerVersionCheckDelegate-v31: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: WindowsInstallerCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and PendingReboot-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: PendingRebootCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Starting...
    [08:44:46]: Debug: :IsServiceInstalled: WinRM?  True.
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ServiceCheck-WinRM: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: WinRMCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [08:44:46]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Starting...
    [08:44:46]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [08:44:46]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Checking second time because first time result was False.
    [08:44:46]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and PassIfWin8Anything: 0CheckPrerequisites: Logic Type:and ServiceCheck-WinRM-enabled: 0CheckPrerequisites: Logic Type:or ServiceCheck-WinRM-running: 2]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: RemoteRegistryCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Info: :Version Installed=11.1.3452.0
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ReportViewer: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: ReportViewerCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ClusteredMachineCheck: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: ClusteredServerCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ADCheck-Fail: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: ActiveDirectoryCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[IsComputerNameValid: Hostname: SCOM01  Len: 6CheckPrerequisites: Logic Type:and IsComputerNameValid: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: IsComputerNameValidTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and Se-ViewerInstalled-x86: 0CheckPrerequisites: Logic Type:and Se-ViewerInstalled-x64: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: SEViewerInstalledCheck: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and AvicodeAgentInstalled-x86: 0CheckPrerequisites: Logic Type:and AvicodeAgentInstalled-x64: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: AVIcodeAgentCheck: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and W3SVC: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: IISCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and Metabase: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: IISMetabaseCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ASPNET: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: AspNetCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and WindowsAuthentication: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: WindowsAuthRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and StaticContent: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: StaticContentRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and DefaultDocument: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: DefaultDocumentRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and DirectoryBrowse: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: DirectoryBrowsingRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and HttpErrors: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: HttpErrorsRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and HttpLogging: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: HttpLoggingRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and RequestMonitor: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: RequestMonitorRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and RequestFiltering: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: RequestFilterRoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and HttpCompressionStatic: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: StaticContentCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :**************************************************
    [08:44:46]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and ManagementConsole: 0]]>
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :CheckPrerequisites: IISConsoleCheckTitle: Passed
    [08:44:46]: Debug: :
    [08:44:46]: Debug: :**************************************************
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and IsapiCgiAllowed: 0]]>
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :CheckPrerequisites: IsapiAllowedCheckTitle: Passed
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :<![CDATA[Found the ASP.NET PageHandler Factory for v4CheckPrerequisites: Logic Type:and IsAspNetIntegratedHandlerInstalled: 0]]>
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :CheckPrerequisites: IsAspNetIntegratedHandlerInstalledTitle: Passed
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:or HttpAuthorizationCheck: 2CheckPrerequisites: Logic Type:or OSVersion-NewerThan2k8R2: 0]]>
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :CheckPrerequisites: HttpActivationCheckTitle: Passed
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:or HttpAuthorizationCheck: 0CheckPrerequisites: The value 6.2.9200.0 was not within the range 0.0.0.0 to 6.2.0.0.CheckPrerequisites: Logic Type:or OSVersion-w2k12-Fail: 2]]>
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :CheckPrerequisites: HttpActivationCheckTitle: Passed
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Info: :Beginning evaluation of rule 'Block installation of SCOM.'
    [08:44:47]: Debug: :Condition wasnt defined for rule 'Block installation of SCOM.'.
    [08:44:47]: Info: :Beginning evaluation of rule 'SCOMSetupRulesGroup'
    [08:44:47]: Debug: :Condition wasnt defined for rule 'SCOMSetupRulesGroup'.
    [08:44:47]: Info: :Info:MOMASPAgent is installed: False
    [08:44:47]: Info: :Finished evaluation of rule 'SCOMSetupRulesGroup'
    [08:44:47]: Info: :Finished evaluation of rule 'Block installation of SCOM.'
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Debug: :<![CDATA[CheckPrerequisites: Logic Type:and MOMASPAgent: 0]]>
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :CheckPrerequisites: MOMASPAgentInstalledCheck: Passed
    [08:44:47]: Debug: :
    [08:44:47]: Debug: :**************************************************
    [08:44:47]: Always: :CheckPrerequisites: Return Value 0
    [08:44:47]: Always: :Entering Page: AdditionalPrerequisitesPage
    [08:44:49]: Always: :Entering Page: InstallScenario
    [08:45:00]: Always: :Entering Page: EulaPageCleanInstall
    [08:45:00]: Always: :Displaying localized EULA for localization: en
    [08:45:00]: Always: :Displaying Eula: C:\Users\Administrator.domain\AppData\Local\SCOM\Setup\en\eula_en_eval.rtf
    [08:45:03]: Info: :Info:User has agreed to EULA.
    [08:45:04]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:04]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:04]: Always: :Entering Page: FirstServerOperationalDb
    [08:45:04]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:04]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:11]: Always: :DatabaseConfigurationPage: Attempting to connect to database using server\instance SCOMDB01\SCOMDB01. If we need it, the port is 1433
    [08:45:11]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:11]: Info: :Info:Opening/Testing Sql Connection on SCOMDB01\SCOMDB01, port:
    [08:45:11]: Debug: :Connection was not open.  We will try to open it.
    [08:45:12]: Debug: :SqlConnectionReady returned True.
    [08:45:12]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:12]: Debug: :Connection was not open.  We will try to open it.
    [08:45:12]: Debug: :SqlConnectionReady returned True.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :SQL Product Level: SP2
    [08:45:12]: Info: :SQL Edition: Business Intelligence Edition (64-bit)
    [08:45:12]: Info: :SQL Version: 11.0.5058.0
    [08:45:12]: Always: :Could not find a match for Business Intelligence Edition (64-bit) edition of SQL.
    [08:45:12]: Always: :Current Version of SQL=11.0.5058.0   Required Version=10.50.2500.0
    [08:45:12]: Always: :Entering GetRemoteOSVersion.
    [08:45:12]: Info: :Info: remoteOS = 6.3.9600
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :The SQL Collation is valid.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:12]: Debug: :Connection was not open.  We will try to open it.
    [08:45:12]: Debug: :SqlConnectionReady returned True.
    [08:45:12]: Info: :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [08:45:12]: Info: :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [08:45:12]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:12]: Debug: :Connection was not open.  We will try to open it.
    [08:45:12]: Debug: :SqlConnectionReady returned True.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:12]: Info: :Not all of the information on the screen is valid, so we're not going to check disk space.
    [08:45:12]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:12]: Debug: :Connection was not open.  We will try to open it.
    [08:45:12]: Debug: :SqlConnectionReady returned True.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:12]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:12]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:12]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:13]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:13]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:13]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:13]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:13]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:13]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:13]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:13]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:13]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:13]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:13]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:13]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:15]: Info: :Checking freespace for: SCOMDB01,D:\
    [08:45:15]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,D:\
    [08:45:15]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:15]: Info: :Checking freespace for: SCOMDB01,E:\
    [08:45:15]: Always: :CheckUsedSpaceOnDrive: Checking for space on drive SCOMDB01,E:\
    [08:45:15]: Info: :CheckUsedSpaceOnDrive succeeded.
    [08:45:15]: Always: :Connected to SCOMDB01\SCOMDB01 without using the port number.
    [08:45:15]: Info: :Info:DatabaseConfigurationPage: Attempting to connect to database using server\instance SCOMDB01\SCOMDB01 and port 1433
    [08:45:15]: Info: :Info:Opening/Testing Sql Connection on SCOMDB01\SCOMDB01, port:
    [08:45:15]: Debug: :Connection was not open.  We will try to open it.
    [08:45:15]: Debug: :SqlConnectionReady returned True.
    [08:45:15]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:15]: Debug: :Connection was not open.  We will try to open it.
    [08:45:15]: Debug: :SqlConnectionReady returned True.
    [08:45:15]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:15]: Info: :SQL Product Level: SP2
    [08:45:15]: Info: :SQL Edition: Business Intelligence Edition (64-bit)
    [08:45:15]: Info: :SQL Version: 11.0.5058.0
    [08:45:15]: Always: :Could not find a match for Business Intelligence Edition (64-bit) edition of SQL.
    [08:45:15]: Always: :Current Version of SQL=11.0.5058.0   Required Version=10.50.2500.0
    [08:45:15]: Debug: :MSSQL$SCOMDB01 on server SCOMDB01 is in a running state
    [08:45:15]: Debug: :Connection was not open.  We will try to open it.
    [08:45:15]: Debug: :SqlConnectionReady returned True.
    [08:45:15]: Info: :Info:Using DB command timeout = 1800 seconds.
    [08:45:15]: Info: :SQL Product Level: SP2
    [08:45:15]: Info: :SQL Edition: Business Intelligence Edition (64-bit)
    [08:45:15]: Info: :SQL Version: 11.0.5058.0
    [08:45:15]: Always: :Could not find a match for Business Intelligence Edition (64-bit) edition of SQL.
    [08:45:15]: Error: :IsValidSQLInstance: Sql None edition is not supported.
    [08:45:15]: Error: :Error:DB Config Page: Invalid Sql Instance.
    [08:45:15]: Info: :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [08:45:15]: Info: :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [08:45:22]: Info: :The user canceled setup
    [08:45:22]: Always: :Begin: Property bag dump.
    [08:45:22]: Always: :SetupStartTime = 07.11.2014 08:44:33
    [08:45:22]: Always: :Collection ProtectedProperties (System.Collections.ArrayList):
    [08:45:22]: Always: : [0] = ActionAccountPassword
    [08:45:22]: Always: : [1] = DASAccountPassword
    [08:45:22]: Always: :DefaultLogName = C:\Users\Administrator.domain\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log
    [08:45:22]: Always: :DefaultLogPath = C:\Users\Administrator.domain\AppData\Local\SCOM\Logs
    [08:45:22]: Always: :path = C:\SC2012 R2 SCOM\Setup\AMD64\
    [08:45:22]: Always: :setupexepath = C:\Users\Administrator.domain\AppData\Local\SCOM\Setup
    [08:45:22]: Always: :ArchitectureIs64Check = True
    [08:45:22]: Always: :Collection ListOfSupportedComponents (System.Collections.ArrayList):
    [08:45:22]: Always: : [0] = OMCONSOLE
    [08:45:22]: Always: : [1] = OMSERVER
    [08:45:22]: Always: : [2] = OMWEBCONSOLE
    [08:45:22]: Always: : [3] = OMREPORTING
    [08:45:22]: Always: :install = 1
    [08:45:22]: Always: :installpath = C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [08:45:22]: Always: :EulaFilesPath = C:\Users\Administrator.domain\AppData\Local\SCOM\Setup
    [08:45:22]: Always: :HealthServiceTypeId = AB4C891F-3359-3FB6-0704-075FBFE36710
    [08:45:22]: Always: :hsPort = C51B7833-DA54-1653-D8FD-1A738EF8DED5
    [08:45:22]: Always: :ScreensLoaded = 1
    [08:45:22]: Always: :Collection ListOfSelectedComponents (System.Collections.ArrayList):
    [08:45:22]: Always: : [0] = OMREPORTING
    [08:45:22]: Always: : [1] = OMWEBCONSOLE
    [08:45:22]: Always: : [2] = OMCONSOLE
    [08:45:22]: Always: : [3] = OMSERVER
    [08:45:22]: Always: :OMREPORTING = 1
    [08:45:22]: Always: :OMWEBCONSOLE = 1
    [08:45:22]: Always: :OMCONSOLE = 1
    [08:45:22]: Always: :OMSERVER = 1
    [08:45:22]: Always: :ManagementServer = SCOM01.domain.local
    [08:45:22]: Always: :SelectDatabaseInstanceReloadScreenInformation = 1
    [08:45:22]: Always: :ReloadPrerequisitesPageChoice = PrerequisitesProgressPage
    [08:45:22]: Always: :LoadedPrerequisiteXmlFile = True
    [08:45:22]: Always: :PrerequisitesCheckXMLLoaded = True
    [08:45:22]: Always: :CountFilteredPrerequisites_Failed = 0
    [08:45:22]: Always: :CountFilteredPrerequisites_Warning = 0
    [08:45:22]: Always: :CountFilteredPrerequisites_PassedWithChoices = 0
    [08:45:22]: Always: :CountFilteredPrerequisites_Passed = 37
    [08:45:22]: Always: :PrerequisiteState = Passed
    [08:45:22]: Always: :XmlFilteredPrerequisites_Passed : Begin XML property
    [08:45:22]: Always: :<?xml version="1.0" encoding="utf-8"?><Root><Title TitleText="OMSERVER"><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="memoryCheckTitle" descriptionBody="" descriptionTitle="serverMemCheckPassed" resolution="serverMemCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="ntfsCheckTitle" descriptionBody="" descriptionTitle="ntfsCheckPassed" resolution="ntfsCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="DriveSpaceCheckTitle" descriptionBody="" descriptionTitle="ServerDriveSpaceCheckPassed" resolution="ServerDriveSpaceCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="OSVersionCheckTitle" descriptionBody="" descriptionTitle="OSVersionCheckPassed" resolution="OSVersionCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="PowershellCheckTitle" descriptionBody="" descriptionTitle="PowershellCheckPassed" resolution="PowerShellCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="DomainControllerCheckTitle" descriptionBody="" descriptionTitle="DomainControllerCheckPassed" resolution="DomainControllerCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="WindowsInstallerCheckTitle" descriptionBody="" descriptionTitle="WindowsInstallerCheckPassed" resolution="WindowsInstallerCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="PendingRebootCheckTitle" descriptionBody="" descriptionTitle="PendingRebootCheckPassed" resolution="PendingRebootCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="WinRMCheckTitle" descriptionBody="" descriptionTitle="WinRMCheckPassed" resolution="WinRMCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="RemoteRegistryCheckTitle" descriptionBody="" descriptionTitle="RemoteRegistryCheckPassed" resolution="RemoteRegistryCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="ClusteredServerCheckTitle" descriptionBody="" descriptionTitle="ClusteredServerCheckPassed" resolution="ClusteredServerCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="ActiveDirectoryCheckTitle" descriptionBody="" descriptionTitle="ActiveDirectoryCheckPassed" resolution="ActiveDirectoryCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="IsComputerNameValidTitle" descriptionBody="" descriptionTitle="IsComputerNameValidPassed" resolution="IsComputerNameValidResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="AVIcodeAgentCheck" descriptionBody="" descriptionTitle="AVICodeAgentCheckPassed" resolution="AVICodeAgentCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="MOMASPAgentInstalledCheck" descriptionBody="" descriptionTitle="MOMASPAgentCheckPassed" resolution="MOMASPAgentResolution" /></Title><Title TitleText="OMCONSOLE"><Detail state="Passed"
    image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="DriveSpaceCheckTitle" descriptionBody="" descriptionTitle="ConsoleDriveSpaceCheckPassed" resolution="ConsoleDriveSpaceCheckResolution"
    /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="OSVersionCheckTitle" descriptionBody="" descriptionTitle="OSVersionCheckPassed" resolution="OSVersionCheckResolution"
    /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="ReportViewerCheckTitle" descriptionBody="" descriptionTitle="ReportViewerCheckPassed" resolution="ReportViewerCheckResolution"
    /></Title><Title TitleText="OMWEBCONSOLE"><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="SEViewerInstalledCheck" descriptionBody="" descriptionTitle="SeViewerInstalledCheckPassed"
    resolution="SeViewerInstalledCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="IISCheckTitle" descriptionBody="" descriptionTitle="IISCheckPassed"
    resolution="IISCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="IISMetabaseCheckTitle" descriptionBody="" descriptionTitle="IISMetabaseCheckPassed"
    resolution="IISMetabaseCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="AspNetCheckTitle" descriptionBody="" descriptionTitle="AspNetCheckPassed"
    resolution="AspNetCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="WindowsAuthRoleCheckTitle" descriptionBody="" descriptionTitle="WindowsAuthRoleCheckPassed"
    resolution="WindowsAuthRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="StaticContentRoleCheckTitle" descriptionBody="" descriptionTitle="StaticContentRoleCheckPassed"
    resolution="StaticContentRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="DefaultDocumentRoleCheckTitle" descriptionBody="" descriptionTitle="DefaultDocumentRoleCheckPassed"
    resolution="DefaultDocumentRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="DirectoryBrowsingRoleCheckTitle" descriptionBody=""
    descriptionTitle="DirectoryBrowsingRoleCheckPassed" resolution="DirectoryBrowsingRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="HttpErrorsRoleCheckTitle"
    descriptionBody="" descriptionTitle="HttpErrorsRoleCheckPassed" resolution="HttpErrorsRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="HttpLoggingRoleCheckTitle" descriptionBody="" descriptionTitle="HttpLoggingRoleCheckPassed" resolution="HttpLoggingRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="RequestMonitorRoleCheckTitle" descriptionBody="" descriptionTitle="RequestMonitorRoleCheckPassed" resolution="RequestMonitorRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="RequestFilterRoleCheckTitle" descriptionBody="" descriptionTitle="RequestFilterRoleCheckPassed" resolution="RequestFilterRoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="StaticContentCheckTitle" descriptionBody="" descriptionTitle="StaticContentCheckPassed" resolution="StaticContentCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="IISConsoleCheckTitle" descriptionBody="" descriptionTitle="IISConsoleCheckPassed" resolution="IISConsoleCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="IsapiAllowedCheckTitle" descriptionBody="" descriptionTitle="IsapiAllowedCheckPassed" resolution="IsapiAllowedCheckResolution" /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png"
    name="IsAspNetIntegratedHandlerInstalledTitle" descriptionBody="" descriptionTitle="IsAspNetIntegratedHandlerInstalledPassed" resolution="IsAspNetIntegratedHandlerInstalledResolution" /><Detail state="Passed"
    image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="HttpActivationCheckTitle" descriptionBody="" descriptionTitle="HttpActivationCheckPassed" resolution="HttpActivationCheckResolution"
    /><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="HttpActivationCheckTitle" descriptionBody="" descriptionTitle="HttpActivation45RoleCheckPassed" resolution="HttpActivation45RoleCheckResolution"
    /></Title><Title TitleText="OMREPORTING"><Detail state="Passed" image="pack://application:,,,/SetupChainerUI;component/GreenCheck.png" name="memoryCheckTitle" descriptionBody="" descriptionTitle="ReportingMemCheckPassed"
    resolution="ReportingMemCheckResolution" /></Title></Root>
    [08:45:22]: Always: :End XML property
    [08:45:22]: Always: :UserSelectedInstallType = FirstServer
    [08:45:22]: Always: :ManagementGroupName = domain Management Group
    [08:45:22]: Always: :SqlServerInstance = SCOMDB01\SCOMDB01
    [08:45:22]: Always: :DatabaseName = OperationsManager
    [08:45:22]: Always: :DatabaseSize = 1000
    [08:45:22]: Always: :DatabaseLogPath = E:\Program Files\Microsoft SQL Server\MSSQL11.SCOMDB01\MSSQL\Data
    [08:45:22]: Always: :DatabasePath = D:\Program Files\Microsoft SQL Server\MSSQL11.SCOMDB01\MSSQL\DATA\
    [08:45:22]: Always: :DbMode = New
    [08:45:22]: Always: :InvalidSQLReason = SQL Server None edition cannot be used.
    [08:45:22]: Always: :UserCanceledInstall = 1
    [08:45:22]: Always: :InstallSuccess = 1
    [08:45:22]: Always: :End: Property bag dump.
    [08:45:22]: Debug: :CEIP disabled. CEIP data will NOT be sent.
    [08:45:22]: Always: :Application Ended: Successful
    [08:45:22]: Always: :
    [2014-11-07T08:45:22.6484495+01:00]: Always: Trace Session Ended
    </Quote>
    I've even highlighted in Bold what it's moaning about so can we please for gods sake cut it down already? I do know SQL Server, I've been working with OM for years I don't need to be told to disable the Firewall, I can read and think through Errors so how about
    going back to my second post on this thread: Either fix that XML file or get me some proper install media?

  • SQL Server 2012 installation failure An error occurred for a dependency of the feature causing the setup process for the feature to fail.

    I am installing SQL Server 2012 Developer (from ISO image written on DVD), my machine has Windows 7 (Edit: Windows 7 with service pack 1) on it. This machine already has SQL Express and SQL 2008 R2 Express installed in it.
    On running 2012 setup it goes fine from Setup Support Rules to Installation Progress. In  Installation Progress after some progress installation fails.
    Windows show the following components couldn't installed:
    Managment Tools Complete  Failed. Client Tools Connectivity Failed. Client Tools SDK Failed. Client Tools Backwards Compantibility Failed. Managment Tools Basic Failed. SQL Server Data Tools Failed. Reporting Services -Native Failed. Database Engine
    Services Failed. Data Quality Services Failed. full-Text and Semantic Extractins for Search Failed. SQL Server Replication Failed. Integration Services Failed. Analysis Services Failed. SQL Client Connectivity SDK Failed.
    In detail for failure of every component it provide these details:
    Action required:
    Use the following information to resolve the error, and then try the setup process again.
    Feature failure reason:
    An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    In summary log file it provide the following details:
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068643839
      Start time:                    2012-07-31 16:23:37
      End time:                      2012-07-31 16:33:32
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for Adv_SSMS:        Use the following information to resolve the error, and then try the setup process again.
      Next step for Conn:            Use the following information to resolve the error, and then try the setup process again.
      Next step for SDK:             Use the following information to resolve the error, and then try the setup process again.
      Next step for BC:              Use the following information to resolve the error, and then try the setup process again.
      Next step for SSMS:            Use the following information to resolve the error, and then try the setup process again.
      Next step for BIDS:            Use the following information to resolve the error, and then try the setup process again.
      Next step for RS:              Use the following information to resolve the error, and then try the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
      Next step for DQ:              Use the following information to resolve the error, and then try the setup process again.
      Next step for FullText:        Use the following information to resolve the error, and then try the setup process again.
      Next step for Replication:     Use the following information to resolve the error, and then try the setup process again.
      Next step for IS:              Use the following information to resolve the error, and then try the setup process again.
      Next step for AS:              Use the following information to resolve the error, and then try the setup process again.
      Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.
    Machine Properties:
      Machine name:                  Haansi-PC
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      SQL Server 2005      SQLEXPRESS           MSSQL.1                       
    Database Engine Services                 1033                 Express Edition     
    9.4.5000        No        
      SQL Server 2005      SQLEXPRESS           MSSQL.1                       
    SQL Server Replication                   1033                 Express Edition     
    9.4.5000        No        
      SQL Server 2005      SQLEXPRESS           MSSQL.1                       
    SharedTools                              1033                
    Express Edition      9.4.5000        No        
      SQL Server 2005                                                         
    Tools                                    1033                
    Express Edition      9.4.5000        No        
      SQL Server 2005                                                         
    ToolsClient                              1033                
    Express Edition      9.4.5000        No        
      SQL Server 2005                                                         
    ToolsClient\Connectivity                 1033                 Express Edition     
    9.4.5000        No        
      SQL Server 2008 R2   SQLSERVER08EXPR2     MSSQL10_50.SQLSERVER08EXPR2    Database Engine Services                 1033                
    Express Edition      10.50.1617.0    No        
      SQL Server 2008 R2   SQLSERVER08EXPR2     MSSQL10_50.SQLSERVER08EXPR2    SQL Server Replication                   1033                
    Express Edition      10.50.1617.0    No        
      SQL Server 2008 R2                                                      
    Management Tools - Basic                 1033                 Express Edition     
    10.50.1617.0    No        
      SQL Server 2012                                                         
    LocalDB                                  1033                
    Express Edition      11.0.2318.0     No        
      SQL Server 2012                                                         
    Reporting Services - SharePoint                                                   
    11.0.2100.60    No        
    Package properties:
      Description:                   Microsoft SQL Server 2012
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         F:\x64\setup\
      Installation edition:          Developer
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLAgent$SS2012
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.SS2012\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.SS2012\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.SS2012\OLAP\Data
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.SS2012\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  TABULAR
      ASSVCACCOUNT:                  NT Service\MSOLAP$SS2012
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Manual
      ASSYSADMINACCOUNTS:            PC\Haansi
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.SS2012\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20120731_161013\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, BIDS, CONN, IS, BC, SDK, SSMS, ADV_SSMS, SNAC_SDK
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$SS2012
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SS2012
      INSTANCENAME:                  SS2012
      ISSVCACCOUNT:                  NT Service\MsDtsServer110
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer$SS2012
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Manual
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$SS2012
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           Haansi-PC\Haansi
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20120731_161013\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Client Tools SDK
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       SQL Server Data Tools
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Data Quality Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Integration Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       Analysis Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Feature:                       SQL Client Connectivity SDK
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20120731_161013\SystemConfigurationCheck_Report.htm

    Please help. 
    I did what you suggested, but, still got error message to install SQL server data tools: Here is the log.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068037632
      Start time:                    2014-09-29 15:05:38
      End time:                      2014-09-29 15:15:55
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SSDTBI_VS2012:   Use the following information to resolve the error, and then try the setup process again.
    Machine Properties:
      Machine name:                  MSBI
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered  Configured
      SQL Server 2008                                                          Management Tools - Basic  
                  1033                 Express Edition      10.0.1600.22    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Database Engine Services                 1033      
              Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            SQL Server Replication                   1033      
              Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Full-Text and Semantic Extractions for Search 1033                
    Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Data Quality Services                    1033    
                Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSAS11.MSSQLSERVER             Analysis Services                        1033  
                  Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012      MSSQLSERVER          MSRS11.MSSQLSERVER             Reporting Services - Native              1033        
            Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Management Tools - Basic  
                  1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Management Tools - Complete  
               1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Client Tools Connectivity  
                 1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Client Tools Backwards Compatibility
        1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Client Tools SDK      
                      1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          SQL Server Data Tools    
                   1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Integration Services    
                    1033                 Enterprise Evaluation Edition 11.0.2100.60    No         Yes       
      SQL Server 2012                                                          Reporting Services - SharePoint
                                                       11.0.2100.60    No         Yes    
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      Installation location:         C:\9f7a58aa5d6d76ffe6be968a4ad339f5\x86\setup\
      Installation edition:          Express
      Slipstream:                    True
      SP Level                       1
      Patch Level:                   11.1.3128.0
    Product Update Status:
      Success: KB 2674319, KB 2793634
    Product Updates Selected for Installation:
      Title:                         Service Pack 1
      Knowledge Based Article:       KB 2674319
      Version:                       11.1.3000.0
      Architecture:                  x86
      Language:                      1033
      Title:                         SQL Server 2012 SP1 GDR Product Update
      Knowledge Based Article:       KB 2793634
      Version:                       11.1.3128.0
      Architecture:                  x86
      Language:                      All
      Update Source:                 MU
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                <empty>
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SSDTBI_VS2012, SNAC_SDK
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files (x86)\Microsoft SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  true
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20140929_150412\ConfigurationFile.ini
    Detailed results:
      Feature:                       SQL Server Data Tools - Business Intelligence for Visual Studio 2012
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Component name:                Microsoft Visual Studio Tools for Applications 2012
      Component error code:          0x80044000
      Component log file:            C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20140929_150412\VSTA2012_LangsSupport_Cpu32_1.log
      Error description:             VS Shell 2012 installation has failed with exit code -2147205120.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3436.0&EvtType=VSTA2012_LangsSupport%40Install%400x-2147205120
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20140929_150412\SystemConfigurationCheck_Report.htm

  • After installed SP1 for SQL Server 2012, can no longer export to csv

    After installing SP1 today via Windows Update, I am no longer able to export data to csv using the SQL Server Import and Export wizard. I get the following error message:
    "Column information for the source and the destination data could not be retrieved, or the data types of source columns were not mapped correctly to those available on the destination provider."
    "Column "col1": Source data type "200" was not found in the data type mapping file."...
    (The above line repeats for each column)
    The work-around I have to do is to manually map each column in the "Edit Mappings..." option from the "Configure Flat File Destination" page of the wizard. This is an extreme inconvenience to have to have to edit the mappings and change
    each column to "string [DT_STR]" type from "byte stream [DT_BYTES]" type each time I want to export to csv. I did not have to do this before installing SP1; it worked perfectly for months with hundreds of exports prior to this update and
    no need to modify mapping.

    I am running Windows 7 64-bit, SQL Server 2012 Express edition. Again, just yesterday from Windows Update, I installed SQL Server 2012 Service Pack 1 (KB2674319), followed by Update Rollup for SQL Server 2012 Service Pack 1 (KB2793634). This situation was
    not occurring before these updates were installed, and I noticed it immediately after they were installed (and of course I restarted my computer after the updates).
    In SSMS I just now created a test DB and table to provide a step-by-step with screenshots.
    Here is the code I ran to create the test DB and table:
    CREATE DATABASE testDB;
    GO
    USE testDB;
    GO
    CREATE TABLE testTable
    id int,
    lname varchar(50),
    fname varchar(50),
    address varchar(50),
    city varchar(50),
    state char(2),
    dob date
    GO
    INSERT INTO testTable VALUES
    (1,'Smith','Bob','123 Main St.','Los Angeles','CA','20080212'),
    (2,'Doe','John','555 Rainbow Ln.','Chicago','IL','19580530'),
    (3,'Jones','Jane','999 Somewhere Pl.','Washington','DC','19651201'),
    (4,'Jackson','George','111 Hello Cir.','Dallas','TX','20010718');
    GO
    SELECT * FROM testTable;
    Results look good:
    id    lname    fname    address    city    state    dob
    1    Smith    Bob    123 Main St.    Los Angeles    CA    2008-02-12
    2    Doe    John    555 Rainbow Ln.    Chicago    IL    1958-05-30
    3    Jones    Jane    999 Somewhere Pl.    Washington    DC    1965-12-01
    4    Jackson    George    111 Hello Cir.    Dallas    TX    2001-07-18
    In Object Explorer, I right-click on the [testDB] database, choose "Tasks", then "Export Data..." and the SQL Server Import and Export Wizard appears. I click Next to leave all settings as-is on the "Choose a Data Source" page, then on the "Choose a Destination"
    page, under the "Destination" drop-down I choose "Flat File Destination" then browse to the desktop and name the file "table_export.csv" then click Next. On the "Specify Table Copy or Query" page I choose "Write a query to specify the data to transfer" then
    click Next. I type the following SQL statement:
    SELECT * FROM testTable;
    When clicking the "Parse" button I get the message "This SQL statement is valid."
    On to the next page, "Configure Flat File Destination" I try leaving the defaults then click Next. This is where I am getting the error message (see screenshot below):
    Then going to the "Edit Mappings..." option on the "Configure Flat File Destination" page, I see that all columns which were defined as varchar in the table are showing as type "byte stream [DT_BYTES]", size "0", the state column which is defined as char(2)
    shows correctly however with type "string [DT_STR]", size "2" (see screenshow below):
    So what I have to do is change the type for the lname, fname, address and city columns to "string [DT_STR]", then I am able to proceed with the export successfully. Again, this just started happening after installing these updates. As you can imagine, this
    is very frustrating, as I do a lot of exports from many tables, with a lot more columns than this test table.
    Thanks for your help.

  • SSMA 6.0 Oracle to SQL Server 2012 Migration

    Hi SSMA Team,
    We were migrating data from Oracle(Oracle 10.2.0.5.0)
     to SQL server 2012 via SSMA 6.0 and during the migration experiencing  below error
    “ORA-03106: fatal two-task communication protocol error”
    We are using SSMA on Windows server 2008 R2 standard 64 Bit server, also SSMA is configured to use basic Oracle provider.
    Would you also please let us know what Oracle Client provider is used in SSMA 6.0 to migrate the data, additionally can you please confirm that the driver used for connectivity is " System.Data.OracleClient.OracleConnection"?
    We have 891 tables to migrate the data from Oracle to SQL server. Out of 891 table we are getting random failures ranging from 3- 9 tables(Failed tables).
    We are getting this error in between the data migration of all tables, as we have done the settings to continue the data migration in case of failures. It continues to migrate data for rest of tables.  We are using SSMA console
    V 6.0 to migrate the data.
    I can assure you that this is not the permission issue at all (since the migration go successful for other tables and failed only for 3-10 random tables only). Following is the Variable file details we using.
    <variable-group name="OracleConnection">
        <variable name="$OracleHostName$"  value="SourceHostname"/>
        <variable name="$OracleInstance$"  value="DP"/>
        <variable name="$OraclePort$"  value="1521"/>
        <variable name="$OracleUserName$"  value="User_name "/>
        <variable name="$OraclePassword$"  value="PWD "/>
        <variable name="$OracleSchemaName$" value="$SchemaName$"/>
      </variable-group>
      <variable-group name="SQLServerConnection">
        <variable name="$SQLServerName$"   value="TargetServerHostWith instance  "/>
        <variable name="$SQLServerDb$"     value="$TagetSQLServerDb$"/>
        <variable name="$SQLServerUsrID$"  value=""/>
        <variable name="$SQLServerPwd$"    value=""/>
      </variable-group>
    This issue become a bottleneck for our project deliver, would you please help us to solve the issue at the earliest.
    Regards,
    Nitin Kushwaha

    Hello,
    Can you try to connect using Connection Strings?
    https://msdn.microsoft.com/en-us/library/hh313162(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Memory leak issue with link server between SQL Server 2012 and Oracle

    Hi,
    We are trying to use the linked server feature with SQL Server 2012 to connect SQL server and Oracle database. We are concerned about the existing memory leak issue.  For more context please refer to the link.
    http://blogs.msdn.com/b/psssql/archive/2009/09/22/if-you-use-linked-server-queries-you-need-to-read-this.aspx
    The above link talks about the issues with SQL Server versions 2005 and 2008, not sure if this is still the case in 2012.  I could not find any article that talks about if this issue was fixed by Microsoft in later version.
    We know that SQL Server process crashes because of the third-party linked server provider which is loaded inside SQL Server process. If the third-party linked server provider is enabled together with the
    Allow inprocess option, the SQL Server process crashes when this third-party linked server experiences internal problems.
    We wanted to know if this fixed in SQL Server 2012 ?

    So your question is more of a information type or are you really facing OOM issue.
    There can be two things for OOM
    1. There is bug in SQL Server which is causing the issue which might be fixed in 2012
    2. The Linked server provider used to connect to Oracle is not upto date and some patch is missing or more recent version is to be used.  Did you made sure that you are using latest version.
    What is Oracle version you are trying to connect(9i,10g, R2...)
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Failure to install SQL Server 2012 SP1 CU8/9 with a "Failed to retrieve data for this request." error

    Hi all,
    Has anyone come across SQL Server 2012 SP1 CU8/9 failing to install with a “Failed to retrieve data for this request.” error.
    The error is too generic for a useful search on web, for me at least anyway.
    Had no problems patching a whole bunch of other servers in the same environment.
    I’m no good at reading these error logs. For some reason the primary replica is referenced in the detailed log???
    The CU8/9 patch has been run by both Domain Admins and local Admin with no luck.
    We are trying to patch a secondary failover replica. (SharePoint 2013 is installed on this server.)
    This is from the summary log:
    Overall summary:
      Final   result:                    The patch installer has failed to update the shared features. To determine   the reason for failure,
    review the log files.
      Exit code   (Decimal):             -2146233088
      Exit facility   code:            19
      Exit error   code:                 5376
      Exit   message:                    Failed to retrieve data for this request.
      Start   time:                      2014-04-10 11:51:11
      End   time:                        2014-04-10 11:51:49
      Requested   action:                Patch
      Exception help link:            
    http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3412.0&EvtType=0xB2652E58%400xDC80C325&EvtType=0xB2652E58%400xDC80C325
    Machine Properties:
      Machine   name:                    VMSPDB2
      Machine processor   count:       4
      OS version:                      Future Windows Version
      OS service   pack:                
      OS   region:                       Australia
      OS   language:                     English (United States)
      OS   architecture:                 x64
      Process   architecture:          64 Bit
      OS   clustered:                    Yes
    Product features discovered:
      Product                Instance               Instance ID                     
    Feature                                    Language              
    Edition                Version         Clustered  Configured
      SQL Server   2012        MSSQLSERVER            MSSQL11.MSSQLSERVER              Database
    Engine Services                   1033                   Enterprise Edition  
    11.1.3000.0     No           Yes      
      SQL Server   2012        MSSQLSERVER          MSSQL11.MSSQLSERVER              SQL Server  
    Replication                     1033                   Enterprise
    Edition     11.1.3000.0       No           Yes      
      SQL Server   2012        MSSQLSERVER            MSSQL11.MSSQLSERVER              Full-Text
    and Semantic Extractions for Search   1033                   Enterprise Edition   11.1.3000.0       No        
    Yes        
      SQL Server   2012        MSSQLSERVER            MSSQL11.MSSQLSERVER              Data
    Quality Services                      1033                  
    Enterprise Edition   11.1.3000.0       No           Yes      
      SQL Server   2012                                                           
    Management   Tools -   Basic                   1033                  
    Enterprise Edition   11.1.3000.0       No           Yes      
      SQL Server   2012                                                           
    Management Tools - Complete                1033                   Enterprise Edition  
    11.1.3000.0       No           Yes      
      SQL Server   2012                                                           
    Client Tools Connectivity                  1033                   Enterprise Edition  
    11.1.3000.0     No           Yes      
      SQL Server   2012                                                           
    SQL Server Data   Tools                      1033                  
    Enterprise Edition   11.1.3000.0       No           Yes      
      SQL Server   2012                                                           
    Integration   Services                       1033                  
    Enterprise Edition   11.1.3000.0       No           Yes      
    Package properties:
        Description:                     Microsoft SQL Server 2012 Service Pack 1
        ProductName:                     SQL Server 2012
        Type:                            RTM
        Version:                         11
        SPLevel:                         1
      KBArticle:                       KB2931078
        KBArticleHyperlink:             
    http://support.microsoft.com/?kbid=2931078
        PatchType:                       QFE
        AssociatedHotfixBuild:         0
        Platform:                        x64
        PatchLevel:                      11.1.3412.0
        ProductVersion:                  11.1.3000.0
        GDRReservedRange:                10.0.1000.0:10.0.1099.0;10.0.3000.0:10.0.3099.0
        PackageName:                     SQLServer2012-KB2931078-x64.exe
      Installation   location:           e:\90a192411a98d1f6dc\x64\setup\
    User Input Settings:
        ACTION:                          Patch
        ALLINSTANCES:                    false
        CLUSTERPASSIVE:                  false
        CONFIGURATIONFILE:              
      ENU:                             false
        HELP:                            false
      IACCEPTSQLSERVERLICENSETERMS:    false
        INDICATEPROGRESS:                false
        INSTANCEID:                      <empty>
        INSTANCENAME:                    <empty>
        QUIET:                           false
        QUIETSIMPLE:                     false
        SQMREPORTING:                    false
        UIMODE:                          Normal
        X86:                             false
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report   file:                 The rule result report file is not available.
    Exception summary:
    The following is an exception stack listing   the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type:   Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Message:
            Failed to retrieve data for   this request.
        HResult : 0x80131500
        Data:
          HelpLink.ProdName   = Microsoft SQL Server
            HelpLink.BaseHelpUrl =
    http://go.microsoft.com/fwlink
            HelpLink.LinkId = 20476
            HelpLink.EvtType =
    0xB2652E58@0xDC80C325
          DisableWatson   = true
        Stack:
            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)
            at   Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String   actionId)
            at   Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId,   TextWriter errorStream)
            at   Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter   statusStream, ISequencedAction actionToRun, ServiceContainer context)
        Inner exception type:   System.ComponentModel.Win32Exception
            Message:
                    Not   all privileges or groups referenced are assigned to the caller.
            HResult : 0x80004005
            Error : 1300
              Stack:
                    at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege.SetPrivilege(Boolean   enable)
                      at Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege..ctor(String   privilege)
                      at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocallyCachedLocalMachineSubKey(ServiceContainer   ctx, String machineName, SqlRegistryKey
    key)
                      at   Microsoft.SqlServer.Discovery.DiscoveryUtils.TryLocallyCacheRegistryKey(ServiceContainer   ctx, String machineName, SqlRegistryKey
    machineKey, String registryPath,   RegistryView regView, String regPath, RegistryAccess registryAccess,   Boolean& alreadyCached)
                      at   Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer   ctx, String machineName, RegistryView regView,
    String regPath, RegistryAccess   registryAccess)
                      at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String   machineName, RegistryView regView)
                      at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String   machineName)
                      at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
                      at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
                      at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req,   Object ci)
                      at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object   connectionInfo, Request request)
                      at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object   connectionInfo, Request request)
    And the tail of the detailed log:
    (01) 2014-04-10 11:51:29 Slp: Completed Action:   InitializeMsiExtension, returned True
    (01) 2014-04-10 11:51:30 Slp:   ----------------------------------------------------------------------
    (01) 2014-04-10 11:51:30 Slp: Running Action:   AddPackageModifierSourcesAction
    (01) 2014-04-10 11:51:30 Slp: Completed Action:   AddPackageModifierSourcesAction, returned True
    (01) 2014-04-10 11:51:30 Slp:   ----------------------------------------------------------------------
    (01) 2014-04-10 11:51:30 Slp: Running Action:   InitializeConfigAction
    (01) 2014-04-10 11:51:30 Slp: Completed Action:   InitializeConfigAction, returned True
    (01) 2014-04-10 11:51:30 Slp:   ----------------------------------------------------------------------
    (01) 2014-04-10 11:51:30 Slp: Running Action:   RunRemoteDiscoveryAction
    (01) 2014-04-10 11:51:31 Slp: Running discovery on local   machine
    (01) 2014-04-10 11:51:33 Slp: Discovery on local machine   is complete
    (01) 2014-04-10 11:51:33 Slp: Running discovery on remote   machine: VMSPDB1
    (01) 2014-04-10 11:51:35 Slp: Discovery on VMSPDB1 failed due to exception
    (01) 2014-04-10 11:51:36 Slp:   Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException: Failed to   retrieve data for this request. ---> System.ComponentModel.Win32Exception:   Not all privileges or groups referenced are
    assigned to the caller.
      at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege.SetPrivilege(Boolean   enable)
       at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege..ctor(String   privilege)
       at   Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocallyCachedLocalMachineSubKey(ServiceContainer   ctx, String machineName, SqlRegistryKey key)
       at   Microsoft.SqlServer.Discovery.DiscoveryUtils.TryLocallyCacheRegistryKey(ServiceContainer   ctx, String machineName, SqlRegistryKey machineKey, String registryPath,   RegistryView regView, String regPath, RegistryAccess
    registryAccess,   Boolean& alreadyCached)
       at   Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer   ctx, String machineName, RegistryView regView, String regPath, RegistryAccess   registryAccess)
       at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String   machineName, RegistryView regView)
       at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String   machineName)
       at   Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
       at   Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
       at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request   req, Object ci)
       at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object   connectionInfo, Request request)
       at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object   connectionInfo, Request request)
       --- End of inner exception stack trace ---
       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) 2014-04-10 11:51:36 Slp: Error: Action   "Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction"   threw an exception during execution.
    (01) 2014-04-10 11:51:36 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. ---> System.ComponentModel.Win32Exception:   Not all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege.SetPrivilege(Boolean   enable)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege..ctor(String   privilege)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocallyCachedLocalMachineSubKey(ServiceContainer   ctx, String machineName, SqlRegistryKey key)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Discovery.DiscoveryUtils.TryLocallyCacheRegistryKey(ServiceContainer   ctx, String machineName, SqlRegistryKey machineKey, String registryPath,   RegistryView
    regView, String regPath, RegistryAccess registryAccess,   Boolean& alreadyCached)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer   ctx, String machineName, RegistryView regView, String regPath, RegistryAccess   registryAccess)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String   machineName, RegistryView regView)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String   machineName)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req,   Object ci)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object   connectionInfo, Request request)
    (01) 2014-04-10 11:51:36 Slp:    at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object   connectionInfo, Request request)
    (01) 2014-04-10 11:51:36 Slp:    --- End of   inner exception stack trace ---
    (01) 2014-04-10 11:51:39 Slp: Received request to add the   following file to Watson reporting:   C:\Users\HS2\AppData\Local\Temp\tmp6614.tmp
    (01)   2014-04-10 11:51:39 Slp: The following is an exception stack listing the   exceptions in outermost to innermost order
    (01)   2014-04-10 11:51:39 Slp: Inner exceptions are being indented
    (01)   2014-04-10 11:51:39 Slp:
    (01)   2014-04-10 11:51:39 Slp: Exception type:   Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
    (01)   2014-04-10 11:51:39 Slp:     Message:
    (01)   2014-04-10 11:51:39 Slp:           Failed to retrieve data for this request.
    (01)   2014-04-10 11:51:39 Slp:     HResult : 0x80131500
    (01) 2014-04-10 11:51:39 Slp:       Data:
    (01) 2014-04-10 11:51:39   Slp:       HelpLink.ProdName = Microsoft SQL   Server
    (01) 2014-04-10 11:51:39   Slp:       HelpLink.BaseHelpUrl =
    http://go.microsoft.com/fwlink
    (01) 2014-04-10 11:51:39   Slp:       HelpLink.LinkId = 20476
    (01) 2014-04-10 11:51:39 Slp:       Stack:
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object   connectionInfo, Request request)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.ProcessDTbl(DataTable   dt, Int32 level)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectSqlDiscoveryData(String   machineName)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectDiscoveryData(String   machineName)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1   machineNames, String discoveryDocRootPath,
    String   clusterDiscoveryDocRootPath)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String   actionId)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId,   TextWriter errorStream)
    (01) 2014-04-10 11:51:39   Slp:         at   Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter   statusStream, ISequencedAction actionToRun, ServiceContainer
    context)
    (01)   2014-04-10 11:51:39 Slp:     Inner exception type:   System.ComponentModel.Win32Exception
    (01)   2014-04-10 11:51:39 Slp:           Message:
    (01)   2014-04-10 11:51:39   Slp:                   Not all privileges or groups referenced are assigned to the caller.
    (01)   2014-04-10 11:51:39   Slp:                  
    (01)   2014-04-10 11:51:39 Slp:           HResult : 0x80004005
    (01)   2014-04-10 11:51:39 Slp:           Error : 1300
    (01) 2014-04-10 11:51:39   Slp:         Stack:
    (01) 2014-04-10 11:51:39   Slp:                   at   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege.SetPrivilege(Boolean  
    enable)
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege..ctor(String   privilege)
    (01) 2014-04-10 11:51:39   Slp:                   at   Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocallyCachedLocalMachineSubKey(ServiceContainer  
    ctx, String machineName, SqlRegistryKey key)
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Discovery.DiscoveryUtils.TryLocallyCacheRegistryKey(ServiceContainer   ctx,
    String machineName, SqlRegistryKey machineKey, String registryPath,   RegistryView regView, String regPath, RegistryAccess registryAccess,   Boolean& alreadyCached)
    (01) 2014-04-10 11:51:39   Slp:                   at   Microsoft.SqlServer.Discovery.DiscoveryUtils.GetLocalMachineSubKey(ServiceContainer  
    ctx, String machineName, RegistryView regView, String regPath, RegistryAccess   registryAccess)
    (01) 2014-04-10 11:51:39   Slp:                   at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String  
    machineName, RegistryView regView)
    (01) 2014-04-10 11:51:39   Slp:                   at   Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String   machineName)
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req,   Object ci)
    (01) 2014-04-10 11:51:39   Slp:                   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object   connectionInfo, Request request)
    (01) 2014-04-10 11:51:39 Slp:                   at   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object   connectionInfo, Request request)
    (01) 2014-04-10 11:51:44 Slp: Watson Bucket 2
     Original Parameter Values
    (01) 2014-04-10 11:51:44 Slp: Parameter 0 : SQL Server  
    2012@RTM@KB2931078
    (01) 2014-04-10 11:51:44 Slp: Parameter 1 :   Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process
    (01) 2014-04-10 11:51:44 Slp: Parameter 2 :   Microsoft.SqlServer.Configuration.Sco.AdjustTokenPrivilege.SetPrivilege
    (01) 2014-04-10 11:51:44 Slp: Parameter 3 :
    Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException@-2146233088  
    (01) 2014-04-10 11:51:44 Slp: Parameter 4 :
    System.ComponentModel.Win32Exception@-2147467259  
    (01) 2014-04-10 11:51:44 Slp: Parameter 5 :   RunRemoteDiscoveryAction
    (01) 2014-04-10 11:51:44 Slp: Parameter 8 : 1300
    (01) 2014-04-10 11:51:44 Slp:
     Final Parameter Values
    (01) 2014-04-10 11:51:44 Slp: Parameter 0 : SQL Server  
    2012@RTM@KB2931078
    (01) 2014-04-10 11:51:44 Slp: Parameter 1 : 0x6785B09D
    (01) 2014-04-10 11:51:44 Slp: Parameter 2 : 0xB2652E58
    (01) 2014-04-10 11:51:44 Slp: Parameter 3 : 0x74E34741
    (01) 2014-04-10 11:51:44 Slp: Parameter 4 : 0xDC80C325
    (01) 2014-04-10 11:51:44 Slp: Parameter 5 :   RunRemoteDiscoveryAction
    (01) 2014-04-10 11:51:44 Slp: Parameter 8 : 0xA05EFA62
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL   Server\110\Setup   Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Microsoft_Microsoft SQL  
    Server.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key Uninstall to file C:\Program Files\Microsoft SQL   Server\110\Setup   Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL   Server\110\Setup Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL   Server\110\Setup   Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft  
    SQL Server.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key Uninstall to file C:\Program Files\Microsoft SQL   Server\110\Setup   Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:45 Slp: Sco: Attempting to write   hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL   Server\110\Setup Bootstrap\Log\20140410_115053\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
    (01) 2014-04-10 11:51:45 Slp: The following exception   occurred while preparing registry logs during Watson failure processing: Not   all privileges or groups referenced are assigned to the caller.
    (01) 2014-04-10 11:51:46 Slp: Failed to retrieve data for   this request.
    (01) 2014-04-10 11:51:46 Slp: Watson bucket for exception   based failure has been created
    (01) 2014-04-10 11:51:46 Slp: Sco: Attempting to create   base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2014-04-10 11:51:46 Slp: Sco: Attempting to open   registry subkey Software\Microsoft\Microsoft SQL Server\110
    (01) 2014-04-10 11:51:46 Slp: Sco: Attempting to get   registry value EnableErrorReporting
    (01) 2014-04-10 11:51:46 Slp: WER: Successfully read app   consent from registry Software\Microsoft\Microsoft SQL   Server\110\EnableErrorReporting=0.
    (01) 2014-04-10 11:51:46 Slp: WER: Application level   consent value '0' was mapped to consent status 'WerConsentDenied'
    (01) 2014-04-10 11:51:46 Slp: WER: Result of the   submission:: 'WerDisabled'
    (01) 2014-04-10 11:51:46 Slp: WER: Submitted 1 of 1   failures to the Watson data repository
    (01) 2014-04-10 11:51:46 Slp: Sco: File   'C:\Windows\system32\Cluster.exe' does not exist
    (01) 2014-04-10 11:51:46 Slp: Failed to collect cluster   logs, cannot find Cluster.exe under system directory.
    (01) 2014-04-10 11:51:46 Slp: Dumping final cluster state.
    (01) 2014-04-10 11:51:49 Slp: Completed dumping final   cluster state.
    (01) 2014-04-10 11:51:51 Slp:
    (01) 2014-04-10 11:51:51 Slp:   ----------------------------------------------------------------------
    (01) 2014-04-10 11:51:51 Slp:
    (01)   2014-04-10 11:51:51 Slp: Error result: -2146233088
    (01)   2014-04-10 11:51:51 Slp: Result facility code: 19
    (01)   2014-04-10 11:51:51 Slp: Result error code: 5376
    (01)   2014-04-10 11:51:51 Slp: SQM Service: Sqm does not have active session.

    Hello SQL Ranger,
    Thanks for posting the detailed log. I dont have exact solution for this but I can give you some hint what could be reason patch has failed below message points to fact that there is some issue with account which is used to install CU patch.Have alook at
    below log.It says that when patch was trying to get details from other node in cluster it was not able to.
    01) 2014-04-10 11:51:33 Slp: Discovery on local machine is complete
    (01) 2014-04-10 11:51:33 Slp: Running discovery on remote machine: VMSPDB1
    (01) 2014-04-10 11:51:35 Slp: Discovery on VMSPDB1 failed due to exception
    (01) 2014-04-10 11:51:36 Slp: Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException: Failed to retrieve data for this request. ---> System.ComponentModel.Win32Exception: Not all privileges or groups referenced are assigned to the caller.
    IMO I strongly feel it is issue with the account. Microsoft has also documented about this for SQL Server 2008 .Have a look at following links
    http://support.microsoft.com/default.aspx?scid=kb;en-US;2000257
    Please also assign privilege mentioned in below link
    http://www.bradg.co.za/?p=12
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Wait on the Database Engine recovery handle failed. Check the SQL server error log for potential causes in SQL Server 2012 Developer Edition

    I m using SQL Server 2012 Developer Edition. Even I tried 2012 express and enterprise edition but all
    gave same error. I browsed msdn blog. But nothing help me out.
    Below is the error log details--
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2013-10-21 12:58:05
      End time:                      2013-10-21 13:52:30
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for DQ:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  CROY-TOSH
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         C:\Users\CRoy\Downloads\SQL Server 2012 Developer Edition (x86 and x64) - DVD (English)\x64\setup\
      Installation edition:          Developer
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AI
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Data
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            CRoy-TOSH\CRoy
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   ROY
      CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir\
      CLTSTARTUPTYPE:                Manual
      CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               Manual
      CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     CRoy-TOSH\CRoy
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, BIDS, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, SNAC_SDK, MDS
      FILESTREAMLEVEL:               2
      FILESTREAMSHARENAME:           MSSQLSERVER
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT Service\MsDtsServer110
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              SharePointFilesOnlyMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Latin1_General_CI_AI
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           CRoy-TOSH\CRoy
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       SQL Server Data Tools
      Status:                        Passed
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Data Quality Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Master Data Services
      Status:                        Passed
      Feature:                       Distributed Replay Client
      Status:                        Passed
      Feature:                       Distributed Replay Controller
      Status:                        Passed
      Feature:                       Integration Services
      Status:                        Passed
      Feature:                       Data Quality Client
      Status:                        Passed
      Feature:                       Analysis Services
      Status:                        Passed
      Feature:                       Reporting Services - SharePoint
      Status:                        Passed
      Feature:                       Reporting Services Add-in for SharePoint Products
      Status:                        Passed
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\SystemConfigurationCheck_Report.htm

    Hi,
    This 3rd time I followed this link. But nothing new, same error.
    Can you please tell me how to do follow, I cannt do the 1st step, how to change the local system to windows level account, vice-versa. It is shown mine as
    Server Configuration Manager(Local) 
    From here I folllowed the steps ---[I cannt insert link/image :-(]
    SQL 2008/R2 setup fails with "Wait on the database engine recovery handle failed" 
    If I right clicked on SQL Server Service, there is no option to change the account. 
    Hello,
    Thanks for your patience,did you tried stesp mentioned in below article
    http://blogs.msdn.com/b/sqljourney/archive/2012/03/16/sql-2008-r2-setup-fails-with-quot-wait-on-the-database-engine-recovery-handle-failed-quot.aspx
    To resolve it, follow these steps:-
    When the installation throws this error, click on OK and allow it to proceed. It will fail for Database Engine, but the SQL Server service should have
    been created. Check the Services console.
    If the service is present, perform the following steps:-
    1. Go to SQL Server Configuration manager, right click on the SQL Server service, and change the service account (if it is local system, give
    it a windows level account, and vice-versa). It might throw a WMI error but you will see the account getting updated anyway. If not, then use the Services console. Change the account for SQL Agent as well.
    Use this link to change sql server service account
    http://technet.microsoft.com/en-us/library/ms345578.aspx
    2. Next, try to start the service. It should come online.
    3. However, you will not be able to log in to the SQL Server
    4. Now stop the service and start it from the command prompt using -m -c -T3608 parameters.
    5. Now try logging in to the server using admin connection from sqlcmd (sqlcmd admin:<server name>\<instance name> ...)
    6. Once logged in, use the sp_addsrvrolemember '<domain\username>','sysadmin'.
    Also add the builtin/administrators to the sysadmin role
    7. Now stop the service from the command prompt and start it from SQL Server configuration manager
    You should be able to log in to the server now.
    Hope this helps someone.
    Please revert if it helps or even if it does not
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Is Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.

    All I want to know is if Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.
    I have been planning and deploying my companies first Windows Server 2012/SQL Server 2012 Always On cluster and Always On Availability Groups Multi-Subnet cluster and instances for SharePoint 2013, and I will be brutally honest, the documentation on either
    the MSDN and TechNet leave alot to be desired. Continually finding links in the documentation will take me from a Windows 2012 reference to a page talking about Windows Server 2008 or R2, The differences of which there are so many when it comes to configurations,
    settings, roles, services when working with SQL Server 2012. I have been confused, frustrated, screaming mad, with all the misdirection in this documentation.  The documentation takes me windows 2008 R2 which is different than 2012!
    Tired and trying to pick myself up off the floor!
    Greg
    Gman

    In general, DTC is not required for SQL 2012.  But, since you are asking specifically about SharePoint, it would be better to ask in a SharePoint forum.  They would be more likely to know those situations where FTC might be needed by SharePoint. 
    .:|:.:|:. tim

Maybe you are looking for