How to Upgrade Docentric AX Models
To upgrade the product to a newer version, you will use the same Docentric AX models as for installation and which you can download from Docentric Download Center.
Download Docentric AX models >>
Read the complete Docentric AX change log >>
Upgrade Strategy
Upgrade Docentric AX when using TFS (Azure DevOps)
Upgrade Docentric AX models with scripts
Check the recommended upgrade procedure when using TFS >>
To upgrade Docentric AX models you can use the scripts from the downloaded ZIP packages:
- DocentricAXInstallCoreModels.cmd, DocentricAXInstallSSRSReplicasModel.cmd and DocentricAXInstallCBDReplicasModel.cmd to replace the models,
- DocentricAXBuildAndSyncTool.cmd to build the models and synchronize the database.
Alternatively, you can follow the instructions below to complete the upgrade procedure step-by-step.
Upgrade Docentric AX models manually
Check the recommended upgrade procedure when using TFS >>
Run Command Prompt as Administrator and navigate to the Bin directory of your Packages folder, typically C:\Packages\Bin or C:\AosService\PackagesLocalDirectory\Bin.
Execute the ModelUtil.exe command for replacement of Docentric AX models:
1 2 |
modelutil -replace -metadatastorepath=[path of the metadata store] -file=[full path of the file to import] |
Example:
1 2 3 4 5 |
modelutil -replace -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX.axmodel" modelutil -replace -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX Extension.axmodel" |
If you have Visual Studio open while replacing the models, you need to refresh them before you start the build:
Upgrade Docentric AX models on UDE environment
To upgrade Docentric AX models on a UDE (Unified Developer Expierience) environment, use the same procedure as for one-box environments, which is described above.
Troubleshooting
After that, retry to replace the Docentric AX models, by using the ModelUtil.exe tool as described above.
See also
Troubleshooting the Upgrade to 3.4.8 or Above >>
How to Commit Changes to TFS/DevOps After Upgrading Docentric AX Models >>
How to Install Docentric AX via Models >>
How to Set Up Docentric AX >>