Upgrade Sandbox from 10.0.35 to 10.0.37
Problem Statement:
While doing a production deployment, I am encountering the following error message.
Root Cause:
At the time of creating the deployable package, the sandbox environment was at version 10.0.1627.75. However, the production environment has since been updated to service version 10.0.1725.47. Consequently, we must upgrade the sandbox environment first, recreate the package, and then proceed with the deployment.
The service update keeps Failing while attempting to upgrade the sandbox environment.
Fix:
Step 1 : Need to install the "Microsoft Visual C++ 2015-2022 Redistributable(x64) - 14.38.33130".
Step 2 : Source Code Upgrade.
Step 2.1 : While Upgrade I am getting following error.
Step 3 : create a deployable package.
Step 4 : Add the deployable package in to LCS.
Step 5 : Deploy it in to UAT.
Step 5.1 : we got following error message while deploy the changes in to UAT.
"Unable to resolve dependency 'dynamicsax-applicationfoundationformadaptor'."
Step 5.2 : Unselect the ApplicationFoundationFormAdaptor model from your custom model.
Step 5.3 : Rebuild the model and create the deployable package.
Step 5.4 : Deploy the build in to UAT environment.
Step 6 : Go to UAT environment >> History >> Mark as release candidate
Step 7 : Go to Prod >> Update environment >> Select your build and start the production deployment.
Comments
Post a Comment