Upgrade Process from SQL 2005 to SQL 2012

Hi All,
I have gone thru multiple threads and would like to understand some steps in detail for me to upgrade SQL 2005 to SQL 2012.
Below is my understanding and questions around it, I would be setting up a new environment with OS 2007/2008 with SQL 2012:
Environment Readiness - Ensure new environment is ready with Win 2007/2008 with SQL 2012 Server
Run Upgrade Advisor on the new environment and point to SQL 2005 instance
Find the breaking/discontinued changes to be done before or After Upgrade
<Question>: Over here I would like to know what should be our approach to make the required changes
<Question>: Obviously I should not be making changes directly on the Production SQL 2005 server, then in that case should I take a backup/restore on the new SQL Server 2012 and then make the required changes to the database objects
like (Table schema(changing column names/datatypes etc.), Stored Procedure, Functions & Views)
<Question>: When I do a backup/restore I would also get the data along with it, so is this a recommended approach or should we only run/use the table schema creation scripts, fix the issues identified by UA and then do an Table to Table import,
any thoughts on this ?
<Question>: If I have to do a table to table Import then I should ensure there's a downtime during the Import or would I have any other better approach          
So, basically my questions are around the approach of fixing the issues identified by UA and moving the database to SQL Server 2012 environment, I have around 300 databased to me upgraded.
Please do let me know what should be a good/proven approach ? Pl. do let me know if you would need any more details from me.
---Umesh

Thanks all for the replies.
I am trying summarize what I have understood here:
Document SQL Server 2005 environment details, Is there any tool which could give us all relevant details
I would take the backup from the SQL Server 2005 Production environment and then restore the same in a test environment which again has SQL Server 2005 and Run Upgrade Advisor on that
Probbaly run SQL Profiler as well to find out the deprecated changes to be done
I should fix all the breaking, discontinued changes on the Test system identified by UA
I should fix all the deprecated changes on the Test system identified by SQL Profiler
Steps 3 & 4 should give me the changed scripts for all database objects (i.e. Table Schema, Stored Procedures, Functions & Views)
<Question> Perform test, I understand this acitivity test can be captured by having SQL profiler running in the background on the SQL Server 2005 production environment where we can identify some days in a week or a month where maximum activity is
expected to ensure we cover most the scenarios, let me know is this approach looks fine or is there a better approach
Now, with regards to acutal upgrade I need to identify a time window where in less activity is done during which I could have a downtime for the actual SQL Server 2005 production environment
Post downtine, I should do a BackUp for all databases from SQL Server 2005 production environment
Test on environment readiness of SQL Server 2012 can be compared against the documentation done as part of the first Step
<Question> Ideally I should a restore first in the new environment which has SQL Server 2012
<Question> Then run the Scripted changes where we fixed all the breaking, discontinued & deprecated changes
<Question> Does above sequence of Step 9 & 10 make sense or is there a better approach of doing it
<Question> Post Upgrade and running of changed scripts, I should run the Upgrade Advisor again and see if everything looks fine
<Question> Perform test again which we ran on SQL Server 2005 Test environment
<Question> These steps should complete the Upgrade process.
Please do let me know if the above sequence look ok to all of you and does it really work in a practical scenario, do let me know your feedback or any change in sequence/process or any other tools that can be used here.
Thanks Again ...

