Migration teststand 4.0 à 2012 au niveau model

Bonjour,
Je désire aidé mon client a migrer ses projets de teststand 4.0 à teststand 2012 mais pour ce faire, je dois m'assurer que les modifications des model (sequentialmodel.seq) sont valides et réintégrer dans le teststand 2012.  A première vue ca me parrait pas simple a faire.  Est-ce que je dois faire quelques chose de plus simple que d'aller ligne par ligne dans l'ancienne version et de réintégré ce que je ne retrouve pas dans le model 2012 ?????
J'aimerais avoir votre opinion sur la meilleure façon de migrer un système fonctionnant sous teststand 4.0 à 2012 incluant le model station utilisé et personnalisé.
Merci beaucoup,
Eric

Bonjour Eric,
Il y a effectivement beaucoup de paramètres à prendre en compte lorsque l'on souhaite migrer un projet entre différentes versions de TestStand. Aussi il est nécessaire de suivre une démarche organisée. Les tutoriaux s'y dessous décrivent assez bien comment procéder :
Effective TestStand Upgrading
How Do I Migrate a TestStand Configuration File with Custom Types to a Newer Version of TestStand?
Migrating Process Model Customizations to TestStand 2012 or Later
J'espère que cela t'aidera,
Bonne journée,
M-Junior

