Preparing the Migration of Spot Fasteners to the Unified Typing Mode

You can migrate spot fasteners previously created in former typing mode to unified typing mode data using the FstSpotV2TypeMigrationBatch 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 about the unified typing mode, 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. Run the following commands:

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

You can now use emxNewTypingMigrationProgram to migrate spot fasteners.