Skip to main content

Posts

Showing posts with the label On-Prem

How to update your Business Central to Latest CU

Introduction:  There are times when Microsoft releases the latest major version upgrade for Business Central Upgrade and you face many issues with it. As soon as the bugs are reported to Microsoft, they start to fix them and ask you to upgrade to a certain Cumulative Update. In this blog, I will be sharing my experience with Business Central v21 CU0 upgrade to Business Central v21 CU2. Pre-requisites:  Business Central DVD for Latest CU Basic Understanding of Business Central CU Updates Books & References:  List of Update Packages How to Update CU version Demonstration:  1. Check the current state of BC: As part of knowing the current state of your Business Central environment, I'm assuming that your Business Central Environment will have some data in the standard Base App also there will be customization with extended tables and newly created tables. Customization - TableExtension on Customer Table  Customization - Custom Table created Make a note of the data that is present i

Create a Docker for Business Central using BCContainerHelper

Introduction: In my earlier blog on Implementing extensions in NAV Development Preview using Docker  there were a few complications for docker managing the container. With the BCContainerHelper released, setting up Docker became easier. Check out the post below. Pre- requisites : Understanding of Docker Understanding of BCContainerHelper Demonstration: 1. Install BCContainerHelper: To install BCContainerHelper, you will need to install the Powershell Module. Run Powershell as Administrator > Run the Powershell Script. Command: Install-Module BCContainerHelper -Force 2. Start BCContainerHelper Wizard: i. Start BCContainerHelper: To run the BCContainerHelperWizard, you will need to run the PowerShell Command. Note that the Wizard is in CLI form. Command: New-BcContainerWizard ii. Accept EULA: To proceed you will need to accept the EULA. iii. Local Container or Azure VM Deployment: This screen provides the deployment type. You can either choose Local Container or Azure VM. iv. Authenti