InstallationInstall Sana Add-on in NAV EnvironmentInstall Sana Extension [NAV 2018]

Install Sana Add-on in NAV Environment

Open 'Install Sana Commerce on NAV Environment' wizard, choose you NAV version and service to see more information.

Install Sana Extension [NAV 2018]

 NOTE

Applies to: Microsoft Dynamics 2018 + Sana extension.

This article is applicable if you install the Sana extension into Microsoft Dynamics NAV 2018. Otherwise, skip this article. If you install Sana into Microsoft Dynamics NAV 2013 - 2017, or you need to import the NAV objects into Microsoft Dynamics NAV 2018, read the previous article.

There are two ways of installing Sana into Microsoft Dynamics NAV 2018:

  • Install Sana extension - Use the Sana extension, if you don't need to do any customizations, and you want to use the standard Sana solution for Microsoft Dynamics NAV 2018. It can be installed on the test environment, to see how Sana works with Microsoft Dynamics NAV 2018, or on the production environment. You can read how to install Sana extension below.
  • Merge and import NAV objects - Use the Sana package with the Microsoft Dynamics NAV objects, if you need to customize Sana or merge it with your customizations. If this is the way you want to install Sana into Microsoft Dynamics NAV 2018, skip this article and read the previous one.

Install Sana extension into Microsoft Dynamics NAV 2018

You must install the Sana extension on the Microsoft Dynamics NAV server. To install the Sana extension, you will need the Microsoft Dynamics NAV Administration Shell.

 NOTE

The Sana extension for Microsoft Dynamics NAV 2018 can be downloaded on Sana Community. Only registered Sana partners can download it. If you are a customer, please contact your Sana partner or Sana project manager.

Step 1: Copy the Sana extension to the server where Microsoft Dynamics NAV is installed.

Step 2: Start the Microsoft Dynamics NAV Administration Shell.

Step 3: Publish the Sana extension, by running the Publish-NAVApp command:

Publish-NAVApp -ServerInstance YourDynamicsNAVServer -Path ".\SanaExtension.app"

Before running the command, specify your Microsoft Dynamics NAV server instance and path to the Sana extension.

Example:

Publish-NAVApp -ServerInstance DynamicsNAV110 -Path "C:\NAV2018RTM_W1_9.2_APP\Sana Commerce_9.2.0.37_NAV2018_W1.app"

Step 4: Synchronize the Sana extension with the database, by running the Sync-NavApp command:

Sync-NavApp -ServerInstance YourDynamicsNAVServer -Name SanaExtensionName -Path ".\SanaExtension.app" -Tenant TenantID

Before running the command, specify your Microsoft Dynamics NAV server instance, Sana extension name, path to the Sana extension, and tenant ID. Use "Sana Commerce" as the value of the -Name parameter. If you do not have a multi-tenant server instance you can either specify default as the tenant ID, or you can omit the -Tenant parameter.

Example:

Sync-NavApp -ServerInstance DynamicsNAV110 -Name Sana Commerce -Path "C:\NAV2018RTM_W1_9.2_APP\Sana Commerce_9.2.0.37_NAV2018_W1.app" -Tenant default

Step 5: Install the Sana extension, by running the Install-NAVApp command:

Install-NAVApp -ServerInstance YourDynamicsNAVServer -Name "SanaExtensionName" -Tenant Tenant1, Tenant3

Before running the command, specify your Microsoft Dynamics NAV server instance, Sana extension name, and tenant ID. Use "Sana Commerce" as the value of the -Name parameter. If you do not have a multi-tenant server instance you can either specify default as the tenant ID, or you can omit the -Tenant parameter.

Example:

Install-NAVApp -ServerInstance DynamicsNAV110 -Name "Sana Commerce" -Tenant default

The Sana extension is now installed into Microsoft Dynamics NAV 2018. You can proceed to the next step.

InstallationInstall Sana Add-on in NAV EnvironmentInstall Sana Extension [NAV 2018]