Affects Release version(s): 5;6;7
Error Message :
N/A
When attempting to exporting the system_actual_duration field of execution from the InstalledPackageComponent entity, the actual duration isn't listed when using the ImportExportCLI.exe command.
Investigation
1. Use the command:ImportExportCLI export -con http://vviedev01/ara-051-Antimony -usr 5/BOND/BOND -pwd XXX -format csv -mt InstalledPackageComponent -properties "system_execution.system_actual_duration"
2. Generates the following data:"Execution, Id=753849, Name=ARA4ARA Deploy"
"Execution, Id=753849, Name=ARA4ARA Deploy"
"Execution, Id=753849, Name=ARA4ARA Deploy"
"Execution, Id=753849, Name=ARA4ARA Deploy"
"Execution, Id=753849, Name=ARA4ARA Deploy"
Expected: The output should contain the duration as it does when exporting actual duration from Execution directly and not using the ImportExportCLI.exe command.
Actual: The output does not list the duration of execution.