Does any try before when export-NAVData in NAV 2018 ? I am using Cronus DB when export data using Powershell error message prompt out as below.
"Export-NAVData : The specified action is not currently supported because at least one V2 extension"
When i use RTC to export Data the session will be timeout automatically.
NAV
0
Answers
For temporary workaround , uninstall those standard extension V2 in the Standard Database. After that you can use this function. But for long term Microsoft need to fixed this issue.
The actual extension is the Image Analyzer and this can be uninstalled using the following PS commands;
Make sure to run PS as an Admin as of NAV2018.
Get-NAVAppInfo -ServerInstance %SERVERINSTANCE% -Tenant default
This will show all current installed extensions. V1 extensions are listed as C/SIDE.
Identify the extension you want to remove, then run the following command;
Uninstall-NAVApp - ServerInstance %SERVERINSTANCE% -Name "Image Analyzer" - Version 1.0.19394.0
I haven't found a replacement for these Data Import/Exports other than using RapidStart Services to re-build these environments.
https://support.microsoft.com/en-gb/help/4171921/cumulative-update-05-for-microsoft-dynamics-nav-2018-build-21836