Quick migrate failing

I am attempting to migrate a Mysql 5.x database to Oracle 10g. I created the connections for my databases and am able to connect to them. When I click 'quick migrate' it does
Step: Creating Tables
Status: Complete
and then dies with
Step: Script Execution Failed
Status: Complete
I do not see any logs on the Logging Page or Migration Log tabs.
I am using SQL Developer 1.2.0 build MAIN-29.98
Where can I see the logs?
thanks,
Jay

I downloaded the latest version ( 1.2.1.x) and this fixed my problem. I was able to capture my databases and did several migrations of data (yeah!). Then I realized I needed to change several table and column names. Now when I try to do the capture on any db that has more than one table I get the error:
oracle.dbtools.metadata.persistence.PersistenceException: Exhausted Resultset
This error does not occur if I capture a single table or a db that has only one table.
Your help is greatly appreciated.
Jay

Similar Messages

  • Quick Migration from Access fails

    When I try to do a quick migrate from Access to XE it always fails, please help,

    You will need to provide more information.
    What fails? What error message do you get? What version of SQLDeveloper?

  • Live Migration Failed while Quick Migration is Ok...Virtual machine with synthetic FC HBA !

    When I migration the virtual machine with synthetic FC HBA  in windows server 2012 R2 Cluster,it fails
    but I do it in the style of quick migraton ,it secceed!
    The error event here
    Live migration of 'Virtual Machine PTSCSQL01' failed.
    Virtual machine migration operation for 'PTSCSQL01' failed at migration destination 'PTCLS0106'. (Virtual machine ID B8FBDE64-FF97-4E9B-BC40-6DCFA09B31BE)
    'PTSCSQL01' Synthetic FibreChannel Port: Failed to finish reserving resources with Error 'Unspecified error' (0x80004005). (Virtual machine ID B8FBDE64-FF97-4E9B-BC40-6DCFA09B31BE)
    'PTSCSQL01' Synthetic FibreChannel Port: Failed to finish reserving resources with Error 'Unspecified error' (0x80004005). (Virtual machine ID B8FBDE64-FF97-4E9B-BC40-6DCFA09B31BE)
    My virtual machine's  synthetic FC HBA setting here
    做微软的先行者,享受用户体验

    Yes, definitely check your zoning/masking.  Remember that with vHBA you have twice as many WWPNs to account for.  Performing a live migration makes use of both pairs during the transfer from one host to the other - one set is active on the machine
    currently running and the second set is used to ensure connectivity on the destination.  So if you are using Address Set A on Host1, Host2 will try to set up the fibre channel connection using Address Set B.  If you do a quick migration, you would
    continue to use the same Address Set on the second host.  That's why you most likely need to check your zoning/masking for the alternate set.
    . : | : . : | : . tim

  • Failed to locate source plugin in Quick Migration wizard

    I'm trying to migrate a simple Sql Server 2005 database (only a few tables without data) in an oracle XE Database server .
    I'm using Sql*Developer 1.5.5 and I've done connections to Sql Server and Oracle Xe without any problem.
    I can connect to Sql Server and browse database objects.
    I've created an Oracle Schema with the correct grants and permissions and I've associated "Migration repository"
    Than I'm trying to do "Quick Migration Wizard", but when I check prerequisites there's a blocking error "Falied to locate source plugin".
    This is the image : [http://img210.imageshack.us/img210/7640/15643078.jpg]
    I can't find any documentation about this step and source plugin ?? What does it means ?
    Any help is very appreciated !
    Edited by: datasyst on Sep 3, 2009 3:19 AM

    I got the same thing when I tried to migrate sql server 2008 to oracle

  • Quick Migrate SQL 2k To Oracle 10g fails

    Has anyone come across a solution for the following:
    Error ocurred during capture: ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column
    When using the quick migrate feature of SQL Developer 2.1.1.64 to import a SQL Server 2000 database into Oracle 10g. I am also using JTDS 1.2.5.
    Any assistance would be appreciated - thanks in advance.
    Edited by: user13281085 on Jun 10, 2010 4:34 PM

    Hi,
    I found a reference to a cause for this error available in My Oracle Support -
    ORA-24816 On Insert Statement (Doc ID 746333.1)
    When attempting to insert data into a table that contains LOBs, received the following error during insert.
    INSERT INTO catentdesc (NAME, LONGDESCRIPTION, XMLDETAIL, AVAILABLE, PUBLISHED) VALUES (?, ?, ?, ?, ?)
    ERROR
    Ora-24816: expanded non long bind data supplied after actual long or lob column
    The table definition is:
    Name Null? Type
    NAME VARCHAR2(128)
    LONGDESCRIPTION CLOB
    XMLDETAIL CLOB
    AVAILABLE NOT NULL NUMBER(38)
    PUBLISHED NOT NULL NUMBER(38)
    The workround was to change the insert -
    INSERT INTO catentdesc (NAME, AVAILABLE, PUBLISHED,
    LONGDESCRIPTION, XMLDETAIL) VALUES (?, ?, ?, ?, ?);
    where the lob columns are positioned at the end of the statement.
    This is fixed in the 11.2 RDBMS.
    ========
    To follow up we would need to know the statement causing the problem and the definition of the SQL*Server table involved.
    Could you do a manual capture and generate the scripts for the Oracle table creates ?
    Regards,
    Mike

  • Live Migration Fails with error Synthetic FiberChannel Port: Failed to finish reserving resources on an VM using Windows Server 2012 R2 Hyper-V

    Hi, I'm currently experiencing a problem with some VMs in a Hyper-V 2012 R2 failover cluster using Fiber Channel adapters with Virtual SAN configured on the hyper-v hosts.
    I have read several articles about this issues like this ones:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/baca348d-fb57-4d8f-978b-f1e7282f89a1/synthetic-fibrechannel-port-failed-to-start-reserving-resources-with-error-insufficient-system?forum=winserverhyperv
    http://social.technet.microsoft.com/wiki/contents/articles/18698.hyper-v-virtual-fibre-channel-troubleshooting-guide.aspx
    But haven't been able to fix my issue.
    The Virtual SAN is configured on every hyper-v host node in the cluster. And every VM has 2 fiber channel adapters configured.
    All the World Wide Names are configured both on the FC Switch as well as the FC SAN.
    All the drivers for the FC Adapter in the Hyper-V Hosts have been updated to their latest versions.
    The strange thing is that the issue is not affecting all of the VMs, some of the VMs with FC adapters configured are live migrating just fine, others are getting this error.
    Quick migration works without problems.
    We even tried removing and creating new FC Adapters on a VM with problems, we had to configure the switch and SAN with the new WWN names and all, but ended up having the same problem.
    At first we thought is was related to the hosts, but since some VMs do work live migrating with FC adapters we tried migrating them on every host, everything worked well.
    My guess is that it has to be something related to the VMs itself but I haven't been able to figure out what is it.
    Any ideas on how to solve this is deeply appreciated.
    Thank you!
    Eduardo Rojas

    Hi Eduardo,
    How are things going ?
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Problems using Quick Migrate in SQL Developer 1.5 for MySQL to Oracle 10g

    Hi all,
    I am trying to use SQL Developer 1.5 migration tools (Quick Migrate) to perform online capture and build source model to migrate from MySQL 5.x to Oracle 10g on Windows platform. I get these errors and the Quick Migrate process fails:
    oracle.dbtools.metadata.persistence.PersistableObject.doInsert(PersistableObject.java:238)
    I did a search and used the sqldeveloper.cmd script but still fails. Then I created a new database and truncated the repository. I now get the above error plus two new ones listed below:
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    Error loading nls:OALL8 is in an inconsistent state
    Error occurred during capture: Protocol violation
    It fails during the capture process for MySQL 5.1 database
    when it begins to capture the tables from MySQL.
    Does anyone know how to resolve these issues when migrating from MySQL to Oracle 10g using Quick Migrate with SQL Developer 1.5 release?
    Regards,
    Ben Prusinski
    Message was edited by:
    benprusinski
    Message was edited by:
    benprusinski

    Hi all,
    I put the following in my sqldeveloper.cmd file:
    SET ORACLE_HOME=%CD%
    What is very confusing is that with SQL Developer 1.5, there are several levels and several SQL Developer executables! I am really not sure which of these to use:
    I created the SQLDeveloper 1.5 directory called SQLDeveloper1_5 on Windows:
    1) cd C:\sqldeveloper1_5\sqldeveloper-5338
    there exists a sqldeveloper.exe
    2) cd c:\sqldeveloper1_5\sqldeveloper-5338\sqldeveloper\sqldeveloper.exe
    3) cd c:\sqldeveloper1_5\sqldeveloper-5338\sqldeveloper\sqldeveloer\bin\sqldeveloper.exe
    Which SQLDeveloper 1.5 executable should I be using and where should I place the
    sqldeveloper.cmd file?
    Also I did try to use a different database and schema for the repository with Quick Migrate but it appears a bug exists in SQL Developer 1.5 version that causes errors with Quick Migrate for MySQL to Oracle? Is this correct?
    As an update, I ran the following commands:
    cd to
    c:\sqldeveloper1_5\sqldeveloper-5338\sqldeveloper\sqldeveloper\bin
    sqldeveloper.cmd sqldeveloper.exe
    Start sqldeveloper.exe
    Perform standard capture for MySQL using the new mig2 schema as the new repository
    It starts the capture but fails on the errors below:
    Error loading nls:OALL8 is in an inconsistent state
    UPDATE
    ============================
    I tried this again and it worked with the exception of one error message listed below:
    Here are the steps that I followed:
    1. Create a Windows cmd script
    Put the following entries in the script:
    SET ORACLE_HOME=%CD%
    save the command windows script as sqldeveloper.cmd
    Copy this script to the base installation directory for SQLDeveloper
    Example:
    1. cd c:\SQLDeveloper1_5\sqldeveloper-5338\sqldeveloper
    2. Start SQLDeveloper with the command script that you created earlier
    Example:
    Open a Windows shell prompt window and execute the following scripts:
    a) sqldeveloper.cmd sqldeveloper.exe
    b) sqldeveloper.exe
    3) In SQL Developer 1.5
    From the Migrate menu,
    a) Delete current repository and create a new schema in Oracle target database call it mig2.
    b) Then create a new repository in SQL Developer 1.5
    c) Right mouse click on the MySQL 5.x database and choose capture
    It worked with the exception of one error message:
    o.jdbc.driver.OracleDriver     
    Error while registering Oracle JDBC Diagnosability MBean.
    So it looks like something is screwed up with my JDBC drivers and configuration for MySQL. How do I diagnose the JDBC driver issue for MySQL?
    Thanks!!!
    Ben
    Thanks
    Ben

  • Access quick migration error - missing privilege

    I'm trying to migrate an access 2000 db using the quick migrate, but when I do the pre-migration check I get a "FAILED" for "Checking target rights" - the information says "Missing privilege CREATE VIEW". The user has create view, so I'm not sure what's going on.
    Is there a way to get more details as to what causes this failure?

    just created a user:
    create user abc identified by abc;
    and granted only:
    grant connect,resource to abc;
    Now SQlDevMWB claims about missing create view privilege.
    So I granted also:
    grant create view to abc;
    and now it works well.
    So I would suggest you check the privileges manually using SQL*Plus.
    Here it would be best to define a view that collects all privileges:
    CREATE OR REPLACE VIEW DBA_USER_PRIVS (USERNAME, ROLENAME, PRIVILEGE) AS
    SELECT DECODE(SA1.GRANTEE#, 1, 'PUBLIC', U1.NAME), SUBSTR(U2.NAME,1,20),
    SUBSTR(SPM.NAME,1,27)
    FROM SYS.SYSAUTH$ SA1, SYS.SYSAUTH$ SA2, SYS.USER$ U1,
    SYS.USER$ U2, SYS.SYSTEM_PRIVILEGE_MAP SPM
    WHERE SA1.GRANTEE# = U1.USER#
    AND SA1.PRIVILEGE# = U2.USER#
    AND U2.USER# = SA2.GRANTEE#
    AND SA2.PRIVILEGE# = SPM.PRIVILEGE
    UNION
    SELECT U.NAME, NULL, SUBSTR(SPM.NAME,1,27)
    FROM SYS.SYSTEM_PRIVILEGE_MAP SPM, SYS.SYSAUTH$ SA, SYS.USER$ U
    WHERE SA.GRANTEE#=U.USER#
    AND SA.PRIVILEGE#=SPM.PRIVILEGE
    and now you can simply check:
    select * from dba_user_privs where username='ABC';
    What are the permissions for your user?

  • Quick Migration Wizard

    Hi,
    I'm trying to migrate a SQL Server 2008 database to Oracle 11g database using the Quick Migration Wizard. The step Pre-migration check fails at 'Locating source plugin'. Can anyone help in sorting out this issue ?
    Thanks,
    RK

    http://www.oracle.com/technology/products/database/sql_developer/files/supportedmigplatforms.html
    So you'll have to downgrade your SQL Server...
    Sorry,
    K.

  • Quick Migrate: SQL Server database to Oracle

    When I try Quick Migrate: SQL Server database to Oracle, I get the following error messages:
    1. Locating source plugin...failed
    2. Checking multi-schema privileges...Privilege 'CREATE ROLE" is not granted with admin option.
    Error #1 I do not understand.
    Error #2: I created the user as follows:
    DROP USER GRAINTEST CASCADE
    CREATE USER GRAINTEST
    IDENTIFIED BY SQL
    DEFAULT TABLESPACE SMARTSOFT_DATA
    TEMPORARY TABLESPACE TEMP
    QUOTA UNLIMITED ON SMARTSOFT_DATA
    QUOTA UNLIMITED ON SMARTSOFT_INDEX
    GRANT CONNECT,
    RESOURCE,
    CREATE ROLE,
    CREATE VIEW,
    CREATE SESSION,
    ALTER ANY TRIGGER TO GRAINTEST
    DROP ROLE R_GRAINTST
    CREATE ROLE R_GRAINTST NOT IDENTIFIED
    GRANT R_GRAINTST TO GRAINTEST
    WITH ADMIN OPTION
    Thanks
    Murray

    Murray,
    Apologies for referring to the 1.5 documentation but the 2.1 documentation still has the same information about creating a user to hold the repository.
    You initially reported 2 problems -
    1. Locating source plugin...failed
    2. Checking multi-schema privileges...Privilege 'CREATE ROLE" is not granted with admin option.
    For the first error have you installed the necessary JDBC driver ? I have just installed SQL*Developer 2.1 on a new laptop and could successfully connect following the documentation steps -
    Oracle® SQL Developer
    User’s Guide
    Release 2.1
    2.5.2 Before Migrating From Microsoft SQL Server or Sybase Adaptive Server
    To configure a Microsoft SQL Server or Sybase Adaptive Server database for
    migration:
    1. Ensure that the source database is accessible by the Microsoft SQL Server or
    Sybase Adaptive Server user that is used by SQL Developer for the source
    connection. This user must be able to see any objects to be captured in the
    Microsoft SQL Server or Sybase Adaptive Server database; objects that the user
    cannot see are not captured. For example, if the user can execute a stored
    procedure but does not have sufficient privileges to see the source code, the stored
    procedure cannot be captured.
    2. Ensure that you can connect to the Microsoft SQL Server or Sybase Adaptive
    Server database from the system where you have installed SQL Developer.
    3. Ensure that you have downloaded the JTDS JDBC driver from
    http://jtds.sourceforge.net/.
    4. In SQL Developer, if you have not already installed the JTDS driver using Check
    for Updates (on the Help menu), do the following:
    a. Click Tools, then Preferences, then Database, then Third Party JDBC Drivers.
    b. Click Add Entry.
    c. Select the jar file for the JTDS driver you downloaded from
    http://jtds.sourceforge.net/.
    d. Click OK.
    ========
    The second error is again documented in the 2.1 documentation -
    5.99 Privilege Warning for Migration
    This dialog box is displayed if you click Verify in the Quick Migrate box and the
    database user for the connection does not have all privileges necessary for a
    multischema migration. For multischema migrations, this user must granted the
    RESOURCE role with the ADMIN option; and this user must also be granted the
    CREATE ROLE, CREATE USER, and ALTER ANY TRIGGER privileges, all with the
    ADMIN option.
    If you are performing a single-schema migration, you can ignore this warning.
    =====
    Which errors are you now seeing and which user was used to hold the repository ?
    If you are using GRAINTEST for the repository then create it using this syntax -
    CREATE USER GRAINTEST IDENTIFIED BY password <=== change password as necessary
    DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp; <=== change tablespaces as necessary
    GRANT CONNECT, RESOURCE, CREATE VIEW, CREATE PUBLIC SYNONYM TO
    GRAINTEST WITH ADMIN OPTION;
    GRANT ALTER ANY ROLE, ALTER ANY SEQUENCE, ALTER ANY TABLE, ALTER TABLESPACE,
    ALTER ANY TRIGGER, COMMENT ANY TABLE, CREATE ANY SEQUENCE, CREATE ANY TABLE,
    CREATE ANY TRIGGER, CREATE ROLE, CREATE TABLESPACE, CREATE USER, DROP ANY
    SEQUENCE, DROP ANY TABLE, DROP ANY TRIGGER, DROP TABLESPACE, DROP USER, DROP ANY
    ROLE, GRANT ANY ROLE, INSERT ANY TABLE, SELECT ANY TABLE, UPDATE ANY TABLE TO
    GRAINTEST with admin option ;
    then when making the migration make sure the Oracle connection is to this user.
    Please update the thread with the errors you get after following these steps.
    Regards,
    Mike

  • Error occurred during quick migration: ORA-06502: numeric or value error

    I am very beginner on sql developer.I have a problem during a quick migration from mySQL db to Oracle DB as:
    step1: captured model processed successful
    step2: convered mode processed failed @ ORA-06502: numeric or value error
    My work environment:
    SQL Developer (2.1.1.64)
    Java platform: 1.6.0
    Oracle ide:2.1.1
    Ojdbc5.jar
    Oracle server ver. 9i
    mySQL Datatype: datetime (default_value: 0000-00-00 00:00:00) ,float,varchar(100),int(11)
    Please help me!
    Thanks in advance!
    Vien.

    kgronau wrote:
    could you please log into MySQL using mysql-utility, then change to the db (use <your mysql db) and provide the output of
    desc bars_eoptHi kgronau,
    Thanks for your response. Below is the table "bars_eopt" description from MySQL db. (first row is a description) sorry about the display is not in line as typing.
    Field     Type     Collation     Null     Key     Default     Extra     Privileges     Comment
    Bar_Index     int(11)          NO     PRI     0          select,insert,update,references
    Recipe     varchar(100) latin1_swedish_ci NO     MUL               select,insert,update,references
    Date_Time     datetime          NO          0000-00-00 00:00:00          select,insert,update,references
    ThresholdCurrent float          NO          0          select,insert,update,references     
    SlopeEfficiency     float          NO          0          select,insert,update,references     
    Pmax      float          NO          0          select,insert,update,references     
    Voltage_at_Imax     float          NO          0          select,insert,update,references     
    SeriesResistance     float          NO          0          select,insert,update,references     
    PeakWavelength     float          NO          0          select,insert,update,references     
    FWHM     float          NO          0          select,insert,update,references     
    CentroidWavelength float          NO          0          select,insert,update,references     
    Efficiency_at_Imax float          NO          0          select,insert,update,references     
    ForwardVoltage     float          NO          0          select,insert,update,references     
    FW_90_Percent     float          NO          0          select,insert,update,references     
    Emitter_at_Ith     float          NO          0          select,insert,update,references     
    Emitter_at_Imax float          NO          0          select,insert,update,references     
    Delta_Emitter      float          NO          0          select,insert,update,references     
    LOT_ID     varchar(100)     latin1_swedish_ci NO     MUL               select,insert,update,references     
    Part_Number     varchar(100)     latin1_swedish_ci     NO     MUL               select,insert,update,references     
    Pak_Number     int(11)          NO          0          select,insert,update,references     
    Pak_Position     int(11)          NO          0          select,insert,update,references     
    Tracer     int(11)          NO          0          select,insert,update,references     
    OCR     varchar(100)     latin1_swedish_ci NO                    select,insert,update,references     
    Inspection_Result varchar(100)     latin1_swedish_ci     NO                    select,insert,update,references     
    Inspection_Defect varchar(100)     latin1_swedish_ci     NO                    select,insert,update,references     
    Facette     varchar(1000)     latin1_swedish_ci     NO                    select,insert,update,references     
    Facette2     varchar(1000)     latin1_swedish_ci     NO                    select,insert,update,references     
    Upside     varchar(1000)     latin1_swedish_ci     NO                    select,insert,update,references     
    Downside     varchar(1000)     latin1_swedish_ci     NO                    select,insert,update,references     
    Thanks again and Best Regards,
    Vien.T

  • Low priority VM and Quick migration

    Hi ,
    When we pause or set one of hyper-v host on maintenance , the fail-over cluster migrate VMs to another hosts , some VMs migrate  using live migrated and the others  using Quick migrated
    I notice the VMs that are  prioritized with low  priority using Quick migration
    Why not all VMs doesn't use live migration ?
    thanks
    Ramy

    I don't think this is related to priority. My experience has been that VMs that are running are live-migrated, while VMs that are paused or powered down cannot be live-migrated but must be quick migrated. This makes sense if you think about it. Live-migration
    migrates a running VM's memory and settings then the storage handle. None of these apply if the VM is down. 
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • Network adapter configuration error after quick migrate of stopped VM in 2012 r2 data-center edition 3 node cluster environment

    We've got a couple of Windows 2012 r2 / Hyper-V 3 node clusters, and I have a problem with network adapters on them.
     I have 3 node cluster all vm running fine on node 1 and 2 also quick and live migration very good between
    node 1 and node 2, but no vm migrating on node 3.  show "Network adapter configuration error".
    If the VM is powered off, and I move it to 3rd
    host (quick migration via Failover Cluster Manager), the network adapter loses its connection to the virtual switch - it turns to "Configuration Error"..if
    manually change V switch of every VM then it worked only on 3rd node, and having same problem on node 1 and 2. 
    Quick migrate with the power off, and it fails to pick up the VSwitch on the3rd host.
    Thanks
    Shipon

    Hi,
    > I created a new VM via the Failover Cluster Manager (ie not via Hyper-V manager on one of the nodes).
    Generally, this issue happens if a network adapter is added or removed on a highly available virtual machine using the Hyper-V manager console. Since the Hyper-V Manager console is not cluster aware, which means that configuration changes that are made to
    virtual networks or virtual machines in the Hyper-V Manager console must be replicated to the other cluster nodes by using the “refresh virtual machine configuration” option in the Failover Cluster Manager console.
    I know that “refresh virtual machine configuration” option is not needed if you change virtual machine settings using the Failover Cluster Manager console, but you may try to refresh the configuration of virtual machine to check the result.
    In the Failover Cluster Manager console, expand Services and Applications, and then click the virtual machine for which you want to refresh the configuration.
    In the Actions pane, scroll down, click More Actions and then click Refresh virtual machine configuration.
    For more information please refer to following MS articles:
    Refresh the Configuration of a Virtual Machine
    http://technet.microsoft.com/en-us/library/dd759135.aspx
    Highly Available Virtual Machines Lose Configuration Settings after Failover in Windows Server 2008 Failover Clusters
    http://support.microsoft.com/kb/2000016
    Hyper-V Live Migration fails on Windows Server 2008 R2 with Event ID 12080
    http://support.microsoft.com/kb/2592237
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Server 2012 r2 live migration fails with hardware error

    Hello all, we just upgraded one of our hyper v hosts from server 2012 to server 2012 r2; previously we had live replication setup between it and another box on the network which was also running server 2012. After installing server 2012 r2 when a live migration
    is attempted we get the message:
    "The virtual machine cannot be moved to the destination computer. The hardware on the destination computer is not compatible with the hardware requirements of this virtual machine. Virtual machine migration failed at migration source."
    The servers in question are both dell, currently we have a poweredge r910 running server 2012 and a poweredge r900 running server 2012 r2. The section under processor for "migrate to a physical computer using a different processor" is already checked
    and this same vm was successfully being live replicated before the upgrade to server 2012 r2. What would have changed around hardware requirements?
    We are migrating from server 2012 on the poweredge r910 to server 2012 r2 on the poweredge r900. Also When I say this was an upgrade, we did a full re install and wiped out the installation of server 2012 and installed server 2012 r2, this was not an upgrade
    installation.

    The only cause I’ve seen so far is virtual switches being named differently. I do remember that one of our VMs didn’t move, but we simply bypassed this problem, using one-time backup (VeeamZIP, more specifically).
    If it’s one-time operation you can use the same procedure for the VMs in question -> backup and restore them at new server.
    Kind regards, Leonardo.

  • Error Message 3 Quick Time failed to install

    I have tried every way I know possible to download iTunes. I have loaded Quicktime stand alone, I have loaded iTunes to my hard drive and tried to start the install from there and not the internet. I have turned off all firewalls and virus/spyware software. I continue to get Error Message 3, Quick Time failed to install. I am very frustrated with this problem as well as the run around I'm getting from Apple. I can't even update my iPod. I thought my iPod purchase was going to be great. But after the short battery life issue and now the software issue. I am starting to re-think my purchase. Does anyone have a solution to the software problem that works??? Apple even tried to blame the problem on my computer. I see from all the people that have this problem in this forum it is not my computer. Please help if you can...Thanks, M
    Toshiba Qosmio F25-AV205   Windows XP Pro   Also Windows Media Center

    Do you use Yahoo messenger? It's probably easier to walk you through it

Maybe you are looking for

  • Url from OA page - urgent plz

    Hi , I have a URL in a seeded page which should open the file repository through the URL. my URL value is: \\ottfs1 which should open the file repository.But i am facing the problem in opening this URL. http:// is being appending to the url value.I a

  • Mapping some integers

    hello I have this code below which maps out my string keys with string values; once it has maped them out it gets the string keys in the order that they are maped out at. my problem is that i want to map some integers out with them ( int keys[]={0,1,

  • # of user connect to AP 1240

    Dear all, Is there any limitation on the # of user connect to one AP 1240? Besides, can I use the cisco aironet site survey utility without the cisco adaptor card? Thanks. C.K.

  • Data migration from SQL Server 6.5

    Hi, I would like to migrate data from SQL Server 6.5 to Oracle 8.0.5. I can create flat files using the BCP utility in SQL Server, but how do I get my Oracle db to recognize the same? Please help. Regards Urmi null

  • Upgrade procedure from 4.6c to ECC 6.0

    Hi I had gone through SAP solution browser tool and observed the differences for 4.6C and 6.0 Can u please let me know How to start and end  the upgrade project i.e sequence of activities. 1) should the configuration be done in ECC 6.0 same as 4.6C?