Affects Release version(s): 7;8
Error Message :
Could not execute query [ SELECT TOP (@p0) this_.Id as Id13_1_, this_.ValueMode as ValueMode13_1_, this_.StaticValue as StaticVa3_13_1_, this_.ExpressionValue as Expressi4_13_1_
Specific Export (via importexport-Webservice) results in SQL-statement similar to the one above instead of an exported csv file.Investigation
- Create an application workflow and a dynamic property that gets prompted on execution
- Start the workflow and enter any value
- Identify the system_id for this execution, e.g. by exporting the following:
.\ImportExportCLI.exe export -usr <usr> -con <url> -mt Execution -pwd <pass> -format csv
and identifying "your" execution id
- Invoke
ImportExportCLI.exe export -usr <usr> -con <url> -mt DynamicProperty -pwd <pass> -format csv -properties "system_parent_entity.system_id" -where "system_parent_entity.system_id eq '16022'"
Results
Actual: The SQL statement is displayed instead of the exported csv file.
Expected: The exported csv file should be displayed.