CAST Imaging ETL - Release Notes - 2.1

2.1.2-funcrel

New Features

SummaryDetails
New parameters for ETL-AutomationETL-Automation now supports Import only and Export only modes. Three new parameters have been introduced in the config.json file, namely Export, Import and Apps. When Export and Import is set to true, all the apps that were exported plus additional apps (if any) given in the Apps parameter will be exported. If Import only mode is used, i.e Export set to false and Import set to true, applications listed in the Apps parameter will be imported(when using Import only mode, make sure that the Outputdir contains the already exports ZIP files). Export only mode will export all the apps into the outputdir. See https://doc.castsoftware.com/display/IMAGING/Automation+tool+export+and+import+process for more information.

Feature Improvements

SummaryDetails
Improved logging in ETL-AutomationProgress messages are now logged with app names. New log files are generated with timestamps on each new run of ETL-Automation.

Resolved Issues

Customer Ticket IdDetails
26311Missing object Get ngHttpService object in transaction object view
26134Not able to get the detailed view in Level 5 - No nodes available.
26310Layer 1 to Layer 4 are not loading correctly and showing same results as level 5 in CAST Imaging.

Known Issues

Internal IdDetails
IMAGETL-00000In this release of the tool, it is not possible to use the IMPORT only action to import ZIP files that have been exported with a previous release of the tool or an existing release of CAST Imaging. This issue will be fixed in the next release of CAST Imaging (2.2.0-funcrel).

2.1.1-funcrel

Note

The release numbering for this extension has been changed to match the release numbering of CAST Imaging.

Resolved Issues

Customer Ticket IdDetails
26493Import is failing when importing objectTypeColors.csv
25784Import fails when importing the file “objectTypeColors.csv'

AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });