Captain's Log

This blog is a change log of what we implement in DMM. 

Always check if you are using the latest DMM version before submitting a ticket!


v.8.3.1: 2024-04-16

Hotfix related to the Migration and Export features, related to the new optimized queries being used - DMM v8.3.0 introduced this bug which is now solved in this hotfix.


v.8.3.0: 2024-04-09


v.8.2.0: 2024-02-13


v.8.1.1: 2023-11-29

Hotfix related to the Migration by Module feature, where you could only search for one application - DMM v8.1.0 introduced this bug which is now solved in this hotfix


v.8.1.0: 2023-11-28


v.8.0.1: 2023-09-18

Hotfix related to the Export to External DB feature, DMM v8.0.0 introduced a bug, the hotfix makes it so DMM can again create new destination tables as needed

Added support for the site properties ChunkSize, ChunkRecords and KeepChunkSize in the Export feature  

Fixed the UI in the Scrambling type execution, it was being presented as an ad-hoc execution even when it was run from a saved configuration


v.8.0.0: 2023-09-12

NEW FEATURES: 

New supported corner cases and bug fixes related to:



v.7.0.4: 2023-08-02

New supported corner cases and bug fixes related to:



v.7.0.3: 2023-07-12

NEW FEATURES: 

Performance improvements in the Delta/Incremental Migration feature.

New supported corner cases and bug fixes related to:



v.7.0.2: 2023-05-24

More performance improvements related to Oracle database operations and the use of cache for static entities mappers.

New supported corner cases and bug fixes related to:



v.7.0.1: 2023-04-20

NEW FEATURE: API for launching Deletion or Import executions! Now you can launch Deletion or Import configurations through an API call, so you can execute these types of process from another external scheduling manager for example. 

Major internal performance improvements specially in 2 situations:

  1) When entities have a PK that is a FK to the OSSYS_USER entity, and there are hundreds of thousands of users;

  2) In OutSystems Oracle database queries  processes, with a 7x speed increase.

Bug fixes related to the site property "IsToStopExecutionsTimer" and within the new security feature of the REST API (setup of entities as "private" and not available through the API).



v.7.0.0: 2023-04-13

NEW MAJOR FEATURE: Scheduling and Sequencing of Operations! Now you can both schedule operations (Migrations, Exports, Deletes and Scrambles) and sequence them directly on the DMM user interface! You first have to save the configurations you want to schedule/sequence, and then you can select them in the new option.

You can now setup entities as private so as not to be available through the REST API  (in the Settings screen, option "Private Entities" on the page bottom).

Now when Exporting to External Database, you can setup a flag in the configuration so sensitive data from OSSYS_USERS (email, phone and password columns) isn't copied. Additionally, you now have also the option to setup the export ignoring all OSSYS tables (they aren't copied and neither are FKs into them copied).

Fixed several AI Mentor issues related to technical debt.

When using a saved configuration, now DMM gives the option to execute a validation on the configuration versus the current status of the OutSystems database, identifying possible changes and adapting the interface with the changes automatically (deleted entities, deleted fields, added fields, deleted connections, added connections).

Added 2 new mappers to OSSYS_APPLICATION_ICON and to OSSYS_EXTENSION_VERSION, so business tables with FKs into them could be correctly migrated.

Changed Site Properties Migration option so now even if a property already exists it is updated with the source value.

Changed the default of the site property MapperUsersInMemory  to TRUE. This will consume a bit more memory in some situations, but speed up migration speed in all clients!

Visually used italic in the entity selection screens to differentiate Static Entities. DMM does not migrate data from Static Entities, since those should be synched through the platform's standard processes.

When configuring connections to non-OutSystems databases (for use in the Export feature), don't allow those connections to be selected in other types of operations. Now when creating a new connection you have to say if it's an OutSystems database (where there exists all the metadata tables of the platform) or not.

Increased resilience to metamodel issues, as found in some clients:

Internal structure validations in DMM (related to execution processes), with added "verbose level" logs.

Correction for Oracle databases, when using the User Mapped table and the table had other constraints, in some situations an error was being thrown.

Fixed tooltip in the selection of entities for a Migration execution, correctly showing the Module/Application.

Improved error messages, particularly related to OutSystems timers and detection of when they stop running.

Improved the Export process, cleaning up redundant information.

Fixed and issue that was making the frontend not updating after midnight.



