1ClickFactory Upgrade Implementation Guideline
The migration tool created by 1ClickFactory includes the entire process to migrate a COSMO Advanced Manufacturing Pack database based on Microsoft Dynamics 365 Business Central (130) to Microsoft Dynamics 365 Business Central (180).
In the provided documentation, you will find the overview of project deliverables and steps to perform and implement the COSMO Advanced Manufacturing Pack solution upgrade.
The performance packages are the following:
Cosmo Consult (AMP) from Microsoft Dynamics 365 Business Central (130) DE CU5 to Microsoft Dynamics 365 Business Central (140) DE CU6
Cosmo Consult (AMP) from Microsoft Dynamics 365 Business Central (140) DE CU6 to Microsoft Dynamics 365 Business Central (160) DE CU4
Cosmo Consult (AMP) from Microsoft Dynamics 365 Business Central (160) DE CU4 to Microsoft Dynamics 365 Business Central (180) DE RTM
Note
All required documentation guidelines, scripts, objects and app files for the migration of COSMO Advanced Manufacturing Pack are stored in the respective package folders of the Migration Tool and can be downloaded from the SolutionPortal.
Note
Check the How to Migrate Single Products article for more information about the migration of single products.
For more information on how to add a missing product, see How to Extend Migration Tool.
Process Overview for BC14 to BC16
For each performance package, a documentation guideline and a .ps1
file with all PowerShell commands are available.
Note
Read the documents such as 1ClickFactory_CosmoConsult_AMP_UpgradeImplementationGuidelines_2105-01.pdf
carefully before starting to upgrade implementation tasks.
Note
It is necessary to customize all paths and server instance names within the PowerShell script.
The steps to perform are listed below.
# Import Business Central (140) modules
# Run Data (Tenant) Synchronization Process
# Uninstall and Unpublish all Extensions
# Unpublish all Symbols
# Stop Server Instance
# [!] Restart the PowerShell [!] #
# Import Business Central (160) modules
# Convert the Database
# Configure and Start Business Central (160) Server Instance
# Import New License and Restart Server Instance
# Increase Application Version
# Publish Symbols and Microsoft Apps (160)
# Run Data Synchronization Process
# Synchronize Standard Microsoft Apps
# Upgrade Data
# Check Tenant Status
# Install Data Migration Temp. Tables App
# Restart Server Instance
# Install COSMO Target Extension(s)
# Run COSMO App(s) Data Upgrade STEP2
# Remove Data Migration Temp. Tables App
# Re-Enable Task Scheduler and Restart Server Instance