SSRS 2012, SQL Server 2012. Problem with changing database

Hi all!
I have a problem with changing database for SSRS.
I have a SSRS 2012 and SQL Server 2012. These programs is on WIndows Server 2012.
I need to link SSRS to the new database instance. For this I run SSRS Configeration Manager, open tab Database, click Change Database. Then I choose option "Choose an existing report server database", click Next, write the server name, test
connection (it's successed) and push Next again. Then I see this error message:
Error
The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
OK   
I'm confused, cause I have compatible versions of programs and THIS error.
Please, help me.
Thanks.

Hi Kirill,
From the error message, we can know that the issue may be caused by incorrect editions of SQL Server for report data sources are used as the Report Server Database.
When creating a report server database, please be aware that not all editions of SQL Server can be used to host the database. So we should make sure that we have used the correct database as the
Report Server Database. For more details, please refer to the “Report Server Database Server Edition Requirements” section in the following document:
http://technet.microsoft.com/en-us/library/cc645993.aspx
Hope this helps.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Creation of System Stored Procedure in SQL Server 2012 & SQL Server 2012 R2.

    Hi all,
    I am stuck at a point I am looking for a system stored procedure named 'sp_dboption' in SQL Server 2012  & R2 but could not find.
    Searched for it on the net and found that, this stored procedure 'sp_dboption' is now obsolete. So I tried to copy the content of 'sp_dboption' stored procedure from SQL Server 2008 R2 and create new system stored procedure with this name 'sp_dboption' in
    SQL Server 2012 but was unable to create the system stored procedure.
    Can you guys please tell me how to create system stored procedure in SQL Server 2012 & SQL Server 2012 R2. The reason of why I want to achieve this is because I have used 'sp_dboption' system stored procedure  in my application to create a database.
    As 'sp_dbotion' stored procedure is present in SQL Server 2008 R2 I am able to create the database in SQL server 2008 R2 but not in SQL server 2012.
    Can you please guide me how to create system stored procedure. I am out of luck.
    Please assist me, thanks & looking for help at the earliest. Hope someone will come to the fore and help me.

    Hi Vishwajeet,
    If you tried to create any object in the sys schema, you will get the error below.
    The specified schema name "sys" either does not exist or you do not have permission to use it.
    So I am afraid creating any object in sys schema is not supported by SQL Server. Here is a similar link for your reference.
    How to create table in SYS schema in SQL Server?
    Though sp_dboption is not in SQL Server 2012, does creating a user-defined one with the same content in 2008 make any difference in your business? You just need to specify the fully qualified name dbname.dbo.sp_dboption.
    If you are still interested in creating a system sp_dboption, you can register it with the
    sp_ms_marksystemobject.
    See
    Creating Your Own SQL Server System Stored Procedures.
    Eric Zhang
    TechNet Community Support

  • SCCM 2012 SP1 + WSUS + Server 2012 + SQL Server 2012

    Hi all;
    I installed SCCM 2012 with Sp1 for my site server and everything is going well.. And than i installed the WSUS role on my Windows Server 2012 and SCCM 2012 SP1 it gave an error message which is "Fatal Error: The schema version of the database is from a newer
    version of WSUS than currently installed.  You must either patch your WSUS server to at least that version or drop the database." My database server is SQL Server 2012... Do you know any pathc for WSUS or SQL Server 2012 doesnt support WSUS yet???
    Thank You...
    MCT

    Normally if you are going to install SCCM 2012 SP1 +Windows 2012 with SQL 2012, Then you better use the SQL 2012 sp1.
    also when you are installing the WSUS version 6.2 which come with server 2012 make sure you leave the default settings as it is. it shows in the below article.
    also when you are giving the path to save the WSUS contents make sure the drive you going to create the wsus folder and the place where you going to download the updates is having free disk space and its formatted with the NTFS volume. Also the service account
    you are using for this configuration should have the admin rights to the location of the wsus folder you going to create,
    Thanks
    Hasitha

  • SQL Server 2000 problem with MII Version 12.1.8 Build(24) Reconnecting

    Hi,
    I have a problem using XMII Version 12.1.8 Build(24) with com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC driver with SQL 2000.
    The problem we have is the machine where the SQL server is installed on reboot as per schedule once a week. When the server comes back online, XMII  seems to get problem to reconnect correctly. Sometimes it reconnects perfectly, sometimes not.
    When it fails, the only way to fix the problem is to uncheck the 'Enabled' checkbox, then save the data server, then check the 'Enabled' checkbox, then save again.
    When the reconnect issue happens, uploading messages to SAP fail 100% of time, but downloading Control Recipes  from SAP works 50% of time. For example, some PO's can be processed correctly, some others not, causing data losses due to poor data buffering(buffering doesn't cover connection time out). The failed PO's are marked as 'Sent' into CO53 SAP transaction but in fact, are lost in a hole causing data losses.
    See the error we get atfer the server reboot:
    Unable to get a connection from the pool
    [EXCEPTION]
    com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host VANASR70, port 1433 has failed. Error: "connect timed out. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting... [see details]
    Cannot create a connection to the database
    [EXCEPTION]
    com.sap.xmii.Illuminator.system.CommunicationException: Cannot create a connection to the database... [see details]
    Error processing transaction com.sap.xmii.bls.engine.TransactionInstance@cee764f
    [EXCEPTION]
    com.sap.xmii.scheduler.CronException: PMU ERR VAN - Cannot Qry MSIDs.... [see details]
    Unable to get a connection from the pool
    [EXCEPTION]
    com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host VANASR70, port 1433 has failed. Error: "Connection refused. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting... [see details]
    Unable to get a connection from the pool
    [EXCEPTION]
    com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host VANASR70, port 1433 has failed. Error: "connect timed out. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting... [see details]
    The only way we have thought to workaround this problem is to develop our own buffering method into XMII workbench puting all data received from SAP or SQL insert query into an Oracle temp database. We should probably be able to fix this by this way, but it reprensents many costs and efforts, so we try to avoid this for sure.
    Please, if you can provide us a patches or hints about how to fix this, it could be very appreciated because loosing data is very anoying.
    Thanks a lot!
    Edited by: mrmans on May 19, 2011 5:48 PM
    Edited by: Michael Appleby on May 19, 2011 6:10 PM

    The validation query is in place and the system works very well 99% of the time.
    When the SQL server machine reboot each sunday morning, during the time the machine is rebooting, the data server lose the connection which is normal, but when the machine comes back alive(less then 10 minutes), the data server seems to stay in an 'in-between' state showing the connection status 'Running' but showing also error messages posted in the orginial post in Netweaver logs. So at first look the data server is up and running and reconnected to SQL server after the reboot, but in fact, following these errors after the SQL server machine has rebooted, some data are processed correctly from SAP (Control Recipes) and some not.
    The problems looks like very similar to threadID 1596329.
    Here is the data server configuration for all our 5 data servers:
    Connector IDBC
    ConnectorID  
    ConnectorType SQL
    DatePrefix '
    DateSuffix '
    DaysRetention 7
    Description VANASR70 INTERFACE with MS-SQL JDBC 3.0
    Enabled T
    InitCommand  
    InternalDateFormat yyyy-MM-dd HH:mm:ss
    JDBCDriver com.microsoft.sqlserver.jdbc.SQLServerDriver
    MaxRetryCount 50
    Name PROF_INT_VAN
    PoolMax 150
    PoolSize 100
    RetryInterval 60000
    ServerPackage com.sap.xmii.Illuminator.connectors.IDBC
    ServerURL jdbc:sqlserver://VANASR70:1433;databaseName=INTERFACE
    Timeout 30
    UseCount 256
    UserName mii_user
    ValidationQuery SELECT GETDATE()
    WaitTime 60

  • SQL server 2005 problem with service starting

    I am having a problem starting my sqlserver service. It will not start and therefore i have no access to my sql 2005 server database. This is what in the event log. This database was working fine until i had two drives kill over in a RAID configuration.
    The striping went out with a hitch and no i want to see if anyone have any ideas before i perform a restore. Do i need to run SQL server repair with the installation disk?

    Well from viewing the log it looks like i am in a pickle. Since the SQL service won't start, is there a command or script to run for a database check using powershell? Since it looks like i will be doing a restore, just curious now.
    2014-01-16 15:27:58.30 spid5s      Starting up database 'master'.
    2014-01-16 15:27:59.81 spid5s      Error: 824, Severity: 24, State: 2.
    2014-01-16 15:27:59.81 spid5s      SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:363; actual 0:0). It occurred during a read of page (1:363) in database ID 1 at offset 0x000000002d6000 in file
    'W:\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf'.  Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately.
    Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
    2014-01-16 15:27:59.81 spid6s      Error: 922, Severity: 14, State: 1.
    2014-01-16 15:27:59.81 spid6s      Database 'master' is being recovered. Waiting until recovery is finished.
    2014-01-16 15:27:59.81 spid6s      System Task System Task produced an error that was not handled.  Major: 9, Minor: 22, Severity:14, State:1
    2014-01-16 15:27:59.81 spid5s      Error: 3313, Severity: 21, State: 2.
    2014-01-16 15:27:59.81 spid5s      During redoing of a logged operation in database 'master', an error occurred at log record ID (2369:160:2). Typically, the specific failure is previously logged as an error in the Windows Event Log
    service. Restore the database from a full backup, or repair the database.
    2014-01-16 15:27:59.81 spid5s      Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL
    Server Books Online.

  • EHP2 - EHP7 Upgrade Path using SQL Server 2012/Win Server 2012 R2

    Hi Guys.
    I have question regarging Upgrade Roadmap for a ERP 6 EHP2 system based on NW 7.01 which I would like to Upgrade to ERP6 EHP7 SP7
    Source System is
    Windows 2012
    SQL Server 2008 R2
    EHP2 for ERP 6.0 SPS Level 14
    Target System
    Windows 2012
    SQL Server 2012
    EHP7 for ERP 6.0 SP 7 based on NW 7.4 SP 9
    During Upgrade checks it says I must Upgrade Database first before continue since DB Release is too low for NW 7.4 SP9 as stated in Note
    1951491 - Minimal DB system platform requirements for SAP NetWeaver 7.4 SP08
    So, at this point I agree i have to update SQL Server to 2012 before next step
    Now, my concern is that my Source System does not have the minimum NW SP level (14) to run under SQL Server 2012 which is 26.
    Im currently running SAP Kernel 721 EXT Level 401 which is above mininum
    According to Note 1651862 - Release planning for Microsoft SQL Server 2012 that would not be possible
    Existing systems of SAP products that are out of SAP maintenance can be upgraded to SQL Server 2012 in order to prepare a SAP upgrade, if they match the SAP NetWeaver Support Package requirements defined below.
    SAP products prior to SAP NetWeaver 7.0 are not supported at all on SQL Server 2012.
    Required minimum SAP Netweaver Support Package Stacks (SPSs) for SQL Server 2012 (SAP ABAP, SAP ABAP+JAVA stacks)
    SAP NETWEAVER 7.0 - SPS 26 (SAP BASIS 26, SAP BW 28)
    SAP EHP1 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)
    SAP EHP2 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)
    SAP EHP3 FOR SAP NETWEAVER 7.0 - SPS 03 (SAP BASIS 03, SAP BW 03)
    SAP NETWEAVER 7.1 - SPS 14 (SAP BASIS SP14)
    SAP EHP1 FOR SAP NETWEAVER 7.1 EhP1 - SPS 10(SAP BASIS SP10, SAP BW SP10)
    SAP NetWeaver 7.2 - no restriction
    SAP NETWEAVER 7.3 - SPS 07 (SAP BASIS 07, SAP BW 07)
    SAP EHP1 FOR SAP NETWEAVER 7.3 - SPS 03 (SAP BASIS 03, SAP BW 03)
    If your system is running on a SPS lower than the one required above, you have to apply the minimum required SPS before upgrading/migrating to SQL Server 2012.
    If you install a NetWeaver product on SQL Server 2012, the required SPS for your product must be applied immediately after the installation - see SAP note 1676665, section I for more information.
    But performing the Upgrade would be technically possible? I mean not for productive use but technicaly during that time the Database is Upgrade and during SUM Execution.
    According to the note it states if you install a Netweaver Product in SQL Server 2012, SPS must be applied immediately, so is kinda ambigous what SAP is saying.
    Best
    Martin

    Hi Martin,
    For a test scenario, there's no harm in trying it (other than spending a lot of time on it, but hopefully that will prove not to be a waste). Generally, I expect you'll be fine upgrading your DBMS even though you aren't on the required minimum SP yet. The main thing you'll be missing out on is the updates to DBACOCKPIT, but once you do your EhP upgrade (with sps update included), you'll be putting that in place.
    So, you could try this on your sandbox system and see if there are any problems. I assume the intent is to start the EhP upgrade as soon as the DBMS upgrade is done, right? In other words, you won't be actually using the system without the required SP except to run the EhP upgrade?
    Alternatively, you could do a minimal support pack update, perhaps just a Basis SP only, to the minimum SP needed for your current release, then do the DBMS upgrade, then proceed with the EhP upgrade. This would be the safest procedure, but, as I said, I expect you can probably get away without going to this level without much problem. Again, the idea would be minimizing the time between the start and end of the total project on each system (DEV, QAS, PRD, etc).
    Regards,
    Matt

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

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

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

  • Push Data From Sql server 2012 (Express) to Sql Server 2012 (Standard) (i.e. Client to Server)

    Hi all,
    I’m new to this new idea /task/work.
    My Idea: To push data to server (Sql Server 2012 Standard or Enterprise Edition).
    What I’m having? :
    1.A server pc (Windows  Server 2012 + Sql Server 2012 Standard or Enterprise Edition installed).
    2.Two or three Client pc in number (lets us say Windows Server 2012 + Sql Server 2012 with Express Edition installed).
    3.These 3  machines (1 server + 2 client pc) are in communication with one and another(LAN).
    4.Assume that, I'm having one database let us say “Company_DB” with single table “Tbl_Employee”(as of now) in server and similarly in both reaming client PC too.
    i.e.
    Server is having Company_DB (Database), is having table Tbl_Employee
    Client A is having Company_DB (Database) , is having table
    Tbl_Employee
    Client B is having  Company_DB (Database) , is having table
    Tbl_Employee
    What I did ?:
    Step 1: Suppose that, today I entered/created  10 employee details in Client A (say 1 to 10).
    Step 2: On the next day, I created some more employees (say 5 employees i.e 1 to 5)
     in Client B.
    What I need?
    I need to push/send/store these records (i.e. total 15 employees details) should be present in my SERVER PC.
    I googled for the same, found some suggestions like SSIS or
    Import/Export wizard etc…
    How can I achieve this?, and this should happen for some regular intervals like 3/5 hours without any duplicate data.

    sounds like Merge replication to me
    http://www.databasejournal.com/features/mssql/article.php/1438231/Setting-Up-Merge-Replication-A-Step-by-step-Guide.htm
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • SQL Server 2012 Express Instance is Not Discovered

    I have a single SQL Server 2012 Express instance that is the backend database for a small door security application.  I just noticed after having deployed the OpsMgr agent months ago that it never discovered the SQL instance.  The SQL instance
    is, as stated, Express, and it's the only Express instance I have.  Is that why it is not discovered?  All the documentation I found seems to indicate the opposite -- that Express is discovered and there are steps you can take to exclude Express
    instances.  I have no overrides set to exclude any instance or any database.
    - System Center Operations Manager 2012 RTM (no SP1, no R2)
    - SQL Server 2012 MP version 6.3.173.1
    - SQL Server is Windows Server 2012
    - SQL Server 2012 Express running on a Hyper-V VM.  Instance is named DOORSERVER\Eclipse
    - Agent is installed and other discoveries seem to be working fine
    - No discovery errors in the event log related to SQL, although there is one about the Windows Server 2008 discovery not being able to start, but I'm on Windows Server 2012, so I am guessing that's okay?
    - No overrides are set on the discovery
    - Discovery has found every other SQL Server 2012 instance (standard and enterprise editions)

    Well, just realized I didn't have the latest MP.  Upgrading to 6.4.1.0 version of the SQL MP fixed the discovery issue.

  • Sql Server 2012 Enterprise installation Problem with Error : Failed to launch local ScenarioEngine.exe: 0x80070003

    Thanks for providing such situation for solving our problem.
    Please and please help me with this problem that im dealing and solving during these 2 weeks!
    I have searched a lot and do all the suggestion but till now i haven't achieved any solution.
    I want to install SQL server 2012 Enterprise but after beginning installation progress and completing the checking for update it become stopped and Setup window become lost.
    I opened temp and find this error:
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    please help and guide me , it really killed my time during about 3 weaks, i will pray for you!
    here is the overall content of my SqlSetup_1 file:
    09/20/2014 13:41:56.002 ======================================================================
    09/20/2014 13:41:56.161 Setup launched
    09/20/2014 13:41:56.272 Attempting to determine media source
    09/20/2014 13:41:56.342 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:41:56.388 Attempt to determine media layout based on file 'F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\mediainfo.xml'.
    09/20/2014 13:41:56.488 Media layout is detected as: Full
    09/20/2014 13:41:56.572 Not a slip stream media, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.666 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:41:56.710 Help display: false
    09/20/2014 13:41:56.743 .Net version 3.5 is installed
    09/20/2014 13:41:56.777 .Net version 2.0 is installed
    09/20/2014 13:41:56.810 Local setup.exe not found, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.843 Attempt to initialize SQL setup code group
    09/20/2014 13:41:56.887 Attempting to determine security.config file path
    09/20/2014 13:41:56.921 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:41:56.955 .Net security policy file does exist
    09/20/2014 13:41:56.987 Attempting to load .Net security policy file
    09/20/2014 13:41:57.032 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:41:57.076 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.109 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:41:57.143 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.176 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:41:57.224 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.442 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:41:57.487 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.520 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:41:57.567 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.633 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:41:57.773 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:41:57.864 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.945 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:41:57.978 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.018 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:41:58.044 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.084 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:41:58.122 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.162 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:41:58.188 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.228 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:41:58.255 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:41:58.344 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.384 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:41:58.410 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.450 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:41:58.488 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.528 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:41:58.555 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.616 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:41:58.675 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:41:58.764 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.816 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:41:58.853 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.919 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:58.972 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.020 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:59.072 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.120 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:41:59.187 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.238 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:41:59.313 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.376 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:41:59.421 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.471 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:41:59.521 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.571 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:41:59.621 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.688 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:41:59.737 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.777 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:41:59.815 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.854 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:41:59.932 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.981 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:00.032 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.081 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:00.132 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.199 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:00.248 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.288 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:00.337 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.377 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:00.447 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.488 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:00.536 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.577 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:00.650 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.733 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:00.781 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:00.869 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.922 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:00.969 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.022 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.087 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.124 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:01.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.191 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:01.276 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.324 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:01.387 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.426 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:01.453 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.501 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:01.531 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.568 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:01.597 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.634 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:01.686 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.723 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:01.752 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.790 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.819 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.867 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:01.897 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.934 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:01.963 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.000 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:02.053 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.089 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:02.119 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.156 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:02.208 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.244 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:02.274 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.311 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:02.340 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:02.389 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:02.418 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.455 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:02.485 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.522 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:02.574 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.611 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:02.640 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.677 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:02.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.754 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:02.789 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.839 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:02.876 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.917 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:02.977 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.017 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.055 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.094 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.194 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.232 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.272 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:03.310 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.372 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:03.410 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.450 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.487 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.527 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.587 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.627 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.665 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.705 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:03.742 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.805 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:03.841 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.882 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.920 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.960 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.020 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.059 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.097 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.137 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:04.197 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.237 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:04.275 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.315 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:04.352 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.415 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:04.452 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.492 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:04.530 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.570 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:04.630 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.670 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:04.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.747 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:04.878 Required security code group nodes exist, contine.
    09/20/2014 13:42:05.084 Saved .Net security policy file
    09/20/2014 13:42:05.141 Attempting to determine security.config file path
    09/20/2014 13:42:05.206 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:42:05.251 .Net security policy file does exist
    09/20/2014 13:42:05.270 Attempting to load .Net security policy file
    09/20/2014 13:42:05.311 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:42:05.348 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:42:05.383 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:42:05.416 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:42:05.449 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:42:05.503 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:42:05.538 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:42:05.572 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:42:05.605 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:42:05.638 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:42:05.691 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:42:05.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:42:05.760 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:42:05.793 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:42:05.827 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:42:05.880 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:42:05.916 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:42:05.949 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:42:05.982 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:42:06.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.104 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:42:06.138 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:42:06.182 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:42:06.213 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:42:06.271 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:42:06.304 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:42:06.337 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:42:06.370 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:42:06.401 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:06.437 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:06.470 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:06.503 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:06.537 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:06.590 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:06.659 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:06.692 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.725 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:06.779 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.814 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:06.847 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:06.881 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:06.914 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:06.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:07.003 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:07.036 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:07.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:07.102 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:07.158 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:07.191 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:07.290 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:07.353 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:07.445 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:07.535 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:07.611 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:07.668 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.746 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:07.779 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.812 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:07.845 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:07.901 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:07.934 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:07.968 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:08.001 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.034 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:08.090 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:08.134 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.179 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.212 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.245 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:08.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:08.345 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.434 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.478 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:08.544 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.610 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.700 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.744 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:08.800 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:08.855 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:08.889 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.974 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:09.011 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:09.055 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:09.142 Saved .Net security policy file
    09/20/2014 13:42:09.299 Strong name verification disabling is not required
    09/20/2014 13:42:09.343 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:42:09.420 Help display: false
    09/20/2014 13:42:09.477 Attempting to launch landing page workflow
    09/20/2014 13:42:09.509 Attempting to set setup mutex
    09/20/2014 13:42:09.543 Setup mutex has been set
    09/20/2014 13:42:09.588 Attempting to launch global rules workflow
    09/20/2014 13:42:09.609 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:09.662 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:09.699 Media layout: Full
    09/20/2014 13:42:09.743 Attempting to get execution timestamp
    09/20/2014 13:42:09.787 Timestamp: 20140920_134156
    09/20/2014 13:42:09.843 Attempting to run workflow RUNRULES /RULES=GlobalRules
    09/20/2014 13:42:09.887 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:42:54.774 Process returned exit code: 0x00000000
    09/20/2014 13:42:54.881 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    09/20/2014 13:42:54.910 Attempting to launch component update workflow
    09/20/2014 13:42:54.966 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:54.992 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:55.054 Media layout: Full
    09/20/2014 13:42:55.081 Attempting to get execution timestamp
    09/20/2014 13:42:55.110 Timestamp: 20140920_134156
    09/20/2014 13:42:55.136 Attempting to run workflow COMPONENTUPDATE
    09/20/2014 13:42:55.200 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:55:46.569 Process returned exit code: 0x00000000
    09/20/2014 13:55:46.858 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    09/20/2014 13:55:46.973 Attempting to launch user requested workflow locally
    09/20/2014 13:55:47.074 Attempting to find local setup.exe
    09/20/2014 13:55:47.136 Local bootstrap folder path: 
    09/20/2014 13:55:47.161 Local ScenarioEngine.exe full path: SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.184 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:55:47.258 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:55:47.475 Media layout: Full
    09/20/2014 13:55:47.561 Attempting to get execution timestamp
    09/20/2014 13:55:47.583 Timestamp: 20140920_134156
    09/20/2014 13:55:47.605 Attempting to run user requested action from local ScenarioEngine.exe
    09/20/2014 13:55:47.627 Attempting to launch process SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.719 Error: Failed to launch process
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    09/20/2014 13:55:47.794 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:48.051 Attempting to remove .Net security code group node
    09/20/2014 13:55:48.080 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:48.182 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:48.242 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:48.282 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:48.304 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:48.326 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:48.369 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:48.404 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:48.426 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:48.448 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:48.470 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:48.513 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:48.537 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:48.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:48.581 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:48.603 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:48.653 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:48.681 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:48.704 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:48.726 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.748 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.802 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:48.825 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:48.848 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:48.870 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:48.890 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:48.914 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:48.936 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:48.959 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:48.981 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:49.023 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:49.047 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:49.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:49.092 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:49.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:49.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:49.298 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:49.401 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.483 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:49.525 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:49.580 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:49.614 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:49.636 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:49.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:49.743 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:49.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:49.858 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:49.929 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.980 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:50.013 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:50.062 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:50.091 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:50.120 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:50.146 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:50.179 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:50.213 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:50.257 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:50.309 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:50.346 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:50.379 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:50.401 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:50.424 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.457 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:50.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:50.534 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.557 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.590 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.632 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:50.668 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:50.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.747 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.787 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.812 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:50.834 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:50.856 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.889 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.967 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:51.028 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:51.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:51.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:51.306 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:51.501 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:51.590 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:51.622 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:51.948 Saved .Net security policy file
    09/20/2014 13:55:52.044 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:52.094 Attempting to remove .Net security code group node
    09/20/2014 13:55:52.119 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:52.232 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:52.288 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:52.392 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:52.420 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:52.453 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:52.522 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:52.592 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:52.620 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:52.642 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:52.664 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:52.686 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:52.752 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:52.797 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:52.830 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:52.852 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:52.875 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:52.908 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:52.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:52.952 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:52.974 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:53.019 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:53.052 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:53.085 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:53.108 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:53.130 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:53.183 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:53.266 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:53.375 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:53.480 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:53.507 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:53.540 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:53.574 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:53.596 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:53.618 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:53.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:53.695 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:53.718 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.740 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:53.789 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.829 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:53.851 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:53.873 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:53.895 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:53.917 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:53.962 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:54.000 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:54.028 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:54.051 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:54.073 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:54.125 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:54.161 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:54.184 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:54.206 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:54.228 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:54.291 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:54.340 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:54.362 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:54.404 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:54.429 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:54.451 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:54.491 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:54.517 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.540 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:54.588 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:54.617 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.651 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.673 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.706 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:54.751 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:54.784 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.817 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.850 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.884 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:54.942 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:54.972 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.994 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.017 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.089 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:55.139 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:55.174 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:55.268 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:55.410 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:55.468 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:55.494 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:55.516 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:55.632 Saved .Net security policy file
    09/20/2014 13:55:55.661 Attempting to release setup mutex
    09/20/2014 13:55:55.704 Setup mutex has been released
    09/20/2014 13:55:55.738 Setup closed with exit code: 0x80070003
    09/20/2014 13:55:55.760 ======================================================================
    thanks a lot!

    Hi
    First thing to check if windows is activated.
    Secondly if the first option is valid then add the following registry keys:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap] "BootstrapDir"="C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap\Setup] "PatchLevel"="11.00.2100.60"
    Then copy from the media / temp setup directory following files / folder into C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012
    x64 folder, resources folder, setup.exe.
    Change to x86 when necessary.
    Hope this helps. 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.

  • Sharepoint 2013 SSRS Interaction with Sql Server 2012 Reporting Services connecting to Sql Server 2008 R2 database

    Hi
    I'm working on upgrading sharepoint 2010 to sharepoint 2013 with sql server 2008 r2. I've ran into some problems but have been able to get a test farm upgraded. However to run SSRS 2013 it seems Sql Server 2012 Reporting Services are required. Upgrading
    to a full sql server 2012 database isn't an option. I know that sql server 2012 reporting services can use sql server 2008 r2 as a catalog and content database so I was wondering could this be a workaround? Importantly would I need a separate machine/virtual
    machine to host sql server 2012 reporting services? or could it live on the sql server 2008 r2 machine? Any pointers appreciated. Thanks Dan

    Remember that SSRS must be deployed on the SharePoint server. Having said that, yes you can install SSRS 2012 SP1 on a server running SQL 2008 R2. And yes, you can use 2008 R2 as your Database Engine server while SSRS 2012 SP1 runs on the SharePoint server.
    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.

  • ODBC Problems with SQL Server 2012 on Virtual Machine

    I am having problem with my application after my IT department upgraded to SQL Server 2012 with error "ConngetDataToModify.vi:1"<ERR>Object 0x2222222 is not valid.  I have 4 servers running the same executable without problem before the upgraded. However, after the upgrade 2 of these Server are having the problem with the ODBC connection. Here are my setup, the application was created using LabView8.5, we have 2 physical server box running Window Server 2003, 2 Virtual Machine on Windows Server 2008, and a Virtual Machine with SQL 2012 Server. The 2 physical server running the executable without a problem after the upgrade, but the 2 Virtual Server were unable to connects to the ODBC connection. Anyone have any idea why this is happening , it is the problem with compatibility between my application with Server 2008 and SQL 2012 Server, or is there a problem with both beings Virtual Servers? As I said, the 2 physical Server seem to be running without any problem with the upgrade.

    My guess is that the problem is not specifically with LV. This should be relatively easy to check if you create a UDL file and double click it. This opens a Microsoft wizard which allows you to configure and test DB connections (the UDL file itself is basically just a text file which holds a connection string). If it doesn't work there, it won't work in LV.
    As for what the actual problem is, a common culprit is the firewall, which is easy enough to check by disabling it. Another option is the surface area configuration of SQL Server, which will not allow network connections unless you tell it to.
    It should probably also be noted that LV 8.5 is not officially supported on Windows Server. I'm assuming that's not the issue, but be aware of it.
    Try to take over the world!

  • How to do Ad-hoc reports with SSRS 2012 (Report Builder 3.0) for the database SQL Server 2012

    <p>Hi,</p><p>Please could anybody help me how to do ad-hoc reports by using SSRS 2012.</p><p>I am able to create ad-hoc reports using Report Builder3.0 and SQL Server 2008 R2. </p><p>I have built the report Model
    in for the instance 2008 R2&nbsp;</p><div class="t-paste-container">Using Report Manager 2012 </div>

    Hi Gowri,
    From your description, you can create create ad-hoc reports using Report Builder 3.0 and SQL Server 2008 R2, and now you want to know how to how to do ad-hoc reports by using SSRS 2012, right? In SQL Server 2012, the default version of Report Builder is
    3.0, so you can create create ad-hoc reports using Report Builder 3.0 as before.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SQL Server Compact 3.5 Merge Replication With SQL Server 2012 - Causing IIS App Pool to Crash

    Hi, I may be the only person in the world doing this but I wanted to give this information to anyone else who may follow this path in the future, and hopefully avoid a headache, or at least a paid support call to Microsoft.
    My original scenario was we had a SQL Server 2008 Server using Merge Replication through and IIS (web server) to several Windows Mobile 6 devices.  This has worked fairly well for a few years.
    Recently we upgraded our SQL server to version 2012 SP 1.  After moving the database over to the new server, and re-setting the merge replication stuff, we couldn't get merge replication to work on the Windows Mobile 6 handheld devices.  The replication
    would appear to start, and then we would get a message saying that the device could not get to the web site.  The message on the handheld device was this:
    "The IIS service is not available."
    After doing some more research, we found that the start of the replication process was causing the Thread Pool that was running the SQLCESA35.dll to crash.  
    The SQLCESALOG.txt file had this information:
    Date Time == SQLCESA Version ==> 3.5.8088.0
    Date Time Hr=80004005 ERR:Couldn't find existing RSCB 1
    After 2 days of trying to figure out the issue on our own, we gave in and called for paid Microsoft support.  They eventually found a known issue where a cumulative update was able to fix the problem.
    We installed the update on the IIS server and everything ran smoothly again.
    FIX: Merge replication fails when you use SQL Server Compact to perform a merge replication that synchronizes changes with a publisher in SQL Server 2012
    http://support.microsoft.com/kb/2845550
    Seth O'Neal

    Hi sonealtx,
    Glad to hear that the issue is resolved. Thanks for your sharing, other community members could benefit from your solution.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • SQL Server 2012 Management Studio Displays Error With "New Query" and Intellisense Works Intermittenly

    I was upgrade to SQL Server 2012 and Visual Studio 2010 was upgraded with SP1 the same day.  This is x64 machine. 
    Microsoft SQL Server Management Studio      11.0.2100.60
    Microsoft .NET Framework      4.0.30319.261
    Operating System      6.1.7601
    Problem 1) With SQL Server Management Studio, selecting "New Query" a warning box is displayed: "The 'Microsoft.Practices.EnterpriseLibrary.Configuration.Design.VisualStudioIntegration2010Package, Microsoft.Practices.EnterpriseLibrary.Configuration.Design.VisualStudioIntegration2010,
    Version=1.0.0.0, Culture=netutral, PublicKeyToken=null' package did not load correctly.    The problem mayhave been cuased by a configuration change or by the installation of another extension.  You can get more information by running the
    application together with the /log parameter on the command line, and then examining the file ...\AppDate\Roaming\Microsoft\AppEnv\10.0\ActivityLog.xml'.  Continue to show this error message?
    Problem 2) In a Query Initellisense works intermittently but most of the time it will not display anything.  I have tried Edit|Intellisense|Refresh Cach size and also seperately, Edit | Intellisense | List Members but neither has helped.  Also
    tried different selections for Tools|options| T-SQL | Intellisense| Maximum Script Size; no luck either. 

    Hi WallyJim,
    For your first problem, possible workaround:
    In Programs and Features (or Add/Remove Programs), right click the Microsoft Enterprise Library 5.0 Optional Update 1 program and select change. Remove the VisualStudio2010 integration.
    Then, install the EnterpriseLibrary Configuration extension from Microsoft via the Extension Manager in VS2010. This will allow you to launch the configuration editor from VS2010, but will not be installed for SSMS.
    For more information, please refer to
    https://connect.microsoft.com/SQLServer/feedback/details/620532/error-message-on-new-query-window-opening.
    For your second problem, the following conditions might affect the behavior of IntelliSense:
    There is a code error above the cursor.
    The insertion point is inside a code comment.
    The insertion point is inside a string literal.
    The automatic options are turned off.
    For more information, refer to Troubleshooting IntelliSense (SQL Server Management Studio):
    http://msdn.microsoft.com/en-us/library/ms173434.aspx.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

Maybe you are looking for