V.6.7.1: 2023-03-03

NEW FEATURES: API for Automatic or External scheduling of Migration executions! Now you can launch Migration configurations through an API call, so you can execute this process from another external scheduling manager. 

Now you can configure the Demo App timers to schedule multiple consecutive executions (of Exports or Migrations).

New option, in the Export to Database feature, so you can now automatically set all table names equal to the entity names (instead of the default physical table name in OutSystems, or having to manually set all destination table names).

Added new mappers so now DMM also deals with FKs to the system tables: OSSYS_MODULE, OSSYS_MOBILE_PLATFORM and OSSYS_EXTENSION.

Correction of a bug in the Trial license that didn't show the entity list in the final configuration screen when migrating by application.

Correction of a bug in the Export to Database feature, happening when an entity had a FK to another entity that had a FK to the Users table.

Fix in the Delta/incremental migration, when an entity had a PK that wasn't set to autonumber in OutSystems and using the User Mapped Table.

Fixed an issue in the logs related to tenant/espace not found in migration executions.

Fixed an issue in BPT migration when using the Smart User Migration option.

Fixed an issue 

Fixed an issue in the offline activation of the DMM subscription, where an error message was being presented although the activation went OK.

Improved tooltips in the online/offline DMM activation screens.

Improvement in the DMM logs, particularly related to license not found logs.



v.6.7.0: 2023-01-31

NEW FEATURES: API for automatic scheduling of Export executions! Now you can launch Export to External Database executions through an API call, so you can execute this process from another external scheduling manager.

Increased visibility of Static Entities (UX improvement) in the configuration screens.

New Site Properties available for: cache management, log level, keeping list of Users in memory for better performance of migration of entities with FK to Users, creating FKs constraints when exporting to external databases, execute BLOB migrations in Oracle without the Bulk instruction (performance improvement in some Oracle installations).

In the Export to External Database, if the DELETE_RULE of a FK field is set to Ignore, don't create a constraint in the destination database.

More information in the Activate License screen, logs and messages presented.

Two corner cases related to FK's to OSSYS_USER and bulk timeout exceptions with workaround implemented.

Cleanup of timer's logs.

More History information on the feature of Site Properties migration.

Improvement in the shown entities/apps when in the Migration feature one chooses by "Application" instead of "Module". Now in the final configuration screen, if the choosen application has entities with FKs to entities in another application, the other application is also shown so it's possible to select it's entities and apply the other features (User Mapped Table, Filters, Special Actions).

Removal of the ArdoJSON dependency, to avoid a DLL Hell situation in some OutSystems clients, related to the Newtonsoft.json library dependencies.




v.6.6.3: 2022-12-19

NEW FEATURES: Demo application with timers for automatic scheduling of Migration or Export executions

Correction in a license validation for the Professional version.



v.6.6.2: 2022-12-13

NEW FEATURES: Automatic Timezone offset in Migration executions! Now you can setup an offset during the Migration configuration, so all date fields migrated have that offset applied to the date/hour - very useful when migrating data between infrastructures in different timezones, for example.

Now in the Export to External Database feature it is possible to define the destination table names that DMM will use/create. 

Improvement in log messages related to licensing issues. 

New internal mapper for the platform system table OSSYS_EMAIL_DEFINITION.



v.6.6.1: 2022-11-28

BUG FIX - version 6.6.0 had a bug where FK information wasn't correctly migrated (fields would be left NULL). This version corrects it.



v.6.6.0: 2022-11-18

NEW FEATURE: MIGRATION OF SITE PROPERTIES!

With lots of OutSystems clients going to the PaaS Cloud, moving between datacenters or simply segregating pipelines, we've received several requests to augment DMM to be able to migrate also OutSystems Site Properties - you can do it now just as easily as migrating the data! This new feature is available in the Enterprise subscription.

NEW FREE FEATURE: DATA DELETION is now a free feature, you can now execute BULK DELETE operations without any paid subscription!

We've added the possibility in a Migration to Ignore/Nullify a FK field of an entity.

Optimizations made in the mapping of FKs between entities to speed up the initial part of the migration.

Correction of a bug in Oracle installations during migrations - if you are working in Oracle, please update your DMM version to v6.6.0 or later.

Correction of a bug in the Export to External Database feature, related to the OSSYS_USER system table being exported.