Similar Messages

  • Fetching from SQL 2012

    Hi folks,
    We are using  Oracle application 12.1.1 , Database version 10.2.0.4 on Solaris 10 plaform, and we have Micorsoft SQl server 2012 Database on windows
    2008 server  service pack 2.
    i have created the same tables which i need  to fetching data from SQL server database to EBS application i mean oracle Database
    So my question is here how can i fetch the data from  Oracle application  and load into Oracle Database from SQL 2012.
    can one suggest me or give any link which tell about details steps.
    thanks & Regards.

    Hi,
       There are 2 different ways you could do this.
    1. You could use an Oracle Gateway product - either Database Gateway for SQL*Server (Dg4MSQL) or Database Gateway for ODBC (Dg4ODBC) - and use SQL to select from the SQL*Server tables and put into Oracle tables.
    If you have access to My Oracle Support then the following note has links to further details -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    or this link if you do not -
    Oracle Database Gateways
    2. Oracle GoldenGate
    This can automatically replicate data from SQL*Server to Oracle or vice versa if necessary.
    See here for further details -
    Oracle GoldenGate
    Regards,
    Mike

  • SSRS 2012 rendering issue/Enabling Anonymous access - Upgraded SSRS from SQL 2005 to SQL 2012.

    Hi,
    I just recently upgraded SQL 2005 SSRS to SQL 2012 SSRS. Everything is working great other than small issue.
    Sounds like some authentication issue. SQL 2005 SSRS - IIS, we enabled anonymous access and we never had this problem. SQL 2012 SSRS /WIN 2008 R2 -  I am not sure how to enable anonymous access.
    If anyone can help me on this? I really appreciate your help.
    Thanks,
    Vel
    Vel Thavasi

    Hi Vel,
    According your description, you want to know how the enable anonymous access to SSRS 2012. Right?
    In SSRS 2008 or later version, we are not using IIS any more. If we want to configure the authentication, we need to configure in RSReportServer.config. This file locate at:
    <drive>:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer
    However, in SSRS 2012, Anonymous authentication is not supported on report server. Please see:
    Authentication with the Report Server
    In this scenario, we need to custom an authentication type to achieve the "Anonymous" goal. Please refer to the link:
    Configure Custom or Forms Authentication on the Report Server
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Silent install parameters for Mgmt Studio (from SQL 2012 SP1 Express)

    Hi All,
    I'm looking to incorporate the installation of SQL Management studio ONLY from the SQL 2012 Sp1 Express bundle, into System Centre Configuration Manager. I need the silent installation options to install all features for it.
    File used - SQLManagementStudio_x64_ENU.exe
    From URL - http://www.microsoft.com/en-ca/download/details.aspx?id=35579
    I'm looking for something like this:
    "SQLManagementStudio_x64_ENU.exe /ACTION=INSTALL /QUIET /IAcceptSQLServerLicenseTerms="True"
    /FEATURES= etc.....
    Can anyone point me in the right direction? I just want to run the command and have it install SQL 2012
    Management Studio (this one is the full version) without having to run through the whole setup.exe process and it's silent installation..
    Thanks in advance

    Hello,
    First you need to extract the content of the .EXE file to a local folder, as shown below:
    SQLManagementStudio_x64_ENU.exe /x
    Then you can try to run the following command:
    "c:\folder_containing_installation_files\setup.exe" /ACTION=INSTALL /QUIET /FEATURES=SSMS /HIDECONSOLE
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • TNS:Operation Timed Out error while trying to invoke BPEL Process from sql

    Hi,
    I am trying to invoke a BPEL Process from PL/sql code. When i try to invoke the process, I am getting the following error message
    ORA-29273 HTTP Request Failed
    ORA:06512: at SYS.UTH_HTTP at line 1029
    ORA:12535: TNS:Operation Timed Out
    ORA:06512: at line 18
    I have the SOA suite installed on my local machine...and the BPEL process that i am trying to invoke is deployed their.
    Any idea what could be wrong..following is the code piece
    soap_request:='<?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header/>
    <soap:Body xmlns:ns1="http://xmlns.oracle.com/Test">
    <ns1:TesProcessRequest><ns1:input>is1_1land</ns1:input></ns1:TesProcessRequest>
    </soap:Body>
    </soap:Envelope>';
    dbms_output.put_line('soap_request: '||soap_request);
    utl_http.set_proxy('3.209.30.25:80', '3.209.32.149:8888');
    http_req:= utl_http.begin_request('http://3.209.32.149:8888/orabpel/default/Tes/1.0 '
                   ,'POST'
                                  ,'HTTP/1.1');
    dbms_output.put_line('after Begin Request' );
    utl_http.set_header(http_req, 'Content-Type', 'text/xml') ;
    Please advise

    you are right the file adapter doesnt invoke any bpel
    process, instead it is polling the file from
    directory location?If it is polling for new files, shouldn't it create a new instance of the BPEL process automatically the moment it finds a new file? In other words, should a new file trigger an instance of the BPEL process rather than being started from PL/SQL?
    Can this file adapter not be invoked as bpel process
    in that case?The file adapter is part of a BPEL process. The BPEL process can be invoked from e.g. PL/SQL.
    In this case this file adapeter return to an RECEIVE
    activity...I think this receive cannot be invoked as
    a BPEL process rite?Can you explain what you mean with this?
    Also , will all synchronous request return "TIMEOUT"
    error, if tried to invoke from pl/sql?Only if the synchronous process instance takes more time to complete (and thus to return) than the value specified for a time-out to occur. If the instance completes in for example 10 ms and the time-out time is specified as 30 seconds, no time-out will occur.
    Regards, Ronald

  • Cannot drop login from SQL 2012

    I am trying to drop a login with no mapped dbs, no owned schemas, no rights, no endpoints, nothing what-so-ever and I have been at this for 4 hours.  This is the error, is there any global way to determine what in the world SQL 2012 sees this login
    as owning?????
    Msg 15141, Level 16, State 1, Line 1
    The server principal owns one or more server role(s) and cannot be dropped.

    ****************To check User Own Schema
    select * from sys.schemas where principal_id = user_id('user_name')
    select * from sys.database_principals where owning_principal_id in (
    select principal_id from sys.database_principals where name='DomainName\UserName')
    ALTER AUTHORIZATION ON SCHEMA::SchemaName TO dbo
    *************** To Transfer any object owned by user/principal
    SELECT 'ALTER SCHEMA [dbo] TRANSFER [' + SCHEMA_NAME([schema_id]) + '].[' + [name] + '];'
    FROM sys.objects
    WHERE [schema_id] IN (SELECT [schema_id] FROM sys.schemas WHERE principal_id = USER_ID('DomainName\UserName'))
    ************** To Check Role Owner
    select dp2.name as role, dp1.name as owner
    from sys.database_principals as dp1 inner join sys.database_principals as dp2
    on dp1.principal_id = dp2.owning_principal_id
    where dp1.name = 'Username'
    ************** To Change Role Owner
    ALTER AUTHORIZATION ON ROLE::[RoleName] TO [dbo];

  • Does it need effort to upgrade SSRS from SQL Server 2005 to 2014?

    Hi,
    i have a customer who wants to upgrade the their system. for SQL Server part, the current version is 2005, they want to upgrade to 2014. is it possible that don't change any code for SSRS? if have to change, what's the estimated effort? the total RDL files
    are more than 200. 

    Hi dingsheng,
    In this scenario, you don't need to change code for Reporting Services. Those reports can be still available. Please run SQL Server Upgrade Advisor on the report server computer to determine any issues that might prevent you from successfully upgrading.
    For more information, please see:
    Upgrade and Migrate Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Upgrade process for SQL server 2005 service pack4 on stand alone and cluster servers

    Hi All,
    We have iniated a process of upgarding sp4 for all sql 2005 stand alone and clusters servers.
    Please provide me the step by step process for installing sp4 and roll back paln for sql 2005 servers.And before proceeding with sp installation what are the pre check/pro active things that we need to take care.
    Maheshwar Reddy

    Hello,
    For applying SP to SQL 2005 cluster environment/standalone please refer to below link
    http://www.sqlcoffee.com/Tips0007.htm
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Migration of Reports from SSRS 2005 to SSRS 2012

    Hi,
    I have 50 Reports in SSRS 2005 currently in production server. My Client want to migrate to SSRS 2012.
    I migrated one RDL using BIDS. I am using list items inside Text Box in those Reports. The Problem is design and style of the Report changed in SSRS 2012.
    Borders are not coming correctly.
    I want the same Report in 2012 also.
    Please suggest what to do?
    Appreciate your help.
    Regards,
    Bala

    Hi Bala,
    Gernerally, when you upgrade a Reporting Services installation to a SQL Server 2012 Reporting Services (SSRS) installation, existing reports and snapshots that have been published to a report server are compiled and automatically upgraded to the new schema
    the first time they are processed. If a report cannot be automatically upgraded, the report is processed using the backward-compatibility mode. The report definition remains in the original schema.
    Reports are not upgraded when you upload a report definition file directly to the report server or SharePoint site. Upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file.
    As you have mentioned that you got the layout problem when you add the report to BIDS, the issue can be caused the upgration have some limitation.
    In your scenario, i recommend you to upload the rdl file to the SSRS2012 server directly to see if the layout will change, but upload direcly will not upgrate this report.
    Details information about upgrade and migration in the below articles for your reference:
    Upgrading Reports
    Upgrade and Migrate Reporting Services
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Converting to Multi-Org in the middle of upgrade process from 11.5.10.2 to

    Hi all,
    We are in the process of Upgrade from EBS 11.5.10.2 to R12.1.1 (FA and GL modules only)
    We have 10 Set of books
    we are NOT multi-org enabled
    we understand that we have to convert to Multi-Org for R12
    Our problem is :
    We did not define any Operating units till now:
    1- After some analysis, we decided to create one legal entity and one operating unit FOR EACH set of book
    2- So we will have 10 Set of books , 10 Legal entities and 10 Operating units
    3- We should run Adadmin utility option "convert to Multiple Organization architecture"
    In the document "Upgrade Guide - Release 11i to 12.1.1"
    "Before running this step, you must define an operating unit and set the site–level AOL profile option MO: Operating Unit to use your new operating unit. This profile option tells adadmin what operating unit it should use when converting your existing data. If you define additional operating units, the seed data will be replicated for all operating units"
    4- Which Operating unit of the 10 defined operating unites should be set in the site–level AOL profile option MO: Operating Unit ??
    And what about the remaining 9 Operating units ? What about running the Adadmin utility option should we run it one time only ?
    Thanks in advance
    Mohamed F.

    Hi Mohammed,
    The requirement is to define at least one operating unit and set the profile option, "MO: Operating Unit" at Site level, to that Operating Unit's value
    If you define more than one Operating Unit, the replicate seed data process is run for all Operating Units.
    So you can set it to any operating unit and run adadmin.
    Please refer to
    FAQ - Multiple Organizations Architechure (Multi-Org) [ID 165042.1]
    Thanks

  • Error when upgrading from SQL Server 2005 to SQL Server 2014

    Hello everyone,
    Could you help me, i have an error when i try to upgrade my SQL Server 2005 Enterprise Edition to SQL Server 2014 Enterprise Edition,
    All of prerequisits are available and i dont have a problem,
    before the end of migration process, i have this error: The group name could not be found (0x84BB0001)
    File log:
    Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     The upgrade process for SQL Server failed. To continue the upgrade process, use the following information to resolve the error. Next, uninstall SQL Server by using this
    command line: setup /q /action=uninstall /instanceid=MSSQLSERVER /features=SQLENGINE,FULLTEXT,REPLICATION. Then, run SQL Server Setup again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x84BB0001
      Error description:             The group name could not be found.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x0AD059E6%400x3FAAA006&EvtType=0x0AD059E6%400x3FAAA006
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     The upgrade process for SQL Server failed. To continue the upgrade process, use the following information to resolve the error. Next, uninstall SQL Server by using this
    command line: setup /q /action=uninstall /instanceid=MSSQLSERVER /features=SQLENGINE,FULLTEXT,REPLICATION. Then, run SQL Server Setup again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x84BB0001
      Error description:             The group name could not be found.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x0AD059E6%400x3FAAA006&EvtType=0x0AD059E6%400x3FAAA006
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     The upgrade process for SQL Server failed. To continue the upgrade process, use the following information to resolve the error. Next, uninstall SQL Server by using this
    command line: setup /q /action=uninstall /instanceid=MSSQLSERVER /features=SQLENGINE,FULLTEXT,REPLICATION. Then, run SQL Server Setup again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x84BB0001
      Error description:             The group name could not be found.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x0AD059E6%400x3FAAA006&EvtType=0x0AD059E6%400x3FAAA006
    Best regards,
    Guiga Hafedh

    There are more detailed logs for the various components. The one of interesting is the one for the engine or possibly the one for full-text.
    These logs are extremely verbose, and the errors are rarely crystal clear, but at least give them a try. If you have problems, find a place to upload them (Dropbox, Skrydrive etc), so that we can look.
    The closest at hand is that "group" that cannot be found is an AD group.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • SQL 2012 AlwaysOn upgrade to SQL 2014

    Anyone have some info regarding inplace upgrade from SQL 2012 AlwaysOn to SQL 2014 ?
    -Arnstein

    Hi,
    Please check the following articles:
    Upgrade and Update of Availability Group Servers with Minimal Downtime and Data Loss
    https://msdn.microsoft.com/en-us/library/dn178483.aspx
    Thanks.

  • How to upgrade SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Editon

    Dear All,
        My environment configured 2 Servers for SQL 2012 Clustering Enterprise Evaluation with Active/Passive. Then I Would like to upgrade from SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Edition with Active/Passive
    on same 2 Servers.
        I would like you help to share me the step how to upgrade from SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Edition.
        I should upgrade on both Servers or just upgrade only one of them?
        I should upgrade on Active node first or passive node first?
        During upgrade, I should bring offline resource before upgrade?
    I saw only step upgrade evaluation edition on standalone Server but can't find information for upgrade on Cluster environment.
    Could you please help provide me the step for do this. 

    Hello,
    As per this MS article
    http://technet.microsoft.com/en-us/library/ms143393.aspx
    Upgrading from Evaluation Enterprise (a free edition) to any of the paid editions is supported for stand-alone installations, but is not supported for clustered installations.
    Changing the edition of a SQL Server 2012 failover cluster is limited. The following scenarios are not supported for SQL Server 2012 failover clusters:
    SQL Server 2012 Enterprise to SQL Server 2012 Developer, Standard, or Enterprise Evaluation.
    SQL Server 2012 Developer to SQL Server 2012 Standard or Enterprise Evaluation.
    SQL Server 2012 Standard to SQL Server 2012 Enterprise Evaluation.
    SQL Server 2012 Enterprise Evaluation to SQL Server 2012 Standard.
    So i think upgrade to Standard edition is not possible on cluster.
    What you can do is take full and transaction log backup of All databases.Backup your users and logins and jobs by script method.
    Now destroy SQL server 2012 evaluation cluster and create new SQL server standard cluster.
    Just FYI( not related to this): You just need to run edition upgrade on a single node, you can choose to run from either an active or passive node. After running, you need to cause a failover to happen. Once the failover happens, all of the nodes along with
    the database engine will be updated.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Key is not visible in SQL 2012 R2 when query is read from SAP BI

    Hi All,
    I have a query in sap bi which has variables where key and text is displayed as per screen shot 1. How ever the same query is triggered from SQL 2012 r2 the key is not visible but text is visible as per screenshot 2  . Could any one suggest how the key will be displayed by there end(SQL).
    Thanks,
    Payani

    I think you're in the wrong space as yor screenshots are not from any Business Objects or SAP BI 4.x products I know.
    What exact product are you using ?
    this space is for SAP Business Objects products family.

  • Error 997. Overlapped I/O operation is in progress. When applying SQL 2012 SP2 to a FCI passive Node

    Hello
    I am upgrading my 2 node FCI cluster from SQL 2012 SP1 to SP2. I was able to update one node, then I did failover to the upgraded node but now I cannot update the other node (passive)
    I am getting "Error 997. Overlapped I/O operation is in progress"
    Any ideas ?
    Here is a piece of the log file
    MSI (s) (64:AC) [16:26:02:861]: SECREPAIR: A general error running CryptAcquireContext
    MSI (s) (64:AC) [16:26:02:861]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (64:AC) [16:26:02:861]: SECREPAIR: A general error running CryptAcquireContext
    MSI (s) (64:AC) [16:26:02:861]: SECREPAIR: Crypt Provider not initialized. Error:997
    MSI (s) (64:AC) [16:26:02:861]: SECUREREPAIR: Failed to CreateContentHash of the file: Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\1033_ENU_LP\x64\1033\license_SQLBI_OEM.rtf: for computing its hash. Error: 997
    MSI (s) (64:AC) [16:26:02:861]: SECREPAIR: Failed to create hash for the install source files
    MSI (s) (64:AC) [16:26:02:861]: SECUREREPAIR: SecureRepair Failed. Error code: 3e5E78034B8
    Action start 16:26:02: ProcessComponents.
    MSI (s) (64:AC) [16:26:02:876]: 
    Error 997. Overlapped I/O operation is in progress.
    MSI (s) (64:AC) [16:26:02:923]: Machine policy value 'DisableRollback' is 0
    MSI (s) (64:AC) [16:26:02:923]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    Action ended 16:26:02: ProcessComponents. Return value 3.
    MSI (s) (64:AC) [16:26:02:923]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    MSI (s) (64:AC) [16:26:02:923]: No System Restore sequence number for this installation.
    MSI (s) (64:AC) [16:26:02:923]: Unlocking Server
    Action ended 16:26:02: INSTALL. Return value 3.
    Property(S): DiskPrompt = [1]
    Property(S): InstallMode = Typical
    Property(S): UpgradeCode = {6B5C1D2B-86A6-4714-9BC6-5E32D608E551}
    Property(S): WelcomeBmp = WelcomeBmp
    Property(S): OPENREADME = 1
    Property(S): CurrentSetupBootstrap_64 = c:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\
    Property(S): GAC_64 = c:\Windows\Gac\
    Property(S): GAC_32 = c:\Windows\Gac_32\
    Property(S): Ver_64 = c:\Program Files\Microsoft SQL Server\110\
    Property(S): SetupBootstrap_64 = c:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\
    Property(S): CurrentSetupHelpNative_64_1033 = c:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\1033_ENU_LP\x64\1033\help\
    Property(S): CurrentSetupBootstrapNative_64_1033 = c:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\1033_ENU_LP\x64\1033\
    Property(S): CurrentSetupBootstrapRes_64_1033 = c:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\Resources\1033\
    Property(S): Shared_64 = c:\Program Files\Microsoft SQL Server\110\Shared\
    Javier Villegas |
    @javier_vill | http://sql-javier-villegas.blogspot.com/
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you

    Judging by the error message I would say the setup is trying to access a network share that is no longer available to the node due to the failover. How many instances are installed in each node?
    Open resource monitor and, in the disk section, check which files are being accessed by I/O threads. See if there are any files in use that the SP2 installer would supposedly try to access.
    If possible, save the resource monitor results, failback the instance, and check disk usage in the other node to try to detect any abnormal disk access.

Maybe you are looking for

  • FCE HD Output to Sony Trintron Monitor Problems

    I am trying to output my Program Canvas to my Sony monitor, via a Hollywood Dazzle Firewire converter. When the Dazzle is trying to output to monitor, I get a very pixelated image and distorted audio. All the settings under view appear to be correct,

  • How to set mozilla firefox homepage for all users in windows 7?

    I want to set same homepage for all users in windows 7.

  • Artwork Problems

    So I had a corrupted file somewhere on my iPod and instead of using the whatsit to find it, I just restored my iPod. Well, Once it did so and all my songs (4759 to be exact) were back on the iPod, ALL the artwork was gone. So i plugged it in and sync

  • Steps to enhance a datasource from SAP CRM

    Dear Forum, Could you please provide me with some document to enhance a datasource from SAP CRM. Is it any different from enhancement of datasource from ECC datasources, Thanks and regards,

  • USB Hub not working

    I have a hub which has worked fine but is now no longer working. A light on it still lights up and it is recognized in System Profiler. Also items plugged into it are also recognized in System profiler. Any ideas? Thanks John