Similar Messages

  • Driver and Driver Package migration from 2007 to 2012 R2 query

     
    Dear Team,
    I am in the process of migrating the drivers and DriverPackage from SCCM2007 to CM2012 . I am following the below steps and also i am getting below warning message while doing Driver migration.
    1) Copied all the driver source path from SCCM2007 to 2012 folders and shared the same.
    2) By using migration Utility , i have migrated all the drivers from 2007 to 2012 .
    3) After the migration i have changed the dirver source path at CM2012 side pointing to new CM12 driver source path.
    4) I have started the DriverPackage migration.
    5) After the DriverPackage migration , i have changed to DriverPackage Source path at CM12 side pointing to new CM12 dirverpackage source.
    Please help me my steps and procedure and suggest if anything i need to do extra .....
    My question and observation :
    1) During the driver migration , i got a warning message like . Some drivers not able to migrate due to unsupported by CM2012 .
        a) Is there any way i can find unsupported model drivers before or after the migration
        b) Is there any other process to migrate Unsupported drivers from 2007 to 2012 other than manual import or script basis
    2) After the DriverPackage migration and after the change in the DriverPackage source path. I am not seeing any folder creating in DriverPackage new source path (I understood the reason).
       a) Is there any way i can recreate those folders in new source path after the DriverPackage Migration ?
       b) What is the best process for the DriverPacakge migration from 2007 to 2012 regarding the SourcePath.
    Thanks in advance....
    Raja

    A good article written by Johan Arwidmark
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/71/Migrating-unsupported-driver-packages-from-ConfigMgr-2007-to-supported-packages-in-ConfigMgr-2012.aspx
    Benoit Lecours | Blog: System Center Dudes

  • Does anyone know the accurate dimensions of iMac 21.5" shipping box (late 2012 - the "razzor"model)?

    Does anyone know the accurate dimensions of iMac 21.5" shipping box (late 2012 - the "razzor"model)?
    Note that I am looking for the BOX (packaging) measures, not the computer measures.
    Hard to find that on th einternet.
    Thanks!
    Mott

    Mott,
    I'd recommend going to your local Apple Store or reseller and ask to measure a box.

  • Sql server migration from 2005 to 2012 (110)

    hi, experts, 
    the database of  .net web form application (Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1025  ) that I am responsible will be migrated to sql server 2012 (110). 
    the .net webform use the functions from System.Data.SqlClient. should be ado.net
    e.g.
    public static DataSet LoadByID(int id)
    SqlConnection conn = new SqlConnection();
    DataSet ds = new DataSet();
    try
    conn.ConnectionString = ConfigurationManager.ConnectionStrings["connection_string"].ToString();
    conn.Open();
    SqlParameter[] aryParams = new SqlParameter[1];
    aryParams[0] = new SqlParameter("@ID", SqlDbType.Int);
    aryParams[0].Value = id;
    SqlCommand cmd = new SqlCommand("a_store_procedure_name", conn);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.AddRange(aryParams);
    SqlDataAdapter sqlAdapter = new SqlDataAdapter(cmd);
    sqlAdapter.Fill(ds);
    catch (Exception ex)
    throw ex;
    finally
    if (conn.State == ConnectionState.Open)
    conn.Close();
    return ds;
    I cloned the database from 2005, restore into 2012 and change the compatibility level to 110 of cloned database.
    I am doing tests on the sql server 2012 from the web application user interface. (changed connection string to new 2012 db)
    I found that I always hit this error 
    any configuration for whole web form application?
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Source Error:
    delaynomore.

    Hi delaynomore,
    According to your description, you fail to execute the function with timeout error after migration to SQL Server 2012. Based on my research, the issue could be due to the long running tasks or uncommitted transactions.
    To troubleshoot the issue, besides Olaf's suggestion to check the connection to SQL Server 2012 instance and the stored procedure using SQL Server Management Studio(SSMS) manually, you could also follow the methods below.
    1. Execute that procedure manually using SSMS and check if it takes a very long time to execute and return. For example, there could be millions of rows being updated. If it takes a long time, you can adjust the CommandTimeout accordingly.
    2. Execute the following statement in SSMS to check if there are any uncommitted transactions: dbcc opentran ('yourDatabaseName'). If there are any uncommitted transactions, please change the  stored procedure accordingly to commit the transactions.
    For more information about the process, please refer to the article:
    http://blogs.msdn.com/b/spike/archive/2008/07/31/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx
    Regards,
    Michelle Li

  • Windows Migration from 2003 to 2012

    Hi,
    When I try to complile my vb6 code, it gives me "ActiveX component cannot create object" in half way of compiling. Advice me to get over the error.

    Hi,
    Did you have any migration issue during migration from 2003 to 2012?
    There are  several causes, for example
    The class isn't registered.
    A DLL required by the object can't be used, either because it can't be found, or it was found but was corrupted.
    For more detail information, you could refer to this article:
    http://msdn.microsoft.com/en-us/library/aa231060(v=vs.60).aspx
    Meanwhile, the issue is more related to VB6 code issue, so i suggest that you may ask in vb forums for more support:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Migrate SOFS Role between 2012 R2 Clusters

    I have a sofs role configured on a 2012R2 3 node cluster, and I need it moved to a different cluster so that the nodes on the current cluster can be rebuilt. Both clusters use a CSV. The share that is used by the sofs sits on a CSV (connected by iscsi on
    each node)
    Im trying to understand the advice here:
    http://technet.microsoft.com/en-us/library/dn659431.aspx
    Method 1 is confusing because it discusses migrating virtual machine storage with VMM but I dont see how this relates to a SOFS.
    Method 2 seems most applicable, however when I use the 'Copy Cluster Roles Wizard, and I select the source cluster, it brings up a list of role available to be migrated, and I cannot select the single SOFS I want to move. If I check one box, it automatically
    checks the box for every role on the cluster, and I dont want to move everything.
    Also, im confused about the process of the migration and what exactly migrates once I get past the first issue above.
    Should I be running this wizard to migrate the role to the new cluster, then connecting the iscsi for the lun to the 3 destination nodes and mounting as a csv ? and then disconnecting the csv from the source cluster ? or vice versa ? or?
    cant find a good guide for this. Any advice or pointers in the right direction much appreciated.
    tks

    Hi dfgsdfgf,
    Could you clarify “and I select the source cluster, it brings up a list of role available to be migrated, and I cannot select the single SOFS I want to move.” If I am not
    misunderstanding, are you trying to “migrate” one of the SOFS cluster node to new server? You must migrate the SOFS role, but can’t the node.
    More related information:
    How to Move Highly Available (Clustered) VMs to Windows Server 2012 with the Cluster Migration Wizard
    http://blogs.msdn.com/b/clustering/archive/2012/06/25/10323434.aspx
    Migration Paths for Migrating to a Failover Cluster Running Windows Server 2012 R2
    http://technet.microsoft.com/en-us/library/dn530781.aspx
    Migrate Cluster Roles to Windows Server 2012 R2
    http://technet.microsoft.com/en-us/library/dn530779.aspx
    Hope this helps.
    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.

  • "Object reference not set to an instance of an object." in Visual Studio 2012 Entity Framework Model-First

    Hello
    We're trying to use a Model-First with Entity Framework in Visual Studio, targeting an Oracle XE 11g installation.
    No matter from what angle we're approaching the issue, we always end up with an "Object reference not set to an instance of an object" in Visual Studio:
    First way:
    - Add new ADO.NET Entity Framework Model to a .NET Framework 4.5 project
    - Empty model
    - Add some entities and associations
    - Set Database Generation Workflow to "Generate Oracle Via T4 (TPT).xaml"
    - Set DDL Generation Template to "SSDLToOracle.tt"
    - Generate Database From Model
    - VS asks for DB connection ==> Click "New Connection"
    - Enter the connection properties to the Oracle XE database. "Test Connection" tells me the connection is okay.
    - Click OK. Visual Studio shows the following error message:
    (here's the image if it's not visible: https://dl.dropboxusercontent.com/u/35614983/vs2012_oracle_ef_error.png)
    We also tried to generate the model in VS2010 and then manually transform it to an EF5 / VS2012 model. At the "Generate Database from Model" step, the same error appeared.
    We also tried to generate the model from database (Database-First approach). Same error.
    My configuration:
    - Windows 7 Ultimate 64-bit
    - Installed Oracle client: ODTwithODAC1120320_32bit.zip, so the version is 11.2.0.3.20
    - Visual Studio 2012 Update 3 (11.0.60610.01)
    Thanks for any hints!
    EDIT: I just read that ODP.NET doesn't seem to support Entity Framework 5, so I tried a new project with Entity Framework 4.1, but I get the same errors.
    EDIT 2: On a 32-bit Windows 7 virtual machine, everything works fine. Seems the problem is only there on my 64-bit Windows 7 machine.

    Sorry for the delay on this one. Let me know if you are still seeing this and I will see if we can get more diagnostic info somehow.
    That error is basically an exception fault. It means a bug or a misconfiguration of Oracle Developer Tools. Can you try to reinstall ODT and see if you notice any unusual errors during install.. and see if a reinstall fixes the problem?

  • Kernel Panics when waking from sleep? 2012 MBA Base Model

    I've been having some trouble with my 2012 MacBook Air. It was running perfectly until about 2 weeks ago. Now, when waking from sleep, I am getting Kernel Panics that force the restart of my Mac. I was wondering if anyone could provide insight on the issue.
    An example log file is below:
    Mon Jun 17 18:34:31 2013
    panic(cpu 0 caller 0xffffff802c4b8655): Kernel trap at 0xffffff7fac9bb786, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x000000002e792000, CR4: 0x00000000001606e0
    RAX: 0xffffff80389af900, RBX: 0xffffff8096e07000, RCX: 0x0000000000000002, RDX: 0x0000000000000004
    RSP: 0xffffff80a54f3dc0, RBP: 0xffffff80a54f3de0, RSI: 0x0000000000000002, RDI: 0x0000000000000000
    R8:  0xffffff80389c4000, R9:  0x00000000000003ff, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff
    R12: 0xffffff8038986800, R13: 0x0000000000000002, R14: 0x0000000000000004, R15: 0x0000000000000002
    RFL: 0x0000000000010246, RIP: 0xffffff7fac9bb786, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80a54f3a60 : 0xffffff802c41d626
    0xffffff80a54f3ad0 : 0xffffff802c4b8655
    0xffffff80a54f3ca0 : 0xffffff802c4ce17d
    0xffffff80a54f3cc0 : 0xffffff7fac9bb786
    0xffffff80a54f3de0 : 0xffffff802c83a02c
    0xffffff80a54f3e30 : 0xffffff802c8364f1
    0xffffff80a54f3e80 : 0xffffff802c841694
    0xffffff80a54f3ec0 : 0xffffff802c835ccb
    0xffffff80a54f3ef0 : 0xffffff802c84138d
    0xffffff80a54f3f30 : 0xffffff802c84708a
    0xffffff80a54f3f80 : 0xffffff802c8471b9
    0xffffff80a54f3fb0 : 0xffffff802c4b3137
          Kernel Extensions in backtrace:
             com.apple.iokit.IOUSBFamily(5.6)[065077C5-A49E-3C52-BDC0-60169E293563]@0xffffff 7fac99b000->0xffffff7fac9f6fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7fac972000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12E55
    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x000000002c200000
    Kernel text base: 0xffffff802c400000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 4372661007505
    last loaded kext at 244544510921: com.apple.filesystems.msdosfs          1.8.1 (addr 0xffffff7fae0e8000, size 65536)
    last unloaded kext at 304724110055: com.apple.filesystems.msdosfs          1.8.1 (addr 0xffffff7fae0e8000, size 57344)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp          4.2.6
    org.virtualbox.kext.VBoxNetFlt          4.2.6
    org.virtualbox.kext.VBoxUSB          4.2.6
    org.virtualbox.kext.VBoxDrv          4.2.6
    com.silex.driver.sxuptp          1.10.1
    com.globaldelight.driver.BoomDevice          1.1
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.1.4f2
    com.apple.driver.AGPM          100.12.87
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.ApplePlatformEnabler          2.0.6d1
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleBacklight          170.2.5
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.AppleIntelHD4000Graphics          8.1.2
    com.apple.driver.AppleIntelFramebufferCapri          8.1.2
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.driver.AppleUSBCardReader          3.1.7
    com.apple.driver.XsanFilter          404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.AppleAHCIPort          2.5.2
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleUSBXHCI          5.6.0
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.iokit.IOAcceleratorFamily          74.5.1
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.iokit.IOBluetoothFamily          4.1.4f2
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.5
    com.apple.iokit.IOUSBMassStorageClass          3.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.6
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.driver.AppleThunderboltNHI          1.7.8
    com.apple.iokit.IOThunderboltFamily          2.4.0
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IO80211Family          530.4
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.iokit.IOUSBFamily          5.6.0
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0

    The problem stemmed from something related to USB. I suggest uninstalling the third-party software responsible for installing these items:
    org.virtualbox.kext.VBoxNetAdp          4.2.6
    org.virtualbox.kext.VBoxNetFlt          4.2.6
    org.virtualbox.kext.VBoxUSB          4.2.6
    org.virtualbox.kext.VBoxDrv          4.2.6
    com.silex.driver.sxuptp          1.10.1
    com.globaldelight.driver.BoomDevice          1.1
    Alternatively you can boot into Safe Mode which will not load those device drivers, and see if you panics cease. If they do, then you can uninstall the software. BTW, the current version of Virtual Box is VirtualBox-4.2.12-84980-OSX.

  • Implications of Domain Migration / Rename to SCCM 2012 R2

    Our agency is preparing to migrate our entire AD to a new AD domain with a new name. I'm looking for any docs or user experiences with SCCM 2012 R2. Will I need to reinstalled a new SCCM 2012 R2 site in the new domain or is there a way to 'move' the existing
    site over?
    Orange County District Attorney

    You can do it without installing a new SCCM. 
    - Discover the new Active Directory Forests in the Administration /
    Hierarchy Configuration in the console.
    - Modify Active Directory System Discovery settings to discover new domain resources.
    - When you are ready to make the migration, remove Boundary config from old Active Directory and add a new boundary for the new Active Directory.
    It will assign resource from new Active Directory to your actual site assignment and content library. 
    Nick Pilon | Blog : System Center Dudes

  • Issue with TestStand 2010 or 2012 hanging on the first step after continuously running TestStand?

    I am having issues with a CVI test sequence hanging in TestStand 2010 & 2012.  Currently, the only way to resolve this is to exit/close TestStand.  Following this we must replace the entire project with a backup project.  This only occurs about once a day or so with the sequence running continuously.  It will hang on the first or second step in the sequence, usually the first step.  The project uses several continuous XINET CAN messaging, so I wonder if this could be related to that.

    Yes, I have. It hangs at the first statement in the code after all the variable defines.  It does seem to be related to any particular statement, as we had skipped that test step, and then it hangs on the next step at the first statement.

  • Active Directory Migration from 2003 to 2012 Process Flow

    We are planning to migrate from Windows Server 2003 AD to Windows server 2012 Server for 6000 Users,
    Can any one suggest  on Following .
    1)What is the Best and Safe Way to do Migration
    2) What are the Precautions should take,
    3) How much downtime it will take,
    4) If migration Failed how we can revert to Earlier
    5) How to do Migration Step by Step
    Current Environment:
    Domain Having  One PDC(server 2003 R2) and 8 ADC(Server 2003 R2) in Different Locations
    PDC having All FSMO Roles and Global Catalog
    Exchange server 2007 was integrated to Active Directory 
    And some Application are integrated to  Active Directory 

    1) I would recommend you first run a test of the steps in test before you do this in production.  Otherwise your production becomes test.
    2) By doing in test, you have taken a large amount of the risk out of the upgrade since, in test you should be able to look for any unforseen issues.  The easiest way to test is to build a virtual fence from production and clone the DC's and member
    servers that you want to test against (This is assuming you are running in a virtual environment).  Ensure that you production environment is error free.
    http://blogs.dirteam.com/blogs/paulbergson/archive/2009/01/26/troubleshooting-active-directory-issues.aspx
    3) There should be no downtime at all, you can just extend the schema and then promote a new 2012 DC (I would recommend R2 if you can).
    4) Before you do the schema extension you should take 2 backups on two different DC's.  Taking two gives you less of a chance of a problem if one of the backups fails.
    5)
    Take a backup
    Extend the schema
    Join the 2012 R2 servers to the domain
    Add the ADDS role to the 2012 R2 member servers
    Promote the 2012 R2 DC's
    Transfer the FSMO roles to the 2012 R2 DC's (Not required but recommended)
    If you want to retire the 2003 DC's, then you will need to make sure that any clients pointing to the 2003 DC's for DNS are pointing to other DC's.
    If you do retire the 2003 then you can think about updating the DFL and FFL of the domain and forest.
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup.
    This posting is provided AS IS with no warranties, and confers no rights.

  • DNS EventID 4015 on PDC since Domain Migration from 2003 R2 = 2012

    Hi,
    following problem here:
    2 Domain Controllers with AD Integrated DNS Zone, migrated from 2003 R2 to 2012. One Single Root Forest.
    The Primary Domain Controller shows every 2, 3 or 4 hours the DNS EventID 4015. No further error is available: (which is may emty) "".
    Only on the Details pane you can find this Information:
    ======================================
    - System
      - Provider
       [ Name]  Microsoft-Windows-DNS-Server-Service
       [ Guid]  {71A551F5-C893-4849-886B-B5EC8502641E}
       [ EventSourceName]  DNS
      - EventID 4015
       [ Qualifiers]  49152
       Version 0
       Level 2
       Task 0
       Opcode 0
       Keywords 0x80000000000000
      - TimeCreated
       [ SystemTime]  2013-12-10T19:48:17.000000000Z
       EventRecordID 2456
       Correlation
      - Execution
       [ ProcessID]  0
       [ ThreadID]  0
    ======================================
    The Migration was made by the following steps:
    Bring Up the first 2012 MigrationDC as 3rd DC to the Domain.
    Move the FSMO Roles to the 2012 MigrationDC
    DHCP Data migrated with Server Migration Tools, IAS Data with iasmigrader.exe exported
    DCPromo DC1 (2003 R2) and Format C:
    Install a fresh 2012 Installation on old DC1 an rename it again with the original Name DC1
    DHCP Data migrated with Server Migration Tools, IAS Data with iasmigrader.exe exported
    DCPromo DC2 (2003 R2) and Format C:
    Install a fresh 2012 Installation on old DC2 an rename it again with the original Name DC2
    Move Back the FSMO Roles to DC1
    DCPromo the first 2012 MigrationDC
    Metadata Cleanup for MigrationDC
    DCDIAG /V /C Shows no Errors, all works good, the funny Thing is, that only DC1 Shows the DNS EventId 4015 in production evironment. The only exception is, that if you reboot DC1 (i.e. for maintenance, upates etc) than the error appears on DC2. Exactly on
    that time, if DC1 is temporarily not availble and DC2 is under "load". If DC1 is back again, the Event 4015  Ends on DC2 and Comes back to DC1!!!
    I backupped and restored DC1 and DC2 in an lab Environment, the funny Thing is that the EventID 4015 doesnt appear in lab Environment. The difference between prod and lab is: prod is bare metal with 2 teamed nics, lab is hyper-v vm's with 2 virtual teamed
    nics. same IP's etc... DNS NIC Settings are the same.
    It Looks like you can only produce the error in the production lab if you have the DC under "load".
    This Event was discussed here more than one time in the Forum, but the issues doesnt match 100% to my Problem. No RODC is available in my prod Environment, the EventID 4015 has no further Errors "" in the Eventlog like in other Posts.
    Ace Fekays blog :" Using ADSI Edit to resolve conflicting or duplicate AD Integrated Zones" was helpful for metadata cleanup, but it could not fix the EventId 4015 away. Because we had no Problems with disappearing zones...
    Maybe Enabling NTDS Verbose Logging in the registry is helpful, but i dont know for what i have to Keep an eye out?
    The thread
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c0d3adb4-67d2-470c-97fc-a0a364b1f854/dns-server-error-event-id-4015-after-replacing-domain-controller-with-another-using-same-name?forum=winserverDS seems to match to my Problem, but also no
    soulution available...
    Any ideas what causes this "ugly" Event without noticable consequences?

    Zonenname
    Typ
    Speicher
    Eigens
    chaf
    ten
    Cache
    AD-Domain
    _msdcs.our-domain-name.com
    Primary
    AD-Forest
    Secure
    0.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    1.1.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    1.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    1.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    10.10.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    10.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.10.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    11.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    128.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    13.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    13.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    13.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    13.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    130.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    15.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    16.10.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    16.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    16.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    17.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    19.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    19.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    19.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    196.169.193.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    2.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    20.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    20.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    200.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    21.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    21.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    21.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    23.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    23.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    23.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    23.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    239.24.217.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    25.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    25.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    25.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    25.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    252.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.26.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    253.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    254.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    255.10.10.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    27.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    27.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    27.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    29.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    29.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.26.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    3.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    31.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    31.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    32.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    33.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    35.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    37.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    39.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    41.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    43.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    45.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    47.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    49.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.19.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    5.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    50.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    51.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    52.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    53.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    54.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    55.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    60.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    62.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    64.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    7.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    70.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    80.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    88.168.192.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.18.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.21.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.22.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.23.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.24.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.25.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.29.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    9.30.172.in-addr.arpa
    Primary
    AD-Domain
    Secure
    Rev
    Aging
    our-domain-name.com
    Primary
    AD-Domain
    Secure
    Agi
    ng
    TrustAnchors
    Primary
    AD-Forest

  • Macbook Pro 15" Mid-2012 hard disk models?

    Hello,
    i am interested in buying the 2012 Macbook Pro 15 inch model and plan to upgrade the 750GB 5400rpm hard disk to a 7200rpm.
    Does anyone know what model is being used? Thankyou.

    I know. The WD Scorpio Black comes with a 3yrs warranty (provided you dont buy an OEM device). I understand that many people are actually better off buying the stock option and upgrading themselves. However, I buy Apple/Mac to avoid having to worry about the computer running, it just has to. So, if i can get the upgrade for only 50 Euros, for me this is the better choice. Thus, any defect will be Apple's problem during the lifetime of the Apple Care protection plan. (BTW: I have had bad experiences with Apple support declining to take a Mac Mini server crashing problem under investigation because of myself swapping the memory against Micron Mac-certified RAM and i'd rather avoid some support declining to repair the logic board because they say something went wrong whiie i swapped the hard disk... i am an engineer, but you just never know)

  • Migrate DFS to Windows 2012

    We are currently running Windows2003R2 as our DFS server. This server has three network drives to address the Department folders and User folders. Some of the department folders are replicating to remote servers. The remote servers are running Windows2008R2.
    I want to migrate the Windows2003 DFS server to Windows 2012 in virtual environment. Please advise how I can migrate to new serevr with minimum downtime to the users. I am thinking of splitting the department and user folder to multiple DFS servers. Also
    advise how I can get fault tolerance and high availability on the DFS servers in VMware environment.
    Please advise.

    Hi,
    To minimize downtime and reduce impact to users, plan your data migration to occur during off-peak hours. Use the “net share” command to list all shared folders on the source server.
    File and Storage Services: Prepare to Migrate
    http://technet.microsoft.com/en-us/library/jj863563.aspx
    Migrate File and Storage Services to Windows Server 2012
    http://technet.microsoft.com/en-us/library/jj863566.aspx
    For fault tolerance and high availability on the DFS servers, you could refer to the article below:
    How many DFS-N namespace servers do you need?
    http://blogs.technet.com/b/josebda/archive/2009/06/26/how-many-dfs-n-namespaces-servers-do-you-need.aspx
    Regards,
    Mandy
    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.

  • Migrating from 2003 to 2012

    Hello
    I am in the process of writing up the project plan for our company's upcoming migration off of our current Windows 2003 fileserver and on to Windows 2012. This is going to be a basic print/file server attached to a domain, with no real special requirements
    beyond perhaps dfs. There will be a large number of department directories as well as individual user folders that will need to be moved and I want to, as much as possible, guard against permissions being scrambled in the transition. Here are my questions
    - 1) Is there a good guide to such a migration somewhere to utilize as a reference, 2) what are best practices for keeping permissions intact through such a migration?
    Thanks for any input! 

    Hi,
    Agree with SMFX you can use migration tool, here providing the link to download Migrating Tools and link for Server 2012. Please go through beneath link.
    1.  Install, Use, and Remove Windows Server Migration Tools
    2.  Migrate File and Storage Services to Windows Server 2012
    Hope it helps!
    Thanks.

Maybe you are looking for

  • Incorrect cont. number in FBL5N and BSEG

    Hi Friends, I hve created contract>sales order->Debit memo request>Invoice. Now ; Invoices were created correctly and all SD tables look right. The issue is after creating Invoice in SD while creating FI document the FI table BSEG is updated with wro

  • Need a report column to hold data for one row only

    Hey Guys, I have a report which has a column that links to another page in my APEX application. There is a requirement where only one of the rows in this report needs to have a link so I need the column to show the page link for one row and one row o

  • I am unable to load new version of firefox. I get error message.

    I get a message saying you can't open the document.icn or something like that. I go through whole installation process but when it asks to keep duplicate or replace it then gives me error message. Very frustrating. Happened with an earlier version bu

  • BPM Monitoring

    hi I am working with BPM and I am trying to monitor it using SXMB_MONI_BPE. I want to know whether my BPM is processing messages or not so where do I check that ?  Can I check whether each step has been successfully executed or not ? Ajith

  • "wake for network access" not working

    Hi guys, I enabled System Preferences > Energy saver > Wake for network access and System Preferences > Sharing > remote Login These are the exact settings I had under Snow Leopard and it used to wake my iMac via 5GHz WiFi. I use a AirPort Extreme an