Hi
I cannot make any changes and instal the app through administration shell in the business central.
I use the following step one by one.
Uninstall-NAVApp -ServerInstance bc170 -Name "ERP" -Version 1.0.0.1
Unpublish-NAVApp -ServerInstance bc170 -Name "ERP" -Version 1.0.0.1
Publish-NAVApp -ServerInstance BC170 -Path "D:\ERP_1.0.0.1.app" -Skipverification
Sync-NAVApp -ServerInstance BC170 -Name "C" -Version 1.0.0.1
Install-NAVApp -ServerInstance BC170 -Name "C" -Version 1.0.0.1
when i try the last step for install it throws the following error
Install-NAVApp : Could not install the extension ALLive on tenant default due to the following error: The following SQL error was unexpected:
Invalid column name 'ABC'.
Is there any solution for this?
Can you please help..Thanks in advance!