Project Management Data Upgrade/Migration Tip

Did you know there are some changes in the project management data model on R2019x FD03?

​​​​​​​If you created projects/tasks data on a release prior to V6 R2019x FD03 (such as 2019x GA), you may encounter minor issues after you upgrade the system to 2019x FD03 or a later release. For example, you cannot see the tasks on the project schedule page and you cannot open the Gantt chart and others. For any new projects created on the new release, all will be working.


The reason for these data model changes, like the attribute “Sequence Order” not be used anymore, so all the new value is 1 now.

The data is migrated to one object called “Project Access List”, stored at attribute “ProjectSequence” and formatted as hashed value.


To solve this issue, you need to run an upgraded script to do the data transforming.

The script is following two MQLs:

execute program emxProgramFindObjects 1000 c:\\temp\\Migration\\data;

execute program emxProgramObjectMigrationBase c:\\temp\\Migration\\data 1 n;


For all the other apps upgrades and all the versions scripts, you can check out Program Directories -> Data Migration at this dedicated project management link.

https://media.3ds.com/support/progdir/621x_u08/migration/migrating%20project%20management%20data%20r2021x.pdf



Tips_and_Tricks ​​​​​​​Migration_Integration Project_Management ​​​​​​​