Preparing the Migration of Fasteners Connections to the Unified Typing Mode

Before migrating fasteners connections previously created in former typing mode to unified typing mode data, you need to run the FstMCXMigrationBatch batch. You also need to run this batch whenever you want to migrate data that is not compliant with unified typing prerequisites.

For more information, see Installation and Setup: Customize: 3Dâ„ EXPERIENCE Platform; 3DSpace: Unified Typing Migration Tool User's Guide.

  1. Connect to the host that runs your server. You can use tools such as SSH Secure Shell or Telnet.
  2. Access the script ROOT/server/scripts directory of your server.
  3. Start a MQL prompt.
  4. Run the following commands:

    set context user creator;
    mod person creator application "VPLM";
    

  5. To migrate engineering connections, run the following commands:

    temp query bus VPLMDataMigration FstMCXMigrationBatch * ;
     del bus VPLMDataMigration FstMCXMigrationBatch --- ;
     exec prog DataMigration -impl FstMCXMigrationBatch;

You can now use emxNewTypingMigrationProgram to migrate your data.