Created on 10 May 2019
icon_unfollowing
Login to follow
cool-data-mover

Cool Data Mover

Stable version 2.7.8 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 26 Mar (3 days ago) by 
cool-data-mover

Cool Data Mover

Created on OutSystems 10

Version 2.5.5

Stable
Solution Package
Uploaded on 20 May 2021 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:

This version includes lots of new cool features such as 

- Data model comparison
- Performance enhancements
- Reporting of data inconsistencies
- Improved validations
- Soft key support
- Support for foreign keys to external tables
- Timezone conversion support

See the complete Release Notes at https://www.coolprofs.com/cdm-downloads-en/ 

Version 2.3.18

Stable
Solution Package
Uploaded on 25 November 2019 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:

New Features
·         Rewrotethe Delete functionality using (Light)BPT instead of timers. 

·         Removed the unused option ExcludeBinaries 

·         Added a package option to prevent the launch of new BPT processes during an importAlso removed the new events generated by OutSystems from the event queue. 

·         ‘Duplicateinsert’  errors are ignored when retrying an ImportFilePart worker. This accommodation the possibility to retry the inserts when during previous executions inserts were already committed. 

·         Added the generation of correct IBANs for the Netherlands, Belgium, France, Luxembourg, Denmark, and Germany.  When another country code is suppliedby default a dutch IBANis returned. 

·         Added a new delete validation warning for the situation that an entity refers to an entity in another catalog. In that case, the referential integrity is not guaranteed by the database and the data of entity B can be deleted.  

·         Added the option to Move the ServiceCenter tenant entity

·         Improved the performance of the screens on which the list of modules and the list of entities are shown.


 
Fixes

·         Fixed an issue whereby the export of binaries failed when no binaries were found with a length under the max binary size limit. 

·         Fixed a performance issue with retrieving the entities from a module that contains a large number of entities. 

·         Fixed an issue with an incorrect catalog name for the internal CDM tables when the CDM is installed in a separate catalog. 

·         Fixed an issue with replacing an attribute value during export 

·         Implemented a workaround to deal with a bug in some OutSystems platforms on MSSQL whereby the tables are not represented in the SYS.ALL_OBJECTS table. 

·       Fixed an issue with retrieving the entity definition information when that entity resided in a different catalog than the CDM itself. 

·       Fixed an issue whereby data that referred to a removed record of a static entity with a non-auto number identifier resulted in an error. 

·       Fixed an issue by preventing the deletion of the initial records in the event tables (osevt*). 

·       Fixed an issue with getting entities from the database based on System tables type = ‘U’. In some situations, user_tables have a NULL value. This prevented from opening the modules inside the packages 

·       Fixed an issue whereby inserts in the export key table resulted in an error regarding data conversions from int32 to String.

 

 

Version 2.3.12

Stable
Solution Package
Uploaded on 16 September 2019 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:

New features

  • Added prevention of overwrites of ServiceCenter user information. Also preventing overwrite of the Admin user of the Users Tenant.
  • Added more detailed logging for the number of rows imported/exported
  • Added a test filter result feature. Now you can check how many records are found based on the configured filter before doing an export.
  • Changed the filter attribute selection so that you can select the same attribute multiple times while building a filter.
  • Added the feature to delete the content of the related OSEVT* tables for entities which expose their process events.
  • Automatically select all FK attributes of a link table as match attributes when that table only contains FK attributes.
  • Added sort order to the FilterDown process
  • Added support for performing moves between servers with different default locales.
  • Added a feature in which a default anonymization option is selected based upon the data ype and/or name of the attribute.
  • Added support for large binaries
  • Removed the ‘Max rows for binaries’ option
  • Added the option to replace attribute content with a specified value
  • Adjusted the monitoring to show the active entities on top
  • Added the package option to perform updates on matched records
  • Added the possibility to include an environment sticker
  • Added the environment acronym and made is available in the title Fixed an issue with showing the latest 10 imports

Fixes

  • Fixed an issue whereby exporting entities that Foreign keys to Lookup entities resulted in duplicates in the export keys.
  • Fixed an issue with exporting entities that contain Foreign keys to Lookup entities for which the delete rule is set to Ignore and which contain a reference to records that no longer exist.
  • Fixed an issue with importing entities that contain binaries. The import was incorrectly split up into smaller binary file parts.
  • Fixed an issue when the Cool Data Mover is installed in a different catalog then main
  • Fixed an issue with incorrect logging in the general log
  • Fixed an issue with the delete validations of tables (views) which are created when a process exposes its process entity.
  • Fixed an issue with the package definition upload whereby unused entities were not deleted from the package
  • Added the feature to preserve the anonymization options during download and upload of package definitions.
  • Fixed an issue with deadlocks on the monitoring during the ‘down’ phase of a filtered export.
  • Fixed an issue with the filtered export of whereby the filtering was not correctly applied to static entities during the writing of filtered records to the files.
  • Fixed an issue with the timing of export-up process in relation to the insert of filter keys.
  • Fixed an issue which caused an error on the User Interface when skipping an attribute from the validation messages
  • Fixed an issue that caused a crash when filtering on entities with long (>25chars) names
  • Fixed an issue that caused a crash when the anonymization process encountered non-ascii characters.
  • Fixed an issue with the CDM_Crypto extension. Replaced with CDM_CryptoServices
  • Fixed an issue with the unavailability of the unzip button for zip file in the File Explorer
  • Fixed an issue with generated filter queries incorrectly being ended by a semi-colon in Oracle.
  • Fixed an issue with an index on the hash key table on Oracle.  The index is now compatible with a default block size of 8192. Added the option to use binary match attributes in lookup entities
  • Fixed an issue with determining the correct Catalog name for CDM key tables.
  • Fixed an issue with checking the existence of the export directory
  • Fixed an issue with empty (but not NULL) binaries.