Increased resilience added in the migration process when OutSystems abnormally "kills" threads/timers. DMM will now check if the latest chunk was fully migrated or not (rollbacked), and try to re-start the migration from that chunk (or the next).



v.6.5.1: 2022-10-12

Added the support for Azure SQL connections (just use the standard SQLServer connection parameters in the Settings).

Addition in the new feature Export Directly to non-OutSystems Databases the capabilities of:

Fixed some issues with the new feature Export Directly to non-OutSystems Databases , namely:

New documentation on the online manual about the Site Properties available and the Health Check feature.

New Site Property "IgnoreOSSYSNotFoundEntries", so DMM can ignore PK FK relations to OutSystems platform system entities non-existing in the destination.

Now when a user is exporting/importing to/from files, when deleting the log entry in the Log History section the old files in the filesystem (used by the IIS when doing the import/export) are also deleted.

Improvements on the Delta Migration algorithm, in the checksum validation of text columns and if they were changed since previous migrations.

Correction of some typo's in the DMM logs, and in the numbering of the actions in the logs.

Fixed an issue related to user sync in Oracle, when a user belongs to an inactive tenant.

Fixed an issue when the user pressed the Stop Migration button that DMM seemed to generate several log files (they appeared in the Log History section) but actually only 1 was the valid one and the others weren't available to download.

Fixed a couple issues that happened in cascading User Mapped Tables during migrations between Oracle environment databases.

Fixed a issue in the migration execution result related to counting the number of records migrated (the log information and the dashboard information). Only whole records are now counted. Also corrected the behaviour of the Log History filters.

Changed the name of the final configuration screen - to Final Configuration Screen :)



v.6.5.0: 2022-08-26

NEW FEATURE: EXPORT DIRECTLY TO NON-OUTSYSTEMS DATABASES!

With DMM you can now export your business data from OutSystems directly into any SQL Server/Azure SQL database, DMM will create and maintain the needed database structure and connections. Get your data, even from the OutSystems PaaS, into your analytics solution or data lake directly!

FREE FEATURES: Comparator, Health Check, Bulk Data Import into OutSystems & Data Scramble are now free features, you can use them without any paid subscription!

New site property, SynchronizeUsersData , if set to TRUE makes DMM synchronize the OutSystems Users data (with the default behavior, which is the property being FALSE, DMM just checks if the Username exists in the Destination, and if it does already exist, no user data is changed). All users can be updated, updated columns include MobilePhone, EMail, External_Id, IS_ACTIVE.

Change in the User Mapped Table feature so its behavior by default is now case-insensitive. If needed, behavior can be set back to case-sensitive using the site property "UserMappedTableCaseSensitive".

Change in the User migration so it is case insensitive (match of usernames). Site property available to make it case-sensitive "UsersCaseSensitive ".

Improvement on the DMM internal cleanup timer, it is now able to clean information in chunks. Site property "ClearMapperChunkSize", if it is >0 will delete using chunks of the size of the number of records indicated in the property (default behavior is the same, property set to is 0).

Changes in the DMM interface to be more obvious what features are only available in the Enterprise subscription.

Additional test made in the Health Check feature: validating OSSYS_ENTITY for repeated physical_table_name and ss_key/espace.

Usability improvement in the Export feature, so setting up the User Mapped Table feature doesn't "close" the entity interface automatically.

