-
Connect to the host that runs your server. You can use tools such as SSH Secure Shell or Telnet.
-
Access the script ROOT/server/scripts directory of your server.
-
Start a MQL prompt.
- Run the following commands:
set context user creator;
mod person creator application "VPLM";
- 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.