Hello Friends,
Below blog help to install base System and Application app in Converted BC 14 On-Prime DB
After we can Generate System Table Symbol and transfer data from Dummy 50K Series Table to Actual Extension Table
1)
Run Power ISE by Admin
Import the PS1 file
Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\140\Service\NavAdminTool.ps1'
Now install the System Base
App and Sync it below primary steps to follow.
-
Publish
-
restart
-
Sync tenant
-
Sync App
-
Install
============
Start First with Publish
App
Publish-NAVApp -ServerInstance BC140 -Path "C:\Users\navadmin\Desktop\Temp\1 - Effvision_Standard_TableExtension\.alpackages\Microsoft_System_14.0.47286.0.app" -SkipVerification
Publish-NAVApp -ServerInstance BC140 -Path "C:\Users\navadmin\Desktop\Temp\1
-
Effvision_Standard_TableExtension\.alpackages\Microsoft_Application_14.0.47286.0.app" -SkipVerification
Restart-NAVServerInstance -ServerInstance BC140
Sync Tenant
Sync-NAVTenant -ServerInstance BC140 -Mode Sync -Tenant Default
Sync NAVApp
Sync-NAVApp -ServerInstance BC140 -Tenant Default -Name "System" -Version 14.0.47286.0
Sync-NAVApp -ServerInstance BC140 -Tenant Default -Name "Application" -Version 14.0.47286.0
Install NAVApp
Install-NAVApp -ServerInstance BC140 -Tenant Default -Name "System" -Version 14.0.47286.0
Install-NAVApp -ServerInstance BC140 -Tenant Default -Name "Application" -Version 14.0.47286.0
===================
Now you can generate table symbol for upgrade
After you can publish your developer BC Extension with Table Extension and Custome Table
Once you publish primary exte
No comments:
Post a Comment