Hello,
I am newbee in the AL programing word. I have created one docker container & installed .app file in the container environment. I would like to create an runtime package to distribute in customer's onpremise environment. Using following command from powershell
Get-NAVAppRuntimePackage -ServerInstance myBCEnv -Name ‘appName’ -Version 1.0.0.0 -Path ‘appName_1_0_0_0_runtime.app’
But getting following error message
Get-NAVAppRuntimePackage : The term 'Get-NAVAppRuntimePackage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-NAVAppRuntimePackage -ServerInstance myBCEnv -Name ‘appName’ - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-NAVAppRuntimePackage:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
We have installed BCContainerHelper module as well using powershell. Need help to understand the steps to create the runtime package for onpremise using Docker container.


Report
All responses (
Answers (