- Extract ch5-convert-data-from-cal-objects-start.zip to a folder on your machine. You should have the following folders:
- \CalObjects
- \alDataMoveProject
- Import all objects in the CalObjects\modifiedRenamedCalObjects.fob file with the C/SIDE development client.
If you are using a container-based solution, you cannot synchronize the database schema when you import the objects. When you are presented with the Synchronize Schema option, you must select Later.
After the objects have been successfully imported, you need to run the following command in PowerShell, making sure to use the name of your container: Compile-ObjectsInNavContainer -containerName "<yourContainerName>" -filter Modified=1 -SynchronizeSchemaChanges Yes ...