A known issue is present in 2.9.0-funcrel (fixed planned for 2.9.1-funcrel) deployed from the Microsoft Windows installer which causes a failure during the application export/import process specifically when synchronizing data directly from AIP Console. To resolve this issue, edit the following file with a text editor:
%APPDATA%\CAST\ImagingSystem\imagingservice\imagingetl.bat
Find the following line in the file which contains an erroneous path:
-ETL_AUTOMATION_BINARY_PATH="<PATH>" ^
Edit the line and ensure that the path points to the following location:
-ETL_AUTOMATION_BINARY_PATH="<ROOT_INSTALL_FOLDER>\imagingetl" ^
For example, if CAST Imaging is installed to %PROGRAMFILES%\CAST\ImagingSystem
, change the line as follows:
-ETL_AUTOMATION_BINARY_PATH="C:\Program Files\CAST\ImagingSystem\imagingetl" ^
Save the file and the re-attempt the data synchronization from AIP Console.
This issue does not affect:
- Deployment on Docker via Linux or Microsoft Windows
- Manual export/import process run described in Automation tool export and import process or in Export the CSV data