Integration Accelerator
On premises environment installation
Section titled “On premises environment installation”Step by step guide
Section titled “Step by step guide”-
Contact your Microsoft Dynamics 365 Business Central partner to do the following task
-
Add module Integration Accelerator to the Microsoft Dynamics 365 Business Central License files (.flf/.bclicense). The module is build as Business Central Universal Code and will come with no cost.
-
Deliver the Integration Accelerator app installation files.
To find a list over XtensionIT partners in your country go to the XtensionIT partner page.
-
-
The Integration Accelerator app installation files will be delivered as a .ZIP file.
-
Unzip the file and Rename all file-extension from “.txt” to “.app”.
-
Publish and Install the Extensions in the following order
-
XtensionIT Aps_License Manager by XtensionIT_X.xx.x.xxxx.app
-
XtensionIT Aps_Integration Accelerator by XtensionIT_X.xx.x.xxxx.app
-
-
Use the following commands in Business Central Administration Shell for installing each app: Microsoft learn: Publishing and installing an extension
License Manager:
-
Publish-NAVApp -serverinstance BC_Servername -Path “Path_to_App_file\XtensionIT Aps_License Manager by XtensionIT_X.xx.x.xxxx.app”
-
Sync-NAVApp -ServerInstance BC_Servername -Name “License Manager by XtensionIT” -Version X.xx.x.xxxx -Mode Add
-
Install-NAVApp -ServerInstance BC_Servername -Name “License Manager by XtensionIT” -Version X.xx.x.xxxx
Integration Accelerator:
-
Publish-NAVApp -serverinstance BC_Servername -Path “Path_to_App_file\XtensionIT Aps_Integration Accelerator by XtensionIT_X.xx.x.xxxx.app”
-
Sync-NAVApp -ServerInstance BC_Servername -Name “Integration Accelerator by XtensionIT” -Version X.xx.x.xxxx -Mode Add
-
Install-NAVApp -ServerInstance BC_Servername -Name “Integration Accelerator by XtensionIT” -Version X.xx.x.xxxx
-