CAST Imaging ETL - Release Notes - 2.1
2.1.2-funcrel
New Features
| Summary | Details |
|---|
| New parameters for ETL-Automation | ETL-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
| Summary | Details |
|---|
| Improved logging in ETL-Automation | Progress 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 Id | Details |
|---|
| 26311 | Missing object Get ngHttpService object in transaction object view |
| 26134 | Not able to get the detailed view in Level 5 - No nodes available. |
| 26310 | Layer 1 to Layer 4 are not loading correctly and showing same results as level 5 in CAST Imaging. |
Known Issues
| Internal Id | Details |
|---|
| IMAGETL-00000 | In 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 Id | Details |
|---|
| 26493 | Import is failing when importing objectTypeColors.csv |
| 25784 | Import 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); });