Troubleshooting: Missing Process Results Data

The results of a simulation process that you created and ran in a 3DEXPERIENCE release before R2022x GA are now missing or unavailable.

Cause

When you run a simulation process, the app stores its parameter results in 3DOrchestrate Server in dynamically created vertical schema tables. The structure of these schema tables changed in the 3DEXPERIENCE R2022x GA release, so the "missing" data might be unavailable because they reside in schema tables that you have not upgraded to the new architecture.

Solution

In the 3DOrchestrate server properties, set fiper.vs.force.migration to true. The next time you start the 3DOrchestrate server after changing this server property, 3DOrchestrate migrates data from the old vertical schema tables to the new vertical schema tables even if these data were previously migrated.

You can also adjust the following 3DOrchestrate server properties to control the migration behavior of vertical schema tables during upgrades:

Property Description
fiper.vs.skip.migration If this property is true, 3DOrchestrate does not migrate data from old vertical schema tables to new vertical schema tables. If you choose not to migrate the schema tables, you cannot view the parameter results of the old jobs.
fiper.vs.table.delete If this property is true, 3DOrchestrate deletes all the old vertical schema tables.