Removal of site property MaxIteractions (new algorithm doesn't need it).

Added capability / corner case compatibility  in Delta/Incremental migration, when using User Mapped Table and tables without Primary Keys with auto-increment defined, and other edge cases using the User Mapped Table feature.

Correction in migration process, situation with 4+ entities cascading User Mapped tables with FKs in the selected columns. 

Improvement in adding extra logs to the executions, saying the final status of each chunk execution status. Several improvements on the Import feature logs. 

Improvements on the Import feature performance and a bug correction.

Improvements to the BPT/Events migrations including capabilities related to identifying different physical table ID columns. 

Correction in the report screen, which was showing a difference in Elapsed Time and Execution Time; another fix to situations where the log of past executions wasn't being shown, and the Overall counter started counting all executions and not only migrations.



v.6.4.1: 2022-07-14

FREE FEATURE: Comparator feature is now free, you can use it without any paid subscription! This feature offers a comparison report between 2 different OutSystems databases. You can see: the counts of total records per entity; data schema comparisons; relationships/FKs comparisons.

OTHER FREE FEATURES: Health Check, Data Import & Data Scramble are free features, you can use them without any paid subscription!

Updated DMM's terms of service.

Created new site property "MigrateServiceCenterUsers" set to FALSE by default. DMM will no longer synchronize technical users by default, only when this site property is set to TRUE:

New system mappers for tables OSSYS_BASIC_TYPE and OSSYS_CALLBACK;

Visual improvement on the List of Entities to be migrated, now static entities are now shown in italic to differentiate them from the other business entities.

Multiple performance improvements in Data Migration for bigger (100's GB, millions of users) migrations.

Added more information in the History of executions (if they were OK, and a popup when clicking on the line text with extra information on the Migration execution).

Improvement in the Import feature, to account for the situation of FK constraints on non-mandatory columns.

Two fixes on the Import feature, when the User Mapped table was being used (one of them related to circular dependencies).

Fix in the Export feature, when there were FK references with a depth bigger than 10 connected entities.

Improvement on the Deletion feature, so when a timeout occurs DMM will retry with a lower chunk size.

Show list of relationships/dependencies when selecting Entities for Deletion before launching execution. The dependencies will have their FK fields set to NULL.

Improvement on the Migration feature, allowing the User Mapped Table to be used with a NULL value, and cascade.

Fix on the Filter Tenants feature in the Migration when entities had no records.

Fix on the Migration feature, when setting up the Special Action "Ignore" on a field with NULL value.

Fix on the Migration feature, related to the joint use of Tenant automatic filters and the Smart User Migration options.

Fix on the Migration feature, related to Users that had apostrophes in their names.

Visual fix in the History of executions, where it was showing a duplicate of the execution time/date.

Visual fixes on the Comparation feature.

Added information in the Import operation log if the CSV header information is missing.

Improvements in the Text Connection logs.

Improvements in the standard DMM logs (for example, adding ERROR keyword in some situations where it wasn't clear).


v.6.4.0: 2022-05-17

New DMM Feature: Comparator, now you can use this feature to get a comparison report between 2 different OutSystems databases. You can see the counts of total records per entity; data schema comparisons; relationships/FKs comparisons.

FREE FEATURE: Health Check feature is now free, you can use it without any paid subscription!

In the Migration option, changed the matching of Modules & Entities between the 2 selected environments to just the SSKEY (previously it was matched by Name+SSKEY).

Added the visual indication of Static entities by presenting them in italic in the list of selected entities (Migration, Export, Deletion). In  a future release, this information will also be present in the tooltip of the entity.

Added a new internal flag, SynchronizeOSSYSInactiveEntries. By default, DMM doesn’t migrate any of the table records in an entity if one of the the entity records PK is pointing to a record on an OSSYS table that is inactive, showing an error for the entity (DMM would try to insert null in the PK of that record which would fail, and so by default no records are migrated, even the ones where their PK is a FK to active records in the OSSYS table). This flag SynchronizeOSSYSInactiveEntries will allow the records that are “right” (the FK exists in the OSSYS table) to be migrated. The default flag value is False.

New FK field mappers for OSSYS tables (for example, OSSYS_SEGMENTATIONKIND, OSSYS_SOLUTION), now DMM also maps these record FKs to the corresponding ones in the destination.

Added the feedback in the execution History screen if the execution had any errors.

Log improvements on SQL error messages.

Performance improvement of the Smart User feature, loading the users separately for each chunk.

Improvements in Migration process when DDL connections are available (for example, resetting sequences in empty tables).

Capability to deploy the User Mapped Table feature in tables with over 100 columns (tables where DMM migrates data not only in "horizontal chunks" but also "vertical chunks" to improve performance).

Log improvements on Import errors messages for use-cases of "import from other non-OutSystems sources" (identifying line/column with errors).

Correction in the Delta Migration feature that in a corner situation could duplicate records in the destination.

Correction in the new Health Check feature of a bug in Oracle databases.

Correction in the Import feature, when using the User Mapped Table feature.

Front-end correction in the selection of the modules of an application to Export (if the previous app selected didn't have any modules, in the 2nd app selected DMM would show an error instead of the correct list of modules to select, forcing the user to refresh the page to select modules from the 2nd app).

Correction of an issue in the Smart User Migration feature, for situations where records had FKs to inactive users.

Correction of an issue in the Import feature, when an entity just had 2 fields and 1 of them was a binary field.

Correction of an issue in the configuration of the Export path.


v.6.3.1: 2022-04-04

Added the possibility of using a FK column in the UserMappedTable feature.

UI improvement on the definition of the Special Actions (scramble, anonymize, replace, ignore) to take into account the entity fields' size. 

UX improvement so the entity "block" zone in the UI last configuration screen of the Special Actions doesn't automatically close when setting an action. 

Changed Application mappers between environments, now the same app can have different Names in different OutSystems environments and DMM will still map them correctly between environments.

Change in the execution report, so that when an error happens the non-executed entities are not shown as having ended the execution.

Correction in the execution report, in the BPT values presented.

Improvements on the execution logs to better debug issues.

Added possibility of migrating records of entities whose PK is pointing to an OSSYS entity with inactive records (flag SynchronizeOSSYSInactiveEntries).

Added a link in the Menu so users can return to the initial Dashboard page.

Fixed a 2 bugs in Oracle installations, related to BPT and email migration features (ORA-01795:maximum number of expressions in a list is 1000; ORA-00957: duplicate column name).


v.6.3.0: 2022-03-10

New DMM Feature: HEALTH CHECK, you can now use DMM Enterprise to perform a health check on the metadata of your OutSystems database environment (also validating it against the physical tables structure) with 8 types of different checks!

Visually added (in the configuration) the number of records on the lists, during the selections of apps, modules or entities.

Improvements on the logs of several types of executions (Migration, Export, Import, Delete).

Correction of an error in the User Mapped Table feature, when an entity only had 2 columns (ID+1 other that was mapped).

Allowed in the configuration of mySQL databases the setup of the database schema field.

Correction of an error in the Smart User Migration feature.


v.6.2.2: 2022-02-10

Updated Filesystem module dependency to the latest version to avoid Forge component installation alert message.

Added support (healthchecks)  for cases where active FKs are pointing to inactive entities.

Added validation that the user has a valid session prior to saving a configuration, so as not to overwrite a configuration with null values if the session is no longer valid.

Correction in the entry Dashboard that was producing a "divide by zero" error in some installations.

Correction of a bug in the User Mapped Table feature specific to the Import functionality.  

Change to allow the User Mapped Table feature to be used in tables whose OutSystems defined ID column is not configured as autonumber or the field doesn't have the name "Id".

Added additional mappers to OSSYS tables.


v.6.2.1: 2022-01-14

New DMM Feature: TENANT FILTERING (in DELETION), now you can choose which tenants data you want to delete data from in the Deletion configuration screen, and that filter will be applied to all entities in the deletion configuration automatically, without the need to create individual filters for each entity.

Large improvement in error messages, to make them more comprehensible to the casual user as well as making him able to correct potential issues.

Update on the execution of the timer ClearDataExecutionParallel , so it will only launch if no other execution is running, saving resources.

Correction in the execution counters of the Export feature when used in the context of the Bulk Import Data From External Sources.

New internal mappers to OSSYS tables (like for ex. OSSYS_USER_ROLE).

Improvements in the Deletion feature, when FKs exist that are PKs / IDs in other entities.

Optimization in the configuration of the Scramble/obfuscation special action option, so a smaller subset of data is used in the preview.


v.6.2.0: 2021-12-03

New DMM Feature: TENANT FILTERING , now you can choose which tenants data you want to migrate in the configuration screen, and that filter will be applied to all entities in the migration configuration automatically, without the need to create individual filters for each entity.

Email migration performance optimization.

Added additional protections and process workarounds so DMM can recuperate from OutSystems platform and timers abnormal behaviors, specifically in case of very large migrations (>500GB, in highly complex scenarios) that were having issues with large entities (with dozens of millions of records and with 400+ fields in the same entity).


v.6.1.0: 2021-10-29

New DMM Feature: MULTI-COLUMN USER MAPPED TABLE , now you can use multiple columns in an entity as PK when migrating data (so if that compound unique key exists in the destination, DMM updates the destination record instead of trying to insert a new one).

Changed the "Timer_GetDashboardValues" so that if a migration is running, it will not run and end gracefully (so as not to add any load to a database while a migration is running). Removed the timer "SetDashboardValues" from the module due to redundancy.

Small interface visual changes/corrections, in both DMM and IPA modules.

New logs added in the Export feature, in the Deletion feature and in the Email Migration feature, in situations where due to the processing of very large amounts of data taking too much time the frontend stopped receiving updates and thought the process had stopped when it was actually still running OK on the server.

In some specific situations the migration worker timer was abnormaly terminated after a time by the OutSystems platform, and the DMM process entered a "sleep" cycle in the migration process it didn't recuperate. In this version checks and a recuperation process are added to overcome these platform timer situations and resume the migration work where it was stopped.

Added a new site property, "IsToStopExecutionsTimer", that when set to True stops the DMM migration timer cycle.


v.6.0.0: 2021-09-29

Intelligent Performance Advisor (IPA) openly available to all in a new component module.

New DMM Feature: SMART USER MIGRATION (allows for the migration of just the users/groups that data depends on, instead of forcing migration of all the users/groups as previous versions).

Fixing a cleanup timer queries for Oracle installations.

Correction in REST type connections when accessing the OutSystems SaaS Cloud production environment.

BPT migration process now also allows for tables in other Oracle schemas.

Data Migration feature now detects network errors like "The remote server returned an error: (504) Gateway Timeout" and  "ORA-03146: invalid buffer length for TTC field", and DMM automatically recovers by trying to redo the chunk while splitting it in smaller chunk sizes.

Automatic Timezone conversion in the BPT Migration feature (according to the server defined timezone of Origin/Destination databases).


v.5.3.5: 2021-09-15

Security Update (non-disclosed changes).

On the Historic report, when running a pre-saved configuration (selected from the list of Configurations) show the config name in the report's first column.

In the list of saved configurations, show the last time each config was run.

Changes in Delta Migration option: previously Delta Migration information was cleaned after 48h from the DMM internal tables memory. Now this information is persisted until the user explicitly chooses to erase it in the new menu option "Management > Delta Migration History".

Improvements in labels in the Reporting page.

New "hidden" feature of Simple Migration to allow thousands of entities to be selected in the OutSystems front-end for migration, where previously the front-end was not capable of managing all the objects in the "regular" migration option with all the features.

Detection by DMM of the network error "The remote server returned an error: (504) Gateway Timeout" and retry of the migration chunk with a smaller size in this case.

Corrections in a timer, responsible for cleaning DMM internal tables after 48h, where for Oracle  instances the SQL wasn't correctly built and was showing errors when running.



END OF MAINSTREAM SUPPORT FOR DMM's FRONTEND FORGE VERSIONS ON OUTSYSTEMS 10

New features and bugfixes for DMM's FORGE component will only be released for OutSystems v11 going forward from DMM v5.3.4. (this will be the latest version supporting OS v10).

We recommend our clients to upgrade to OutSystems 11. Please contact Infosistema (dmm.support@infosistema.com) in case you need additional information!


v.5.3.4: 2021-09-02

Group creation: allow the creation of Groups in the Destination when the User that created the Group (in the Source) no longer exists, inserting NULL in the "created by" column of the Group record in the Destination.

Allow for capitalization changes in several OutSystems system tables (databases that are case-sensitive, affecting data & BPT operations).

Allow for a tenant numbered 0 (zero).

Trial license: correction to allow the Trial license to execute more than 5 times (that will be a limitation exclusive to the Free version).

Better management of new records that are created in the Source while DMM is executing a Migration: in previous versions, when parent+child records are added in the Source while the Migration is executing and already migrated the parent Entity, the whole last chunk of child records would fail since some records didn't have the parent migrated. This version will migrate all child records it can, so the last chunk is not all failing in the migration (just the records whose parent weren't migrated). 

Dependencies on OutSystems internal User tables improved: business tables with dependencies or FK to User tables had an issue in specific situations where DMM would try to insert a record (and fail) instead of updating the existing one in the destination.

Database bulk operations timeout: when having a database timeout when executing a bulk operation to the database, DMM will now try to automatically re-execute the operation breaking the chunk in smaller pieces. 

In the Migration feature, when selecting Entities, the SELECT ALL button selecting the whole list and not only the Entities shown in the page. Additional button SELECT PAGE added. Also added pagination on top of the Entities list (instead of just the bottom).

Corrections in the BPT migration feature, in a malformed warning that was presented as an error and in an index.

Refactoring of BPT migration to remove the need of read access to the internal table "USER_TAB_COLUMNS" during BPT migration.

Change max size in EULA confirmation field to allow for bigger usernames.


[Older entries removed; if needed get in touch with us]