Cumulative update 5 for SQL Server 2012 SP2 is released

Cumulative update 5 for SQL Server 2012 SP2 is released
https://support.microsoft.com/en-us/kb/3037255
MDS related fix is:
FIX: The notification email link is broken when a special character is part of the URL in SQL Server 2012 MDS
http://support.microsoft.com/en-us/kb/3036201

Hello,
The following blog shows the latest builds (updates) available for each version of SQL Server.
http://sqlserverbuilds.blogspot.com/
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • SQL Server 2012 unable to update cumulative update for sql server 2012

    Here is the version
    Microsoft SQL server 2012 11.02.2100.60X64
    Trying to install the update to install sccm2012
    Error
    There are no SQL server instance or shared feature that can be update on this computer.

    Hello,
    You need CU2 for SQL Server 2012 RTM or later to be able to install SSCM 2012. You can install SP1 for SQL Server 2012 too.
    CU2 can be downloaded from the following link:
    http://support.microsoft.com/kb/2703275/en-us
    When you click on the “Hotfix Download Available” button, make sure you make a click on the “"Show hotfixes for all platforms and languages
    (8) " link, then download and install the following file:
    SQLServer2012_RTM_CU2_2703275_11_0_2325_x64
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Cumulative update 15 for SQL Server 2012 SP1 is released

    Cumulative update 15 for SQL Server 2012 SP1 is released
    http://support.microsoft.com/en-us/kb/3038001
    MDS related fix is:
    FIX: Add three stored procedures to clean up history that is created when you use SQL Server 2012 MDS
    http://support.microsoft.com/en-us/kb/3036601
    After using MDS for a while, the transaction/validation/staging history may grow very large. In this CU we provide 3 store procedure to clean them up manually.
    The fix will be ported over to SQL 2012 SP2 and SQL 2014 CUs in the coming 2 months.
    In next SQL Server release, it will be automated by MDS maintenance job.
    --@ModelID is the model ID that you clean up the log for.
    --@CLeanupOlderThanDate is the date before that the logs or records is deleted.
    DECLARE @CleanupOlderThanDate date = '<Date>', @ModelID INT = <ID>
    --Cleanup Transaction History
    EXEC mdm.udpTransactionsCleanup @ModelID, @CleanupOlderThanDate;
    --Cleanup Validation History
    EXEC mdm.udpValidationsCleanup @ModelID, @CleanupOlderThanDate;
    --Cleanup entity-based staging table
    EXEC mdm.udpEntityStagingBatchTableCleanup @ModelID, @CleanupOlderThanDate;

    Hi SelvaOnline,
    I would recommend to install SP2 and the hotfix that came after it.
    If you don't have a reason to install a CU than don't bother with it.
    SP2:
    http://www.microsoft.com/en-us/download/details.aspx?id=43340
    Hotfix for SP2;
    http://support.microsoft.com/kb/2969896/en-us
    Thanks, 
    Teun

  • How to uninstall/remove security update for SQL Server 2012

    My requirement is to uninstall/remove security update for SQL
    Server 2012 Service Pack 1 only. so are these below steps are correct or do I need to take any extra precaution for uninstallation?
    Go to Control panelàProgramsà
    Programs and FeaturesàInstalled Updrtes, right click on update and uninstall
    As per my knowledge in SQL Server 2005, we cannot uninstall a service pack. we have to uninstall SQL Server 2005 completely, and reinstall SQL Server 2005 with previous service
    packs and updates. but Starting SQL Server 2008, we can uninstall a service pack using Control Panel.
    Rahul

    http://blogs.msdn.com/b/askjay/archive/2011/02/07/uninstalling-a-sql-server-service-pack.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Package Failing after update to SQL Server 2012 SP2

    I have a package that was running fine with SQL Server 2012 until an upgrade to SP2 the package now fails in a derived column step where a bunch of type casts are done
    (DT_NTEXT)"\" " + (DT_NTEXT)@[User::phantomScriptLoc] + (DT_NTEXT)"getautomatedtable.js " + (DT_NTEXT)"--ignore-ssl-errors=yes -user \"" + (DT_NTEXT)Username + (DT_NTEXT)"\" -pass \"" + (DT_NTEXT)Password + (DT_NTEXT)"\" -url \"" + (DT_NTEXT)@[User::gatewayWebLoc] + (DT_NTEXT)"\" -module \"/" + (DT_NTEXT)module_name + (DT_NTEXT)"/index.cfm\" -reportpage \"" + (DT_NTEXT)report_name + (DT_NTEXT)"\" -deptid \"" + (DT_NTEXT)cast_deptid + (DT_NTEXT)"\" -reportname \"" + (DT_NTEXT)report_title + (DT_NTEXT)"\" -outfile \"" + (DT_NTEXT)@[User::storeReportsLoc] + (DT_NTEXT)filename + (DT_NTEXT)"\" -format \"" + (DT_NTEXT)RTRIM(AutoRpt_FileFmt_Txt) + (DT_NTEXT)"\" -querystring \"" + (DT_NTEXT)queryString + (DT_NTEXT)"&debugMode=1\"\""
    The package does not return an error but instaed call SQLDUMPER and creates a dump file.
    Any one else had an issue since an SP2 upgrade?

    Hi tbrown10a,
    I am able to reproduce the issue after installing SP2 for SQL Server 2012. The issue occurs when trying to cast one data type to DT_NTEXT or DT_TEXT data type. As Arthur mentioned, I would suggest you file a connect at
    https://connect.microsoft.com/sql.
    Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
    Regards,
    Mike Yin
    TechNet Community Support

  • SQL Server 2012 SP2 Cumulative Update 5

    We are starting to take a look at Cumulative update 5 for SQL Server 2012 SP2.  The Installation was going smooth until the very in, where it sat on trying to start MSSQLServer for several minutes and finally timed out.  Why does Cumulative
    patch 5 says it failed to start the service when the server is already running?  Version number changed, and everthing looks ok, except for the error message in the log file.
    Is this a valid installation or do I need to try again? 
    Thanks.
    DJ

    Thanks for the reply.  The ErrorLog is too large to post in 1 reply.  Will post multiple times.
    Version of the SQL Server shows 11.0.5582.0
    Dj
    Post 1
    2015-03-24 14:13:23.82 Server      Microsoft SQL Server 2012 - 11.0.5582.0 (X64)
     Feb 27 2015 18:10:15
     Copyright (c) Microsoft Corporation
     Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
    2015-03-24 14:13:23.82 Server      (c) Microsoft Corporation.
    2015-03-24 14:13:23.82 Server      All rights reserved.
    2015-03-24 14:13:23.82 Server      Server process ID is 37184.
    2015-03-24 14:13:23.82 Server      System Manufacturer: 'VMware, Inc.', System Model: 'VMware Virtual Platform'.
    2015-03-24 14:13:23.82 Server      Authentication mode is MIXED.
    2015-03-24 14:13:23.82 Server      Logging SQL Server messages in file 'L:\SQL Server\Log Files\ERRORLOG'.
    2015-03-24 14:13:23.82 Server      The service account is 'NT Service\MSSQLSERVER'. This is an informational message; no user action is required.
    2015-03-24 14:13:23.82 Server      Registry startup parameters:
      -d H:\\System DB\Data\master.mdf
      -e L:\SQL Server\Log Files\ERRORLOG
      -l G:\\System DB\Logs\mastlog.ldf
    2015-03-24 14:13:23.82 Server      Command Line Startup Parameters:
      -s "MSSQLSERVER"
    2015-03-24 14:13:24.15 Server      SQL Server detected 1 sockets with 2 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational
    message; no user action is required.
    2015-03-24 14:13:24.15 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.15 Server      Detected 8191 MB of RAM. This is an informational message; no user action is required.
    2015-03-24 14:13:24.15 Server      Using locked pages in the memory manager.
    2015-03-24 14:13:24.15 Server      Common Criteria compliance mode is enabled. This is an informational message only; no user action is required.
    2015-03-24 14:13:24.22 Server      This instance of SQL Server last reported using a process ID of 39820 at 3/24/2015 2:09:46 PM (local) 3/24/2015 6:09:46 PM (UTC). This is an informational message only; no user action is required.
    2015-03-24 14:13:24.23 Server      Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2015-03-24 14:13:24.23 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-03-24 14:13:24.24 Server      Software Usage Metrics is disabled.
    2015-03-24 14:13:24.24 spid4s      Starting up database 'master'.
    2015-03-24 14:13:24.30 spid4s      9 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.32 spid4s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.32 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.33 Server      CLR version v4.0.30319 loaded.
    2015-03-24 14:13:24.36 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-03-24 14:13:39.41 spid6s      SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [H:\\System DB\Data\master.mdf] in database [master] (1).  The OS file handle is 0x0000000000000598. 
    The offset of the latest long I/O is: 0x0000000002a000
    2015-03-24 14:13:53.94 spid4s      Recovery completed for database master (database ID 1) in 29 second(s) (analysis 3 ms, redo 39 ms, undo 8 ms.) This is an informational message only. No user action is required.
    2015-03-24 14:13:54.19 spid4s      CHECKDB for database 'master' finished without errors on 2015-03-06 08:35:22.387 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:13:54.19 spid4s      Resource governor reconfiguration succeeded.
    2015-03-24 14:13:54.19 spid4s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-03-24 14:13:54.19 spid4s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-03-24 14:13:54.21 spid4s      Server name is 'Server'. This is an informational message only. No user action is required.
    2015-03-24 14:13:54.22 spid4s      Failed to verify Authenticode signature on DLL 'S:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\ftimport.dll'.
    2015-03-24 14:13:54.22 spid9s      Starting up database 'mssqlsystemresource'.
    2015-03-24 14:13:54.22 spid14s     Starting up database 'msdb'.
    2015-03-24 14:13:54.23 spid15s     Starting up database 'Mgmt'.
    2015-03-24 14:13:54.24 spid16s     Starting up database 'Web2'.
    2015-03-24 14:13:54.24 spid12s     The certificate [Cert Hash(sha1) "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"] was successfully loaded for encryption.
    2015-03-24 14:13:54.24 spid18s     Starting up database 'Web2A'.
    2015-03-24 14:13:54.24 spid9s      The resource database build version is 11.00.5582. This is an informational message only. No user action is required.
    2015-03-24 14:13:54.25 spid12s     Server is listening on [ 'any' <ipv6> 1433].
    2015-03-24 14:13:54.25 spid12s     Server is listening on [ 'any' <ipv4> 1433].
    2015-03-24 14:13:54.25 spid12s     Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2015-03-24 14:13:54.26 spid12s     Server local connection provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2015-03-24 14:13:54.26 Server      Server is listening on [ ::1 <ipv6> 1434].
    2015-03-24 14:13:54.26 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2015-03-24 14:13:54.26 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2015-03-24 14:13:54.26 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This
    is an informational message. No user action is required.
    2015-03-24 14:13:54.33 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/Server.local ] for the SQL Server service.
    2015-03-24 14:13:54.33 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/Server.local:1433 ] for the SQL Server service.
    2015-03-24 14:13:54.39 spid9s      Starting up database 'model'.
    2015-03-24 14:13:54.42 spid4s      1 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.42 spid4s      Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.46 spid9s      1 transactions rolled forward in database 'model' (3:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.47 spid9s      0 transactions rolled back in database 'model' (3:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.62 spid9s      Clearing tempdb database.
    2015-03-24 14:14:17.34 spid9s      Starting up database 'tempdb'.
    2015-03-24 14:14:27.05 spid19s     The Service Broker endpoint is in disabled or stopped state.
    2015-03-24 14:14:27.06 spid19s     The Database Mirroring endpoint is in disabled or stopped state.
    2015-03-24 14:14:27.07 spid19s     Service Broker manager has started.
    2015-03-24 14:14:27.21 spid15s     CHECKDB for database 'Mgmt' finished without errors on 2014-09-14 00:02:54.637 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:14:27.58 spid16s     CHECKDB for database 'Web2' finished without errors on 2015-03-22 00:00:43.253 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:14:27.65 spid4s      Database 'master' is upgrading script 'ProvisionAgentIdentity.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.65 spid4s      Database 'master' is upgrading script 'no_op.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.93 spid4s      Database 'master' is upgrading script 'no_op.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.94 spid4s      -----------------------------------------
    2015-03-24 14:14:27.94 spid4s      Starting execution of dummy.sql
    2015-03-24 14:14:27.94 spid4s      -----------------------------------------
    2015-03-24 14:14:27.94 spid4s      Database 'master' is upgrading script 'repl_upgrade.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.94 spid4s      Executing replication upgrade scripts.
    2015-03-24 14:14:27.99 spid4s      Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 14:14:28.07 spid4s      Using 'xpstar.dll' version '2011.110.5058' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2015-03-24 14:14:28.09 spid4s      Executing sp_vupgrade_replication.
    2015-03-24 14:14:28.50 spid4s      Upgrading publication settings and system objects in database [Mgmt].
    2015-03-24 14:14:28.89 spid4s      Upgrading publication settings and system objects in database [Web2].
    2015-03-24 14:14:29.98 spid4s      Upgrading publication settings and system objects in database [Web2A].
    2015-03-24 14:14:30.48 spid4s      Could not open database [LEGACY_DSS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_1]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_LS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_NG]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_RSV]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.52 spid4s      Upgrading subscription settings and system objects in database [Mgmt].
    2015-03-24 14:14:31.17 spid4s      Attempting to load library 'xprepl.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 14:14:31.19 spid4s      Using 'xprepl.dll' version '2011.110.5582' to execute extended stored procedure 'xp_repl_encrypt'. This is an informational message only; no user action is required.
    2015-03-24 14:14:31.19 spid4s      Upgrading subscription settings and system objects in database [Web2].
    2015-03-24 14:14:31.75 spid4s      Upgrading subscription settings and system objects in database [Web2A].
    2015-03-24 14:14:32.31 spid4s      Could not open database [LEGACY]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_1]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_LS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_NG]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_RSV]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.33 spid4s      Attempting to copy article resolvers from SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\Replication\ArticleResolver
    2015-03-24 14:14:32.59 spid4s      sp_vupgrade_replication executed successfully
    2015-03-24 14:14:32.59 spid4s      Saving upgrade script status to 'SOFTWARE\Microsoft\MSSQLServer\Replication\Setup'.
    2015-03-24 14:14:32.59 spid4s      Saved upgrade script status successfully.
    2015-03-24 14:14:32.59 spid4s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:32.92 spid4s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:32.92 spid4s      ----------------------------------
    2015-03-24 14:14:32.92 spid4s      Starting execution of PRE_MSDB.SQL
    2015-03-24 14:14:32.92 spid4s      ----------------------------------
    2015-03-24 14:14:33.08 spid4s      Setting database option COMPATIBILITY_LEVEL to 100 for database 'msdb'.
    2015-03-24 14:14:33.17 spid4s      -----------------------------------------
    2015-03-24 14:14:33.17 spid4s      Starting execution of PRE_SQLAGENT100.SQL
    2015-03-24 14:14:33.17 spid4s      -----------------------------------------
    2015-03-24 14:14:33.17 spid4s      Setting database option COMPATIBILITY_LEVEL to 110 for database 'msdb'.
    2015-03-24 14:14:33.22 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:14:33.22 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:15:00.06 spid6s      SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [G:\\System DB\Logs\MSDBLog.ldf] in database [msdb] (4).  The OS file handle is 0x0000000000000790. 
    The offset of the latest long I/O is: 0x00000000efac00
    2015-03-24 14:16:00.87 spid4s      DBCC TRACEOFF 1717, server process ID (SPID) 4. This is an informational message only; no user action is required.
    2015-03-24 14:16:00.87 spid4s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    2015-03-24 14:16:00.88 spid4s      
    2015-03-24 14:16:00.88 spid4s      Creating table temp_sysjobschedules
    2015-03-24 14:16:01.00 spid4s      
    2015-03-24 14:16:01.00 spid4s      Alter table sysdownloadlist...
    2015-03-24 14:16:01.00 spid4s      
    2015-03-24 14:16:01.00 spid4s      Alter table sysjobhistory...
    2015-03-24 14:16:01.02 spid4s      
    2015-03-24 14:16:01.02 spid4s      Alter table systargetservers...
    2015-03-24 14:16:01.02 spid4s      
    2015-03-24 14:16:01.02 spid4s      Alter table sysjobsteps...
    2015-03-24 14:16:01.09 spid4s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.09 spid4s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.09 spid4s      
    2015-03-24 14:16:01.09 spid4s      -----------------------------------------
    2015-03-24 14:16:01.09 spid4s      Execution of PRE_SQLAGENT100.SQL complete
    2015-03-24 14:16:01.09 spid4s      -----------------------------------------
    2015-03-24 14:16:01.10 spid4s      DMF pre-upgrade steps...
    2015-03-24 14:16:01.25 spid4s      DC pre-upgrade steps...
    2015-03-24 14:16:01.25 spid4s      Check if Data collector config table exists...
    2015-03-24 14:16:01.25 spid4s      Data Collector state before upgrade: 0
    2015-03-24 14:16:01.25 spid4s      pre_dc100::Check if syscollector_collection_sets_internal table exists...
    2015-03-24 14:16:01.25 spid4s      pre_dc100::Capturing Collection set status in temp table...
    2015-03-24 14:16:01.33 spid4s      Deleting cached auto-generated T-SQL Data Collection packages from msdb...
    2015-03-24 14:16:01.33 spid4s      End of DC pre-upgrade steps.
    2015-03-24 14:16:01.33 spid4s      DAC pre-upgrade steps...
    2015-03-24 14:16:01.33 spid4s      Starting DAC pre-upgrade steps ...
    2015-03-24 14:16:01.33 spid4s      End of DAC pre-upgrade steps.
    2015-03-24 14:16:01.33 spid4s      ----------------------------------
    2015-03-24 14:16:01.33 spid4s      Starting execution of MSDB.SQL
    2015-03-24 14:16:01.33 spid4s      ----------------------------------
    2015-03-24 14:16:01.39 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.39 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.42 spid4s      Checking the size of MSDB...
    2015-03-24 14:16:01.60 spid4s      
    2015-03-24 14:16:01.60 spid4s      Setting database option TRUSTWORTHY to ON for database 'msdb'.
    2015-03-24 14:16:01.60 spid4s      Setting database option RECOVERY to SIMPLE for database 'msdb'.
    2015-03-24 14:16:01.63 spid4s      ----------------------------------
    2015-03-24 14:16:01.63 spid4s      Finished execution of MSDB.SQL
    2015-03-24 14:16:01.63 spid4s      ----------------------------------
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Starting execution of MSDB_VERSIONING.SQL
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Finished execution of MSDB_VERSIONING.SQL
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Dropping view MSdatatype_mappings...
    2015-03-24 14:16:01.63 spid4s      Dropping view sysdatatypemappings...
    2015-03-24 14:16:30.94 spid4s      Dropping table MSdbms_datatype_mapping...
    2015-03-24 14:16:30.95 spid4s      Dropping table MSdbms_map...
    2015-03-24 14:16:30.96 spid4s      Dropping table MSdbms_datatype...
    2015-03-24 14:16:30.96 spid4s      Dropping table MSdbms...
    2015-03-24 14:16:30.99 spid4s      Creating table MSdbms
    2015-03-24 14:16:31.00 spid4s      Creating table MSdbms_datatype
    2015-03-24 14:17:30.96 spid4s      Creating table MSdbms_map
    2015-03-24 14:17:30.96 spid4s      Creating table MSdbms_datatype_mapping
    2015-03-24 14:17:30.97 spid4s      Definining default datatype mappings
    2015-03-24 14:17:30.98 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE8
    2015-03-24 14:17:31.08 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE9
    2015-03-24 14:17:31.12 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE10
    2015-03-24 14:17:31.17 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE11
    2015-03-24 14:17:31.22 spid4s      Creating datatype mappings for MSSQLSERVER to DB2
    2015-03-24 14:17:31.28 spid4s      Creating datatype mappings for MSSQLSERVER to SYBASE
    2015-03-24 14:17:31.33 spid4s      Creating datatype mappings for ORACLE8 to MSSQLSERVER
    2015-03-24 14:17:31.38 spid4s      Creating datatype mappings for ORACLE9 to MSSQLSERVER
    2015-03-24 14:17:31.45 spid4s      Creating datatype mappings for ORACLE10 to MSSQLServer
    2015-03-24 14:17:50.00 spid4s      Creating datatype mappings for ORACLE11 to MSSQLServer
    2015-03-24 14:17:59.30 spid4s      Creating view MSdatatype_mappings
    2015-03-24 14:17:59.31 spid4s      Creating view sysdatatypemappings
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_enum_proxy_for_subsystem
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_enum_login_for_proxy
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sysmail_delete_mailitems_sp
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_get_startup_info
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_has_server_access
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_get_perf_counters
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_notify
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sysmail_delete_log_sp
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_is_sqlagent_starting
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_verify_job_identifiers
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_verify_schedule_identifiers
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_jobproc_caller
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_downloaded_row_limiter
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_post_msx_operation
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_performance_condition
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_job_date
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_job_time
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_alert
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_update_alert
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_job_references
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_all_msx_jobs
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_accountparams_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_generate_target_server_job_assignment_sql
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_generate_server_description
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_principal_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_set_account
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_get_account
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_account_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_operator
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_add_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_defect
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_update_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_enlist
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_delete_profile_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetserver
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_profile_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_enlist_tsx
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_create_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_get_sqlagent_properties
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_alter_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_set_sqlagent_properties
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_drop_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_add_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_add_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_update_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_update_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_delete_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_help_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_add_targetsvrgrp_member
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_admin_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetsvrgrp_member
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_add_profileaccount_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_verify_category
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_update_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_add_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_delete_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_update_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_delete_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_configure_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_configure_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_targetserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_configure_value_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_resync_targetserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_add_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_purge_jobhistory
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_update_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory_full
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_delete_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory_summary
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_logmailevent_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_add_jobserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_start_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_delete_jobserver
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_stop_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_help_jobserver
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_help_status_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_help_downloadlist
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_help_queue_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_enum_sqlagent_subsystems_internal
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_SendMailMessage
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_enum_sqlagent_subsystems
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_isprohibited
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_verify_subsystem
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_SendMailQueues
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_verify_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_ProcessResponse
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_add_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_MailItemResultSets
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_attach_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_process_DialogTimer
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_detach_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_readrequest
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_update_replication_job_parameter
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_GetAttachmentData
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_update_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_RunMailQuery
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_schedule
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_validate_user
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_get_jobstep_db_username
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_send_dbmail
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_verify_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_ExternalMailQueueListener
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobstep_internal
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_sysmail_activate
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_update_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_help_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_write_sysjobstep_log
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_delete_log
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_help_jobsteplog
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_delete_subplan
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_jobsteplog
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_update_subplan_tsx
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_get_schedule_description
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_subplans_by_job
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobschedule
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_open_logentry
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_update_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_close_logentry
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_update_log
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_schedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_update_subplan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_delete_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_verify_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_start
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_get_script
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_update_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_clear_dbmaintplan_by_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_get_composite_job_info
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_maintenance_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobcount
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_maintenance_plan_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobs_in_schedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_manage_jobs_by_login
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_maintenance_plan_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_apply_job_to_targets
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_help_maintenance_plan
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_remove_job_from_targets
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_get_job_alerts
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_start_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_stop_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_monitor_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_cycle_agent_errorlog
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_primary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_get_chunked_jobstep_params
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_secondary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_check_for_owned_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_monitor_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_check_for_owned_jobsteps
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_primary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_sqlagent_refresh_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_secondary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_jobhistory_row_limiter
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_log_shipping_in_sync
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_sqlagent_log_jobhistory
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_log_shipping_get_date_from_file
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_sqlagent_check_msx_version
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_get_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_sqlagent_probe_msx
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_update_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_set_local_time
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_delete_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_multi_server_job_summary
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_remove_log_shipping_monitor_account
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_target_server_summary
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_log_shipping_monitor_backup
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_uniquetaskname
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_log_shipping_monitor_restore
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_addtask
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_change_monitor_role
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_droptask
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_create_log_shipping_monitor_account
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: trig_targetserver_insert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_add_alert_internal
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_addlogentry
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_add_alert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_listpackages
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_delete_alert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_listfolders
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_alert
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_deletepackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_deletefolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_add_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_sqlagent_is_srvrolemember
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_getpackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_update_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_category_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_getfolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_putpackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_operator_jobs
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_proxy_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_operator_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_credential_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_addfolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_notify_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_subsystems
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_renamefolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_notification
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_subsystem_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_setpackageroles
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_add_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_login_identifiers
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_ssis_getpackageroles
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_update_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_delete_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_add_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_delete_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_jobactivity
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_update_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sqlagent_is_member
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_proxy_permissions
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sem_add_message
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sem_drop_message
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_get_message_description
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_grant_proxy_to_subsystem
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_jobhistory_sem
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_grant_login_to_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_convert_jobid_to_char
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_revoke_login_from_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_revoke_proxy_from_subsystem

  • MS SQL Server 2012 SP2 post-installation error

    Hi all,
    Windows update gave me an option to install updates for my MS SQL Server 2012. One was the SP1 and the other was the SP2. During that time i selected both but in the end the update for 'Security Update for
    SQL Server 2012 Service Pack 1 (KB2977326)' failed and the update for 'Microsoft SQL Server 2012 Service Pack 2 (KB2958429)' succeeded.
    What i saw then when I run management studio and did a select top 100 rows command on a table I got the below error: 
    An error occurred while executing batch. Error message is: Method not found: 'System.String Microsoft.SqlServer.Management.Smo.Util.BytesToHexString(Byte[], Int32)'.
    This happens only for select statements. Edit and all other works fine. Does anybody know about this issue?
    Thanks for you time. :)

    Hi DBTheoN,
    We check whether a program is an add-in from "Programs and Features" based on experience. I understand it is a little hard.
    So, here I have another way to check which assemblies are being loading during the querying. That, we can follow these steps:
    Download
    Process Monitor
    Open Process Monitor and start monitoring
    Open SQL Server Management Studio, and then execute the query
    Stop the monitoring
    From Process Monitor, filter the result by Process name(ssms.exe), Event Class(File IO) and Path(End With .dll)
    Save it and share it with us
    Once I receive the log, I will help to analyze it.
    Thanks,
    Jinchun Chen

  • SQL Server 2012 SP2 compatible?

    Welp, SQL Server 2012 SP2 was released a few weeks ago. Any word if it's compatible with SharePoint 2013?

    Yes, it is. SP2 is just SP1 CU1 through CU9. For right now, I prefer skipping SP2 and going with
    CU10 for SP1 as it includes some excellent tempdb performance improvements.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • KB2977326 - Security Update for SQL Server Service Pack 1 repeatedly fails to install

    This update fails to install every day when I shut down my computer. Here is the WindowsUpdate.Log:
    2014-12-02 15:50:11:469
    420 44c
    AU #########
    2014-12-02 15:50:11:469
    420 44c
    AU  # Initiating install at shutdown
    2014-12-02 15:50:11:469
    420 44c
    AU  # Approved updates = 1
    2014-12-02 15:50:11:516
    420 44c
    AU <<## SUBMITTED ## AU: Install updates / installing updates [CallId = {685C12BB-7AA9-4A31-9620-8F306EEE31C3}]
    2014-12-02 15:50:11:516
    420 44c
    Shutdwn InstallAtShutdown starts.
    2014-12-02 15:50:11:516
    420 1528
    Agent *************
    2014-12-02 15:50:11:516
    420 1528
    Agent ** START **  Agent: Installing updates [CallerId = AutomaticUpdates]
    2014-12-02 15:50:11:516
    420 1528
    Agent *********
    2014-12-02 15:50:11:516
    420 1528
    Agent  * Updates to install = 1
    2014-12-02 15:50:11:531
    420 1528
    Agent  *   Title = Security Update for SQL Server 2012 Service Pack 1 (KB2977326)
    2014-12-02 15:50:11:531
    420 1528
    Agent  *   UpdateId = {E0D65CC4-3B13-4352-BD89-A28C5F4C5017}.200
    2014-12-02 15:50:11:531
    420 1528
    Agent  *     Bundles 1 updates:
    2014-12-02 15:50:11:531
    420 1528
    Agent  *       {C076E757-1A4F-44DB-823B-CFFC07CD7D38}.200
    2014-12-02 15:50:11:547
    420 16d8
    Shutdwn InstallAtShutdown got install progress.
    2014-12-02 15:50:12:327
    420 d4c
    Report CWERReporter finishing event handling. (00000000)
    2014-12-02 15:50:20:548
    420 44c
    AU WARNING: Pending directive, 'Install Approval', is not applicable
    2014-12-02 15:50:24:417
    420 16d8
    Shutdwn InstallAtShutdown got install progress.
    2014-12-02 15:50:24:432
    420 16d8
    Shutdwn InstallAtShutdown got install progress.
    2014-12-02 15:50:24:432
    420 1528
    DnldMgr Preparing update for install, updateId = {C076E757-1A4F-44DB-823B-CFFC07CD7D38}.200.
    2014-12-02 15:50:25:119
    2052 608
    Misc ===========  Logging initialized (build: 7.6.7600.320, tz: -0600)  ===========
    2014-12-02 15:50:25:119
    2052 608
    Misc  = Process: C:\Windows\system32\wuauclt.exe
    2014-12-02 15:50:25:119
    2052 608
    Misc  = Module: C:\Windows\system32\wuaueng.dll
    2014-12-02 15:50:25:119
    2052 608
    Handler :::::::::::::
    2014-12-02 15:50:25:119
    2052 608
    Handler :: START ::  Handler: Command Line Install
    2014-12-02 15:50:25:119
    2052 608
    Handler :::::::::
    2014-12-02 15:50:25:119
    2052 608
    Handler  : Updates to install = 1
    2014-12-02 15:50:25:119
    420 16d8
    Shutdwn InstallAtShutdown got install progress.
    2014-12-02 15:52:23:991
    420 44c
    AU AU setting next sqm report timeout to 2014-12-03 21:52:23
    2014-12-02 15:54:39:587
    2052 608
    Handler  : WARNING: Command line install completed. Return code = 0x84b20001, Result = Failed, Reboot required = false
    2014-12-02 15:54:39:587
    2052 608
    Handler  : WARNING: Exit code = 0x8024200B
    2014-12-02 15:54:39:587
    420 16d8
    AU >>##  RESUMED  ## AU: Installing update [UpdateId = {E0D65CC4-3B13-4352-BD89-A28C5F4C5017}]
    2014-12-02 15:54:39:587
    2052 608
    Handler :::::::::
    2014-12-02 15:54:39:587
    2052 608
    Handler ::  END  ::  Handler: Command Line Install
    2014-12-02 15:54:39:587
    2052 608
    Handler :::::::::::::
    2014-12-02 15:54:39:587
    420 16d8
    AU  # WARNING: Install failed, error = 0x80070643 / 0x84B20001
    2014-12-02 15:54:39:587
    420 16d8
    Shutdwn InstallAtShutdown got install progress.
    2014-12-02 15:54:39:711
    420 1528
    Report REPORT EVENT: {DFA9CDC8-334A-4E57-9588-77B8E980833D}
    2014-12-02 15:54:39:587-0600 1
    198 101
    {E0D65CC4-3B13-4352-BD89-A28C5F4C5017}
    200 80070643
    AutomaticUpdates Failure
    Content Install Installation Failure: Windows failed to install the following update with error 0x80070643: Security Update for SQL Server 2012 Service Pack 1 (KB2977326).
    2014-12-02 15:54:39:727
    420 1528
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-12-02 15:54:39:727
    420 1528
    Report WER Report sent: 7.6.7600.320 0x80070643 E0D65CC4-3B13-4352-BD89-A28C5F4C5017 Install 101 Unmanaged
    2014-12-02 15:54:39:727
    420 1528
    Report CWERReporter finishing event handling. (00000000)
    2014-12-02 15:54:39:805
    420 1528
    Agent *********
    2014-12-02 15:54:39:805
    420 16d8
    AU Install call completed.
    2014-12-02 15:54:39:805
    420 1528
    Agent **  END  **  Agent: Installing updates [CallerId = AutomaticUpdates]
    2014-12-02 15:54:39:805
    420 16d8
    AU  # WARNING: Install call completed, reboot required = No, error = 0x00000000
    2014-12-02 15:54:39:805
    420 1528
    Agent *************
    2014-12-02 15:54:39:805
    420 16d8
    AU #########
    2014-12-02 15:54:39:805
    420 16d8
    AU ##  END  ##  AU: Installing updates [CallId = {685C12BB-7AA9-4A31-9620-8F306EEE31C3}]
    2014-12-02 15:54:39:805
    420 16d8
    AU #############
    jim...

    Hello,
    Please examine the Summary.txt log file. The following article may help you locate the file on disk:
    http://msdn.microsoft.com/en-us/library/ms143702(v=sql.110).aspx
    If you find the sentence “A failure was detected for a previous installation” on the Summary.txt log file, please repair SQL Server using the following article:
    http://msdn.microsoft.com/en-us/library/Cc646006(v=sql.110).aspx
    If you find other errors, please share the content of the Summary.txt log file with us.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Cumulative updates for SQL 2008r2 sp3

    Hi Experts,
    I doubt that we have any cumulative updates for SQL Server 2008 R2 sp3, I am trying to find a latest cumulative updates, could not find in google.
    my sql version is :Microsoft SQL Server 2008 R2 (SP3) - 10.50.6000.34 (X64)   Aug 19 2014 12:21:34   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor) 
    Please let me know if we have any cumulative updates or fix for exception access violation error for sql server 2008r2 sp3.
    Thanks in advance.

    Hello,
    After SP3, Microsoft has released the following hot fix only.
    https://support.microsoft.com/en-us/kb/3033860/en-us?wa=wsignin1.0
    For more information, please visit the following URL.
    http://sqlserverbuilds.blogspot.com/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL Server 2012 Cumulative update package 2 (CU2) for SQL Server 2012 Service Pack 2 - why only for x86 ?

    Hey guys...
    Im a little bit confused... i wanted to download the newest hotfixes for SQL server 2012...
    But the download for :
    2983175 Cumulative update package 2 (CU2) for SQL Server 2012 Service Pack
    is only for the platform: x86 available ... but my SQL server 2012 is running in a x64 environment...
    (when i checked the older cumulative updates... they're all only for x86.. can someone tell me why ? )
    thanks and regards,
    Dominic

    There doesn't exist an SQL Express "Standard". It's two different editions.
    For Express there are three 32bit/64bit editions:
    Express, Express with Tools and Express with Advanced Services.
    Express with Tools is essentially Express with Management Studio Tools, Express with Advanced Services adds also BI (Business Intelligence) + Reporting Services.
    As for where you can apply the cumulative update, on the link you can see this:
        Microsoft SQL Server 2012 Service Pack 2, when used with:
            Microsoft SQL Server 2012 Analysis Services
            Microsoft SQL Server 2012 Developer
            Microsoft SQL Server 2012 Enterprise
            Microsoft SQL Server 2012 Express
            Microsoft SQL Server 2012 Business Intelligence
            Microsoft SQL Server 2012 Standard
            Microsoft SQL Server 2012 Web
    "If there's nothing wrong with me, maybe there's something wrong with the universe!"

  • Will Cumulative Update 12 for SQL Server 2008R2 SP2 fix: Warning: Unable to Verify TimeStamp for Path\ProgramName?

    Hello,
    I had a server crash recently and our outsource hosting tech support suggested applying Cumulative Upade 12 for SQL server 2008R2 SP2 to fix the issue.  The exception from our dump file "Warning: Unable to Verify TimeStamp for Path\ProgramName"
    is not in the list of hotfixes for this CU.  Do you know if this will fix this issue?  The CU warns not to apply the CU if your issue id not addressed by the CU.  Here is a portion of the dump file with the relevant error:
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (7e8.2ab4): Unknown exception - code 000042ac (first/second chance not available)
    ntdll!NtWaitForSingleObject+0xa:
    00000000`777412fa c3              ret
    0:240> .sympath srv*c:\Websymbols*http://msdl.microsoft.com/download/symbols;
    Symbol search path is: srv*c:\Websymbols*http://msdl.microsoft.com/download/symbols
    Expanded Symbol search path is: srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    0:240> .reload /f
    .Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\sqlservr.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for sqlservr.exe
    ..........Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\sqlos.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for sqlos.dll
    ...............Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\opends60.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for opends60.dll
    .......Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\BatchParser.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for BatchParser.dll
    ....Unable to load image C:\Program Files\Microsoft SQL Server\100\Shared\instapi10.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for instapi10.dll
    *** ERROR: Module load completed but symbols could not be loaded for instapi10.dll
    ..Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\Resources\1033\sqlevn70.rll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for sqlevn70.rll
    *** ERROR: Module load completed but symbols could not be loaded for sqlevn70.rll
    Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
    Run !sym noisy before .reload to track down problems loading symbols.
    .................Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\ftimport.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ftimport.dll
    .Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\msfte.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for msfte.dll
    *** ERROR: Module load completed but symbols could not be loaded for msfte.dll
    ...........Unable to load image C:\Windows\System32\sqlncli10.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for sqlncli10.dll
    ...Unable to load image C:\Windows\System32\1033\SQLNCLIR10.RLL, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for SQLNCLIR10.RLL
    *** ERROR: Module load completed but symbols could not be loaded for SQLNCLIR10.RLL
    ..Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\xpsqlbot.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for xpsqlbot.dll
    .Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\XPStar.DLL, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for XPStar.DLL
    .Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\sqlscm.dll, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for sqlscm.dll
    ...*** ERROR: Module load completed but symbols could not be loaded for odbcint.dll
    ...Unable to load image C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\Resources\1033\XPStar.RLL, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for XPStar.RLL
    Thank you,
    Steve -

    The error message appears to be related to a debug session and not come from the actual crash.
    So all I know is that you hade a server crash. I don't even know exactly what that means. Did Windows bite the dust? Or was it only SQL Server?
    Assuming the latter, I would expect the SQL Server errorlog to have some information (and that would be ERRORLOG.1 or earlier, since the server have been restarted), but if SQL Server died the output may be incomplete.
    There may be also dump files, but as I rarely look into these, I am not sure how to interpret them. But I am quite confident that "Unable to verify TimeStamp..." is not the reason SQL Server went down.
    I would suggest the following course:
    *  If the server is not critical, do nothing. As long as it has onlyl happened once, it has only happened once.
    *  If the server is critical, open a case with Microsoft if you are not able to figure out the reason yourself. The key here is "Unknown exception - code 000042ac".
    *  If it happens again, you should absolutely open a case. An important thing here is whether the stack dump is identical or something different. If the stack dumps are identical, you may have hit a bug in SQL Server or the OS, and applying CUs or OS
    fixes could help if it is a known issue. If the stack dump is something else, you have ghosts in the machine - that is, bad hardware.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Unary operator "~" SQL server 2012 SP2 with cumulative update 2 (build 11.0.5548)

    Hello,
    I have problem with #ERROR in MDX query when I use Unary operator "~" in the dimension on level, which should not be included in Total/Sub total.
    VALUE #Error UnaryOperator( Hierarchy: [Income Statement CER].[Income Statement CER] Level: [Income Statement CER].[Income Statement CER].[Level 03] Attribute: Par SK1) (0, 0) Expression cannot be resolved in the context of an arbitrary shape.
    FORMATTED_VALUE #Error UnaryOperator( Hierarchy: [Income Statement CER].[Income Statement CER] Level: [Income Statement CER].[Income Statement CER].[Level 03] Attribute: Par SK1) (0, 0) Expression cannot be resolved in the context of an arbitrary shape.
    When I replace unary operator in dimension with "+" everythings works as a charm...
    Is it something, what should be corrected in the MDX or this is casued by internal problem in SQL server 2012 SP2 CU2 ?
    In excel everything works as it should, member value is excluede from Total/Sub total.
    Thank you in advance for  advice.
    Regards,
    Radek

    Hello,
    I have problem with #ERROR in MDX query when I use Unary operator "~" in the dimension on level, which should not be included in Total/Sub total.
    VALUE #Error UnaryOperator( Hierarchy: [Income Statement CER].[Income Statement CER] Level: [Income Statement CER].[Income Statement CER].[Level 03] Attribute: Par SK1) (0, 0) Expression cannot be resolved in the context of an arbitrary shape.
    FORMATTED_VALUE #Error UnaryOperator( Hierarchy: [Income Statement CER].[Income Statement CER] Level: [Income Statement CER].[Income Statement CER].[Level 03] Attribute: Par SK1) (0, 0) Expression cannot be resolved in the context of an arbitrary shape.
    When I replace unary operator in dimension with "+" everythings works as a charm...
    Is it something, what should be corrected in the MDX or this is casued by internal problem in SQL server 2012 SP2 CU2 ?
    In excel everything works as it should, member value is excluede from Total/Sub total.
    Thank you in advance for  advice.
    Regards,
    Radek

  • Questions in regard to SP2 for SQL Server 2012

    We have upgraded from SQL Server 2008 R2 to SQL Server 2012 SP2.  We are having issues that were supposedly fixed in previous cumulative updates to SP1 of SQL Server.
    Once such issue is the Analysis Deployment Wizard Crashes as mentioned in the URL below: http://support.microsoft.com/kb/2809127  I checked the XML file and it reflects that the article mentions, but the problem still persists.
    We also have issues with Reporting Services where when you run a report that has lots of items, the expand option does not work, gives the error invalid parameter.
    Is there a way to verify that Service Pack 2 included all of the cumulative updates and security updates?
    DJ

    Hello,
    Please use the discovery report as explained on the following article:
    http://www.sqlcoffee.com/SQLServer2012_0014.htm
    If you installed SP2 the SQL Server version should be 11.00.5058.0.
    Installing SP2 does not guarantee you have all the cumulatives updates of SP1. Install CU1 for SP2 to have all updates applied.
    http://support.microsoft.com/kb/2976982/en-us
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • 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?

Maybe you are looking for