Post-Upgrade Actions

Depending on the version of Semarchy xDM from which you upgrade, you need to perform actions after the upgrade procedure.

The actions are listed incrementally, please read all the sub-sections in this document until you reach your current Semarchy xDM product version. If no action is indicated in this document for your versions, then no action is required after restarting the Semarchy xDM instances.

Certain actions performed on the model (for example, changes to validations, enrichers or any aspect of the certification process), which in essence are changes applied to your model, require that you re-deploy the model.

Upgrade from Versions Before 2023.1.0

Form Fields Mode

In version 2023.1.0, the Read-Only property available on form fields is replaced with Authoring Mode that allows model designers to define if each field is displayed using its editable, read-only, or browsing variant (see Form Fields Properties).

When migrating to 2023.1.0 or above, the Authoring Mode property of existing form fields is automatically initiated according to the following rules:

  • For fields containing a computed value: Authoring Mode is set to force-read-only.

    In versions prior to 2023.1, fields containing a computed value were displayed using their browsing variant. Starting from 2023.1, fields with such content are now displayed using their read-only variant (disabled authoring field).

  • If Read-only is set to true on the form field: Authoring Mode is set to force-read-only.

  • If Read-only is set to false or not set: Authoring Mode is set to auto.

Additionally, the Read-Only property available on stepper form steps is replaced in version 2023.1.0 with Form Fields Mode. This property allows model designers to override the Authoring Mode for all the fields of a given step (see Form Steps Flow).

When migrating to 2023.1.0 or above, the Form Fields Mode property of existing stepper form steps is initiated according to the following rules:

  • If Read-only is set to true for the step: Form Fields Mode is set to force-read-only.

  • If Read-only is set to false: Form Fields Mode is set to auto.

Recommended Action
Model designers should review their steppers and forms configuration after the upgrade and adjust the values of Fields Authoring Mode and Authoring Mode depending on the expected results. In particular, designers may wish to set the Authoring Mode form field property to force-browsing instead of auto on fields containing a non-writable expression (ID fields, Load IDs, computed values) in order to keep the related form’s layout unmodified.

Upgrade from Versions Before 5.3.9

This section applies to all installations upgrading from a version before version 5.3.9.

Logging

Starting from this version, the logging in Semarchy xDM relies on Log4J 2, which is configured using an XML configuration format, in replacement of the key-value property pairs previously used. It is therefore required to migrate the existing startup and platform logging configurations to that new Log4J 2 format.

Required Actions
Platform administrators must perform the following actions to migrate their existing startup and platform logging configurations:

  1. They must manually migrate the startup logging configuration into a new Log4J 2 XML configuration file.

  2. The must upgrade the platform logging.
    When opening for the first time the Logging Configuration editor (Configuration > Logging Configuration) administrators are prompted to choose one of the following options to migrate the platform logging configuration to the new format:

    • Let Semarchy perform an upgrade of the Log4J 1 configuration to Log4J 2 format.

      Withi option, all the loggers are automatically upgraded. Only the default TOMCAT and FILE appenders are upgraded. Administrators must review, fix, and complete the configuration of other appenders when choosing this method.
    • Replace the previous Log4J 1 configuration with a default Log4J 2 configuration file and modify this configuration manually.

      When using this method, administrators must complete the configuration with their customized loggers and appenders.

Upgrade from Versions Before 5.3.0

This section applies to all installations upgrading from a version before version 5.3.0.

Integrated Authentication

As mentioned in the pre-upgrade actions, after the upgrade, Semarchy xDM platform is configured with the Internal Identity Provider only and the administrator user that was created during the upgrade process.

Required Action
Using this user’s credentials, administrators must:

  • Reconfigure the users previously stored at the application server level.

  • Configure Identity Management, including:

    • The third-party authentication (single sign-on) systems as Identity Providers with optionally their Role Mapping.

    • If applicable, the Role Lookup feature, to assign roles to users based on database table contents.

Authentication configured at the application server level can be deleted after this step. For Tomcat, the valve and realms configured for Semarchy xDM can be removed from the semarchy.xml file.

For a Tomcat installation, the identity providers (SSO) configuration is contained in the semarchy.xml configuration file, and the local users used for form authentication are in the tomcat-users.xml file.

Integrated Datasources

As mentioned in the pre-upgrade actions, the datasources used by the Data locations, xDM Dashboard, xDM Discovery, the Variable Value Providers and the enrichment/validation Plugins are no longer configured at the application server level and must be defined in the Semarchy xDM platform as platform datasources.

The upgrade process automatically creates empty datasources for the components that refer to application server datasources. However, it does not recover the datasource configurations.

The referenced JNDI datasources are upgraded into empty platform datasources with a normalized name. The normalized name is derived from the JNDI name by performing the following operations:

  • The java:comp/env/jdbc/ prefix is removed.

  • The remaining part is normalized by converting the characters that are not alphanumeric or underscore to _.

For example, in a data location, a reference to a JNDI datasource named java:comp/env/jdbc/DATA_LOCATION_1 is upgraded to a platform datasource named DATA_LOCATION_1. That datasource is empty and must be configured by the administrator.

Required Action
Administrators must:

  • Review and re-configure the datasources upgraded to platform datasource in Semarchy xDM Configuration. They should also review the usages defined for these platform datasources

  • Review the components referencing these datasources (data locations, dash-regular-product-name} and xDM Discovery datasources).

Datasources configured at the application server level can be deleted after this step. For Tomcat, they can be removed from the semarchy.xml file.

For a Tomcat installation, the original datasources are configured in the semarchy.xml file.

REST API Authentication

The following changes have been made to the REST API Authentication:

  • Authentication and the SemarchyConnect role are required for the OpenAPI documentation.

  • The REST API does not support stateful authentication.

Recommended Action
Administrators should review the roles granted to users and API Keys accessing the REST API OpenAPI documentation to make sure that they have the SemarchyConnect role.

Steppers/Workflow Restrict Import to Create

The Enable Import, Enable Import-Update and Restrict Import to Update properties available on workflow transitions, steppers, and actions are replaced by two properties:

  • Enable Import checkbox to enable or disable the import capability.

  • Allow Import to to limit the import to Create and Update, Create Only or Update Only records.

Recommended Action
The upgrade process sets the new properties according to the legacy configuration. However, model designers should review their import experience to make sure that the behavior remains consistent with the new properties.

Plugin Batch Update Size defaults to 1000

The Batch Update Size properties of enricher plugins now automatically takes the value 1000 when left empty. This value provides better performances in most situations.

Recommended Action
Monitor the performance of the plugin enrichers to make sure that this value change has no negative impact.

SemQL Changes

The Master Records' OldMatchGroupID attribute (B_OLDMATCHGRP column in the MI table) is deprecated.

Required Action
Model designers and integration specialists should review any component that accesses or uses the deprecated attributes/columns in SQL or SemQL, and remove any use of these deprecated fields.

User and Roles Repository Tables

With the new Integrated Authentication feature, the user and role tables (MTA_USER, MTA_USER_ROLES) stored in the repository have been moved and their structure has been changed. The new tables storing users and roles are named IDM_USER and IDM_USER_ROLE.

Recommended Action

Model designers and integration specialists should review and update any component or script that accesses or uses the deprecated tables.

Upgrade from Versions Before 5.2.0

This section applies to all installations upgrading from a version before version 5.2.0.

Change in Built-in Variables

The following changes have occurred in the built-in variable:

  • Variable V_USER_DEPARTEMENT is renamed V_USER_DEPARTMENT

  • V_DATAEDITION and V_DATALOCATION are no longer available.

Database Functions Case-Sensitivity

This release changes how case sensitivity is handled for database functions declared in the model.

Starting with this release, you can declare the function names and schemas in any case. However, a model validation prevents having two functions with the same qualified name and a different case.

PostgreSQL and Oracle are case-insensitive for all function calls. PostgreSQL assumes that all object names are in lowercase, and Oracle assumes that all object names are in uppercase. The product behavior does not change for models based on these two databases.

An SQL Server database may be configured to handle object names in a case-sensitive manner. Starting with this release, Semarchy xDM assumes, for SQL Server, case-sensitivity for all function calls, including the SemQL built-in functions. Function calls performed in SemQL with a function name that does not match exactly the case of the built-in function definition (as it appears in the SemQL editor) now raise warnings in the model validation, since they may fail at run-time, depending on the database server configuration.

Required Action

Model designers should validate their models based on SQL Server. The model validation report will raise undefined function warnings for case discrepancies. If such errors appear, the SemQL expressions should be fixed and the model re-deployed.

New Melissa Personator Plug-in

A new Melissa Plug-in for Semarchy xDM provides enrichers to fix and complete contact data for US/Canada using the Personator service and to validate international addresses in 240 countries using the Global Address Verification service.

Existing enrichers using the legacy Personator Enricher are automatically upgraded to use the new enricher as part of the automated model upgrade process.

The upgrade automatically configures the enricher to use the new plug-in capabilities, as described below:

  • The Debug parameter (True/False) is removed. This parameter was used to automatically configure the logging, without handling logging levels. Customers willing to run the plugin execution in debug mode should configure the following loggers. See Configure the Platform Logging for more information:

    • log4j.logger.com.semarchy.platform.engine.PluginExecution

    • log4j.logger.com.semarchy.engine.plugins.melissa

    • log4j.logger.org.apache.cxf

    • log4j.logger.org.apache.cxf.services

  • The Passthrough parameter (True/False) is removed and replaced by the Requests Limit parameter to limit the number of enriched records for testing purposes.

  • The enricher optimization capabilities, including Thread Pool Size, Batch Update Size, and Processing Batch Size are now fully supported. The Processing Batch Size is upgraded to a value of 100 if the original value is above 100.

  • The old plugin code had a hardcoded error/retry handling with 10 retries. This code has been removed. The enricher configuration is automatically configured with the Max Retries property set to 10.

Required Action

Customers using the legacy Personator Enricher should review the upgraded enricher configuration after the upgrade.

Removed: GBGroup Matchcode Global Plug-in

The Matchcode Global Plug-in for Semarchy xDM, using GBGRoup Matchcode Global to provide an enricher for international postal addresses is removed in this release.

Required Action

Customers using this plug-in should switch to the REST Client feature available in this release.

Deprecated: xDM Discovery: Row Sampling property

In xDM Discovery, the Row Sampling table property is deprecated and replaced by the Maximum Distinct Values Stored and Maximum Patterns Stored properties with default values of 50. The value set in Row Sampling is automatically copied to these new properties by the upgrade process.

Recommended Action

Customers should run the profiling process to benefit from these new properties.

xDM Discovery: Unique/Non-Unique Counts

In xDM Discovery, the following metrics are now persisted in the PRF_COLUMN table and no longer computed: Unique Count, Duplicate Count, Unique Values, Duplicate Values. Persisting these metrics prevents inaccurate values when sampling a subset of the table.
Queries (the Columns query) in the generated dashboards now use these new columns.

During the upgrade:

  • The new columns in PRF_COLUMN are created empty. They are loaded the next time the profiling process runs for a profiled table.
    These metrics may appear in the dashboards, but with empty values, if the profiling process is not re-executed.

  • Dashboard applications created using the Seed profiling app option are not modified.
    As a consequence, seeded profiling applications do not benefit from these columns and still use the old computed values.

Recommended Action

xDM Discovery users should:

  • Re-profile their tables to load these new metrics columns.

  • Update their seeded profiling applications (the Columns query) or re-seed new applications to use these metrics.

New Application Documentation

Semarchy xDM introduces in this release an automated Application Documentation feature. This documentation is generated based on the model content and uses extensively the Documentation property set on objects in the model (attributes, form fields, etc).

Besides, a new Documentation property is added on entities. This property is set to the value of the entity’s description during the upgrade.

Recommended Action

Designers should consider configuring the application documentation and should review that documentation, possibly updating the Documentation property set on the entities and other objects of the model.

Clustered Mode by Default

The Semarchy xDM platform now starts by default in clustered mode to automatically propagate configuration and model deployments on all nodes. Administrators no longer need to set the com.semarchy.xdm.cluster.enabled=true system property to your application server startup for each node, as it is the default behavior.

Upgrade from Versions Before 5.1.0

This section applies to all installations upgrading from a version before version 5.1.0.

New License Management

Semarchy xDM introduces in this release a new system to manage licenses.

The repository upgrade process erases the existing license key in xDM instances when upgrading from a version before version 5.1.0. Such instances have a 7 days grace period during which they work normally. After that period, they will stop working.

Required Action

Before the grace period is over, administrators should activate the instance, using the instruction described in Manage the License.

Our global Technical Support (support@semarchy.com) team is available for assistance during the upgrade process and to help planning the license change.

New Component: Semarchy xDM Discovery

Semarchy xDM Discovery enables data architects and business users to gather metrics and profile any source data to prepare a data management initiative.

When connecting the welcome page, users with the appropriate privileges will see a new xDM Discovery link to access the user interface for Semarchy xDM Discovery.

Suggested Actions
Teams willing to use Semarchy xDM Discovery in their projects should configure additional datasources for this component and grant the appropriate privileges to the platform roles to access this feature.

Select All in Actions

In previous releases, only the Delete, Confirm Duplicates, Review and Confirm Duplicates and Review Duplicates Suggestions actions had Enable All properties to execute the action on all records when no selection was made.

Starting with this release, this implicit select all is replaced by an explicit Select All capability that applies to all actions. With this feature, users can explicitly select all the filtered records in a collection, possibly unselect some of them and then start an action with the selection.

The number of records that can be processed at the same time may be limited at design-time for each action using a new optional Items Limit property, available in the Action Configuration properties. A warning is raised to the user when he triggers the action with a selection larger than this limit.

When running an action on a set of records selected by "Select All", the Condition defined on the action as well as the Model Privileges Grants still apply to automatically filter the records when the action starts. The user is warned if the action cannot process all the selected records due to the condition or a missing privilege.

Actions are automatically upgraded to use this new feature:

  • The Items Limit is set to null (no limit) for Export actions.

  • The Items Limit set to 1000 for Copy and Edit actions

  • The Items Limit is set to null (no limit) for existing Delete and duplicate management actions having Enable Delete All Records, Enable Confirm All, or Enable Review All selected.

  • The Items Limit is set to 1000 for existing Delete and duplicate management actions having Enable Delete All Records, Enable Confirm All or Enable Review All de-selected.

  • The Enable Delete All Records, Enable Confirm All, and Enable Review All properties are deprecated and no longer appear in the Application Builder. Designers willing to force actions to run only on single record selections only should use the Support Multiple Selection property.

Recommended Actions
Application designers should review the configuration of the actions after the upgrade and inform the application users of this functional change.

Split Duplicate Propagation

A new Split Duplicate Propagation is added to the references configuration to define how splitting records in the referenced entity affects the referencing records. This property applies when both the referenced and referencing entities are fuzzy matched.

Setting this property to Reset Matching forces rematching child records when their parent is split in a duplicate manager.

The child records are re-matched, ignoring their previous match groups and user decisions. The resulting golden records are re-distributed under their respective parent records. When re-matched, the referencing records are all re-merged into new golden records with new Golden IDs and lose all their value overrides.

Suggested Actions
Model designers willing to use this feature should enable this option and re-deploy their model.

SQL Server Certified for Production

This release introduces full support for SQL Server, including production certification. The configuration of the SQL Server databases used for the repository and data locations need to be reviewed to make sure they comply with the requirements described in database-specific considerations.

The QUOTED_IDENTIFIER and READ_COMMITTED_SNAPSHOT should be set to ON for these databases.

Required Actions
Database administrators should check the configuration of these parameters for the databases using the following command:

SELECT NAME, IS_QUOTED_IDENTIFIER_ON, IS_READ_COMMITTED_SNAPSHOT_ON FROM SYS.DATABASES

They should possibly modify the databases configuration using the following commands:

ALTER DATABASE <database_name> SET QUOTED_IDENTIFIER ON;
ALTER DATABASE <database_name> READ_COMMITTED_SNAPSHOT ON;

Upgrade from Versions Before 5.0.1

This section applies to all installations upgrading from a version before version 5.0.1.

Source Reference Validations

In previous releases, a child record referencing a parent record detected as erroneous during the pre-consolidation validation passed the certification process and was published with a null reference.

Starting with this release, when a child record references a parent record detected as erroneous during the pre-consolidation validation, then this child record is also rejected in the pre-consolidation validation by the reference validation. If a previous valid version of the parent record exists in the hub, then the child record is attached to that version instead. During post-consolidation validation, a reference is always considered valid if the referenced record exists (flagged as erroneous or not).

Required Actions
Model designers should review their model validations and references for possible impact on error management. They must re-deploy their models to update the jobs and apply this behavior change. Those willing to preserve the old behavior must define the -Dmdm.sourceFkValidation.allowRefToNewRecordsWithErrors=true system property.

Upgrade from Versions Before 5.0.0

This section applies to all installations upgrading from a version before version 5.0.0.

New Component: Semarchy xDM Dashboard

Semarchy xDM Dashboard is the component of Semarchy xDM for designing visualizations and dashboards that create insight by combining your business data and the data stored and managed in the Semarchy xDM intelligent data hubs.

When connecting the welcome page, users with the appropriate privileges will see a new Dashboard Builder link to access the design-time user interface for dashboards.

Suggested Actions
Teams willing to use Semarchy xDM Dashboard in their projects should configure additional datasources for this component and grant the appropriate privileges to the platform roles to access this feature.

User Interface Reorganization

The user interfaces available in Semarchy xDM have been reorganized:

The Workbench is now split into two user interfaces:

  • Configuration for all platform-level administrative tasks.

  • Application Builder, with two perspectives:

    • Design for model design.

    • Management for model editions and deployment/data locations management tasks.

A new Dashboard Builder user interface is available for designing dashboard applications.

Suggested Actions
Team with documented processes that use the previous platform user interface organization should review their documentation accordingly.

Platform Privilege Changes

The platform-level privileges have been reorganized to match the user interface reorganization in the Semarchy xDM platform as well as the security best practices.

The roles defined in previous releases are automatically upgraded to these new privileges, using the following rules:

  • Roles with the old Data Location privilege are granted the new Application Management privilege.

  • Roles with the old Model Design privilege are granted the new Application Design privilege.

  • Roles with one of the old Plug-ins Administration or Logging Configuration privileges are granted the new Platform Admin privilege.

  • Roles with one of the old Job and Job Log Administration or Execution Engine privileges are granted the new Application Management privilege.

Recommended Actions
Administrators should review the new privilege grants and make sure they meet their security requirements and best practices.

Model Privilege Changes

In previous releases of Semarchy xDM, roles with a model privilege grant with the Grant full access to the model selected had also access to the REST API, as if the Grant access to integration web services was selected too.

Starting with this release, Grant full access to the model does not automatically grant access to the REST API, and the Grant access to integration web services must be explicitly selected in the model privilege grant.
The upgrade process automatically takes care of checking this option for all model privilege grants with Grant full access to the model.

Recommended Actions
Model designers should review the model privilege grants and update as needed the access to the integration API.

Lookup enricher multiple outputs support

The Semarchy Lookup Enricher supports multiple outputs, which changes its configuration. The configuration of plug-in enrichers using this component is automatically upgraded.

Required Actions
Designers using this enricher in their models must re-deploy their model to update their job for the upgraded configuration.

REST API record update change

In previous releases, publishing with the REST API a record update for a fuzzy and id matched entity incorrectly set to null the attributes not present in the payload.

This behavior has been aligned (in bug fix MDM-7819) on the basic entity behavior. Only the attributes present in the payload are taken into account to update the existing record. Attributes absent from the payload keep the value of the original record.

Required Actions
Integration designers relying on this behavior in their integration flows should review and update these flows to take into account the behavior change.

Streaming Data Import

To enable large file imports, a streaming data import feature has been implemented for CSV and XLSX file formats. The XLS format for import is deprecated since it does not support streaming. XLS files are processed as CSV files.

Suggested Actions
Designers should inform the end-users of these changes.

REST API Fix & Stateless Mode

This release introduces a memory leak fix (MDM-8086) to the REST API and makes calls stateless to reduce resource consumption and increase security.

This fix requires on Tomcat instances to remove references to semarchy.commons.web.configuration_*.jar in the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property found in the Catalina/catalina.properties file.

Required Actions
If upgrading a Tomcat instance on premises on in the cloud, review the catalina.properties file and remove, if needed, semarchy.commons.web.configuration_*.jar from the classes listed in the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property.

Upgrade from Versions Before 4.4.0

This section applies to all installations upgrading from a version before version 4.4.0.

Search on Business View Child Collections

In this version, business views support searching and filtering every collection in the business view. In previous releases, filtering was only supported on the root collection of the business view. This new feature implies the following changes:

  • Search configuration no longer appears in the business view editor directly.

  • Each business entity of the business view (available through the Transitions tree-table) has a field named Search Configurations in its Display Properties to define the search methods available for the business entity.

  • The business view search configurations configured in previous releases are automatically moved by the upgrade process to the root business entity of each business view.

Suggested Actions
Designers willing to enable search in child collections should modify their business views accordingly.

New Date Datatype

In this version, a new Date datatype replaces Datetime to store dates with no time or timestamp. The Timestamp datatype remains to store date and time with timestamp information. The upgrade process automatically converts Datetime attributes to the new Date data type in the model and data locations. As a consequence, data columns using the old Datetime type are automatically trimmed to store a Date.

Recommended Actions
Designers using attributes with a Datetime datatype to store date AND time information should modify their models before data location upgrade to change the datatype of these attributes from Date to Timestamp.

Integration specialists should review their data flows reading from or writing to the MDM hub and make sure they correctly take into account this data type change.

The DATETIME type is deprecated for plug-in enrichers and validators, and the new DATE type is added.

Recommended Actions
Plug-in developers should review their plug-in code and replace DATETIME parameters, input, and outputs by DATE or TIMESTAMP.

Upgrade from Versions Before 4.3.0

This section applies to all installations upgrading from a version before version 4.3.0.

Data Location Purge Schedules

In this version, the data purge is modified with the following changes:

  • The purge now takes into account all the data, including source data, source authoring data, deleted data traces, as well as data related to canceled external loads, direct authoring, duplicate manages, or workflows.
    For all these, the data purge is performed according to the retention policy defined for the entities in the model.

  • A purge job is always generated when deploying a model, to handle at least the data purge for canceled external loads, direct authoring, duplicate manages, or workflows.

  • Finally, the configuration of the purge schedule is moved to each data location.

Besides:

  • The upgrade process automatically creates under each data location a purge schedule equivalent to the old scheduled purges and then removes the old purge schedules.

  • For data locations for which no purge was previously configured a purge is scheduled every Sunday at midnight to handle the purge of the canceled loads.

Recommended Actions
Administrators should review the purge schedules and update them according to their production systems' requirements and organization.

Master Value Picking

A new option is available for matching entities, on duplicates managers and form steps. Enable Master Value Picking enables users overriding the value of consolidated golden records to select values from the master records in addition to being able to enter their own values.

When upgrading to this version, this option is automatically activated for duplicate managers, but not for form steps.

Recommended Actions
Designers should review that master value picking is relevant for their users, and modify the settings of the duplicate managers and steppers' form steps accordingly.

Hierarchy Tree Views

This version introduces a new visualization for business views. Hierarchies views provide a user-friendly way for business users to navigates hierarchies (of products, organization, cost centers, employees) with an intuitive user interface.

Hierarchies are not configured by default during the upgrade.

Recommended Actions
Designers willing to configure hierarchy tree views should review and update their business view configurations accordingly. See Configure Hierarchies for more information about this feature.

Entity Historization

In this version, it is possible to enable automated historization to keep track of all changes on master and golden data for each entity. Applications can be configured to allow browsing the history of the records.

The upgrade does not automatically enable historization for the entities.

Suggested Actions
Model designers willing to enable this feature should alter the entities to support historization, and re-deploy their model. See Data Historization for more information about this feature.

ID and Fuzzy Matched Entity Delete

This version introduces the capability to perform soft and hard deletes for records in all entity types.

This option is not automatically enabled by the upgrade.

Suggested Actions
Model designers willing to enable delete for entities should modify their entities accordingly. See Record Deletion for more information about this feature.

Authoring Master Records and Errors

Starting with version 4.3.0, ID and fuzzy matched entities support authoring (creating, editing, importing) source or erroneous records on behalf of publishers. This option is enabled when configuring authoring actions for ID and fuzzy matched entities.

Existing action sets are not modified by the upgrade process to support this feature.

Suggested Actions
Model designers willing to use this features should modify their models accordingly. See Actions Sets and Data Authoring Patterns for more information about this feature.

Integration

In this release, the following changes take place in the integration interfaces and should be reviewed by the integration specialists:

  • SDE and SDL views available via the REST API are respectively renamed SD4L and SD4LK.

  • the DeleteType built-in attribute, corresponding to the B_DELETETYPE column now tracks golden deleted when they lose all their master records with the LEGLESS_DELETE value.

  • New GH and MH tables and views store the golden and master history. New GH4B and MH4B views allow browsing golden and master data at the time a given batch was completed.

  • The type of the repository and data location columns storing boolean values is changed from VARCHAR(1) to CHAR(1) in Oracle.

Forms and Collections with UUID in Display Cards

After upgrading from a version before 4.3.0, any form or collection for an entity with a Primary Key attribute of type UUID, and using this UUID in the display card, fails to load with the following exception:

java.sql.SQLSyntaxErrorException: ORA-00932: inconsistent datatypes: expected CHAR got BINARY

Display cards created after version 4.3.0 do not have this issue since the UUID is automatically wrapped in a SEM_UUID_TO_CHAR function call.

Required Actions
Teams facing this issue should modify their display cards to wrap the UUID in a SEM_UUID_TO_CHAR function call, and re-deploy the applications

Upgrade from Versions Before 4.2.0

This section applies to all installations upgrading from a version before version 4.2.0.

Data Entry Workflows

After a model upgrade, the data entry workflows that existed in a version before version 4.0.0 are not automatically upgraded. They are preserved in a hidden form in the model.

The data authoring experience in version 4 supports two methods:

  • Direct Authoring, into which users edit and save records, without having to create a workflow. This method uses a guided authoring UI based on a design-time object called a Stepper.

  • Workflow Authoring, into which users start a Workflow with tasks and transitions. Each task uses a stepper for modifying the data.

Workflows and steppers are triggered using actions defined in action sets.

Refer to the applications for more information about steppers, workflows, and action sets.

Required Action
A wizard helps model designer upgrade their original workflows into steppers and workflows. Model designers must use this wizard to recover and convert their workflows.

Upgrading Data Entry Workflows

To upgrade data entry workflows:

  1. In the Semarchy Application Builder, open the model edition containing the workflows to upgrade.

  2. Right-click the model node in the Model Design view and then select Upgrade v3.x Data Entry Workflows…​.

  3. Review the notice in the About Workflow Upgrade step and then click Next.

  4. The Workflow Upgrade step shows the existing data entry workflows, with the list of business views that they use for data entry.

    • Select Upgrade for each workflow that you want to upgrade.

    • Select the Upgrade Target for each of these workflows. This target defines how the workflow will be upgraded:

      • Stepper: This option is available only for single-task workflows using a single business view and having no validation or enrichment configured on the cancel transition. The wizard converts the business view into a stepper, reproducing its hierarchical structure and data entry forms. It also adds to this stepper the enrichers and validations defined on the submit transition.

      • Workflow: This option is available for all workflows. The wizard converts each business view used into a task to a stepper, as in the previous option. Besides, it converts the workflow to the new format, using for each task the newly created steppers. Enrichment and validations are added to the steppers and/or workflow transitions to reproduce the original behavior.

    • Select Actions to automatically create, in the entity’s default actions set, the authoring actions (create, edit, etc.) corresponding to the options enabled in the original workflow. These actions use either the stepper or workflow created by the wizard.

    • Select Delete to delete the original workflow. Note that this action cannot be undone.

  5. Click Finish. The upgrade wizard converts the original workflows according to your choices.

You can only upgrade workflows in open model editions.
You can run again the workflow upgrade process on any workflow that has not been deleted by the wizard.
The Delete option deletes the selected data authoring workflows. This operation cannot be undone.
When all v3.x data entry workflows are converted and deleted, the File > Upgrade v3.x Data Entry Workflows menu option automatically disappears.

Recommended Actions
Review and test the new workflows and steppers after the upgrade to make sure the new behavior corresponds to the original functional requirements.

Duplicate Management Workflows

After a model upgrade, the duplicate management workflows that existed in a version before version 4.0.0 are not automatically upgraded. They are preserved in a hidden form in the model.

The duplicate management experience in version 4 now uses a dedicated design-time artifact, the Duplicate Manager, duplicate management actions defined in action sets to review, confirm, merge or split duplicates and suggestions.

Refer to applications for more information about duplicate managers and action sets.

Required Action
A wizard helps you upgrade original workflows into duplicate managers after completing the model upgrade. Model designers must use this wizard to recover and convert their workflows.

Upgrading Duplicate Management Workflows

To upgrade duplicate management workflows:

  1. In the Semarchy Application Builder, open the model edition containing the workflows to upgrade.

  2. Right-click the model node in the Model Design view and then select Upgrade v3.x Duplicate Management Workflows…​.

  3. Review the notice in the About Workflow Upgrade step and then click Next.

  4. The Workflow Upgrade step shows the existing duplicate management workflows.

    • Select Upgrade for each workflow that you want to upgrade. Each workflow upgrades to a duplicate manager, using the default display card, form, and collection from the entity.

    • Select Delete to delete the original workflow. Note that this action cannot be undone.

    • Select Actions to automatically create, in the entity’s default actions set, the duplicate management actions using the duplicate manager created by the wizard.

  5. Click Finish. The upgrade wizard converts the original workflows according to your choices.

You can only upgrade workflows in open model editions.
You can run again the workflow upgrade process on any workflow that has not been deleted by the wizard.
The Delete option deletes the selected duplicate management workflows. This operation cannot be undone.
When all v3.x duplicate management workflows are converted and deleted, the File > Upgrade v3.x Duplicate Management Workflows menu option automatically disappears.

Recommended Actions
Review and test the new duplicate management actions after the upgrade to make sure the new behavior corresponds to the original functional requirements.

Survivorship and Override for Matching Entities

ID and fuzzy matched entities (also known as UDPK and SDPK entities) now support overriding data values on golden records. When data authoring operations are performed in these entities, the data authored (Authoring Data) by the users is separated from the data loaded from external publishers (Source Data).

The consolidators have evolved into Survivorship rules, and support two phases:

  • Consolidation (using a Consolidation Rule), merges the data loaded from the publishers in the SD_ tables.

  • Override (using an Override Rule) applies possible data overrides authored by users on top of the consolidated data.

The survivorship rules allow implementing simply the pattern into which users fix consolidated values and/or create directly golden records in matching entities, without having to rely on matching and consolidation rules. There as now used only for the data loaded from external publishers (Source Data)

For more information about survivorship and override, refer to Survivorship.

Consolidators Upgrade

The upgrade process automatically performs the following changes in your models:

  • Consolidators upgrade to Survivorship Rules:

    • For Record-Level Consolidators, a single default survivorship rule is created with a consolidation rule corresponding to the original consolidator.

    • For Field-Level Consolidators, one survivorship rule is created per field, with a consolidation corresponding to the field’s original consolidator.

    • For all the upgraded survivorship rules, the override strategy is set by default to No Override.

  • Consolidation strategies upgrade:

    • The Any Value consolidation strategy is converted to a Custom Ranking strategy with no Raking Expression.

    • Other strategies remain unchanged.

  • Additional Changes

    • An additional Master ID Survivorship Rule is automatically created to consolidate the master record IDs into the golden record, with the Custom Raking consolidation strategy and no raking expression. This corresponds to Any Value.

Recommended Actions
Model designers should review the new survivorship rules and modify them according to their functional requirements, possibly adding override rules.

They should also consider:

  • Aggregating multiple single-attribute rules into multi-attribute rules, for attributes sharing the same consolidation strategy and sharing the same override strategy.
    Keep in mind that attributes within the same survivorship rule are always overridden simultaneously. As a consequence, an override on one of their attributes causes an override on all of them.

  • Creating a default survivorship per entity that applies to all attributes not taken into account by other rules.

Changes for the Certification Process

Publishers dedicated to data entry are no longer supported. The authoring data is already separated from the publisher data. These publishers should no longer be used in any of the rules involved in the certification process.

Required Action
Model designers should review and re-design matchers and consolidators handling a combination of consolidation and authoring. They should split the logic into the two elements of the survivorship rules:

  • Consolidation Rules must only handle data flows consolidated from the publishers

  • Override Rules must only handle user changes performed after the consolidation phase.

Data authored by users are not enriched or validated for ID and fuzzy matching entities as part of the certification process. These records should be enriched and validated as part of the steppers into which users author the data.

Required Action
Model designers should review the enrichers and validations applied to data from data entry publishers, and modify the steppers used for authoring this data to enforce enrichment and validation at this level. For example, when the stepper completes.

Changes for Data Integration

  • SD_ tables now only contain source data from application publishers and should only be used in that sense. New SA_ tables contain records created for data authoring and overrides performed on golden data.

Required Action
Integration specialists should review data integration flows intended to publish data on behalf of users (using a data entry publisher), and consider publishing data in the SA_ tables instead of the SD_ tables.

Documentation Property

In this version, a Documentation property is added to entity attributes, complex types' definition attributes, references, matching, and survivorship rules. The documentation property supports the Markdown syntax for rich text. It provides detailed information to end-users using the generated application.

The Description property is not only used for describing/documenting model artifacts for model designers. Descriptions are no longer visible to end-users.

The documentation of an attribute/reference is used by default in all forms fields based on this attribute/reference. It is possible to override this inherited documentation in the form field.

The upgrade process automatically copies the content of the Description properties (which was visible to end-users before) to the Documentation property.

Recommended Actions
Model designers should review the documentation property on entity attributes, complex types' definition attributes, references, matching, and survivorship rules, possibly enhance it with markdown content. They should also review field documentation and possibly override the value inherited from the entity attributes.

Other Changes

Changes for Data Integration

Designers and integration specialists should be aware of the following table structure breaking changes:

  • Basic entities' SD_ and SE_ tables are renamed SA_ and AE_. Their structures remain unchanged.

  • GI_ tables no longer have a B_ERROR_STATUS column.

Required Action
Model designers and integration specialists must review all components, scripts, or data integration flows using these tables and columns and update them accordingly

Upgrade from Versions Before 4.0.0

This section applies to all installations upgrading from a version before version 4.0.0

Data Editions Decommission

The data edition feature is removed in this release. A data location now hosts one deployed model edition at a time and provides access to the current state of the data in the hub, based on the deployed model edition.

Changes for Deployment

  • The Data Editions view is renamed Data Locations and reorganized for a single deployed model and single data edition.

  • The deployment process for models and the management operations for data locations is simplified:

    • All operations related to data branches and data editions disappear.

    • Only one model edition is deployed at a time in a data location, and only data edition relies on this model.

    • All model edition operations on data location, that is installing a new model edition, updating an open model edition, or switching to an old model edition are replaced by a single Deploy Model Edition operation.

    • The Set Status to Maintenance and Set Status to Ready on the data location replace the Set Data Edition Status to Maintenance and Set Data Edition Status Back to Open.

  • Successive model edition deployments now appear in the Data Location view in a Deployment History node, showing the integration, installation, and purge jobs deployed with the model edition.

Recommended Actions
Production teams should review and update their deployment process instructions to match the simplified process and administration console changes.

Changes for Data Locations

Existing data in closed data editions is removed from the data locations. Only data from the latest data edition is preserved in each data location.

Required Action
Model designers and integration specialists should review any component that accesses or uses data using data editions, taking into account the removal of all previous data editions.

Changes for the Certification Process

  • SemQL still supports the FromEdition, ToEdition and BranchID built-in attributes in existing clauses, but they are made deprecated, and will always return BranchID=0, FromEdition=0, and ToEdition=null.

  • The :V_DATABRANCH and :V_DATAEDITION built-in platform variables remain but are deprecated and both return 0.

  • The DataEdition Job Notification property is deprecated and returns the default value 0.

Recommended Actions
Designers should review their SemQL clauses and remove deprecated built-in attributes.

Changes for Data Integration

The B_BRANCHID, B_FROMEDITION, B_TOEDITION columns are dropped from all tables.

Required Action
Model designers and integration specialists should review any component that accesses or uses the data location tables in SQL, and remove any use of these columns: Integration jobs, SQL statements, PL/SQL functions called from SemQL, etc.

The PL/SQL INTEGRATION_LOAD integration package remains backward compatible. New versions of the functions not using data branch and edition are added to and replace the old ones.

Recommended Action
Integration specialists should review any component that uses these functions, and remove deprecated parameters.

For more information about table structures and the integration package, refer to Data Hub Table Structures.

Post-Consolidation Validations

Post-consolidation validations, running on consolidated data, are no longer removing golden records. They only flag these records as erroneous, yet keeping them as golden records.

Changes for Applications

Golden data now includes records failing post-consolidation validations. A new ErrorStatus built-in attribute indicates whether the golden record has passed successfully or not validations. Possible values include:

  • VALID if the record has no error.

  • ERROR if the record has errors

  • a <NULL> value also indicates a record with no error.

Required Action
Model designers should review their business views or queries to filter (using the ErrorStatus = 'VALID' OR ErrorStatus IS NULL SemQL clause) golden data and exclude golden records failing post-consolidation validation if such validations are used.

Changes for Data Integration

Designers and integration specialists should be aware of the following table structure breaking changes:

  • B_STATUS column is removed from the GI_ and MI_ tables.

  • A new B_ERROR_STATUS column is added to the GD_ table to flag the golden records failing a post-consolidation validation. Possible values include:

    • VALID if the record has no error.

    • ERROR if the record has errors

    • a <NULL> value also indicates a record with no error.

Required Action
Integration specialists should now assume that the GD_ tables must be filtered to only read the valid golden records (where B_ERROR_STATUS = 'VALID' or B_ERROR_STATUS IS NULL).

Error Storage

The storage of errors has changed in this release:

  • The error tables (SE_ and GE_) no longer host the entire erroneous record, but only the list of errors with a reference to the erroneous records (which data is stored in the SD_ and GD_ tables).

  • Both SD_ and GD_ tables now have a B_ERROR_STATUS flag indicating the source or golden record status. Possible values are:

    • VALID if the record has no errors,

    • ERROR if the record has errors,

    • RECYCLED for source records only, if the record was recycled and considered valid

    • OBSOLETE_ERROR for source records only if this record had errors but a newer version of the record fixed them.

    • a <NULL> value also indicates a record with no error.

  • The B_STATUS columns are renamed B_ERROR_STATUS.

  • The SE_ and GE_ tables no longer store the entire history of errors, but only the latest error instances.

Required Action
Integration specialists should review their error processing flows or scripts and respectively join data from the SE/SD tables (on B_PUBID, B_SOURCEID and B_LOADID) and GE/GD tables (on the Golden ID) to retrieve erroneous data along with the errors. They should also take into account the fact that the error tables only store the latest error instances.

Applications Upgrade

The structure and the content of the applications and application components have considerably changed between versions 3.x and 4.x. This section details how the repository upgrade converts original artifacts into new ones.

Display Cards

Display Cards replace the Display Name for entities.

The upgrade process automatically creates a default display card from the display name, reproducing in the primary text the concatenated string of the display name.

Refer to Display Cards for more information.

Recommended Actions
Model designers should enhance this display card, possibly configuring a secondary text, an avatar, and/or an image.

Collections

Collections replace Table Views for entities.

The upgrade process automatically upgrades all table views to collection supporting only a table view. The table columns are upgraded to the new version 4 components with a configuration reproducing the original appearance of the table.

Refer to the Collections for more information.

Recommended Actions
Model designers should enhance the upgraded collections, possibly configuring a display card, and alternate list and grid views. They should also review the resulting tables and change the columns' configuration to improve the appearance of their collections.

Form Views

Forms replace Forms Views for entities. Besides, forms now support a new layout system (using the flex model), multiple tables, embedded collection, and richer components.

The upgrade process automatically upgrades all form views to forms with a single tab. The form fields are upgraded to the new version 4 components with a configuration reproducing the original appearance.

The upgrade process preserves the organization of the forms into sections, but does not preserve the layout of fields and sections in the form.
Refer to Forms for more information.

Recommended Actions
Model designers should review and enhance the upgraded forms, fixing the layout and splitting long forms into multiple tabs. They should also review the field components' configuration to improve the appearance of their forms.

Business Views

Business Objects and Business Object Views are now merged into a single Business View design-time object, moved under the entity. This new artifact supports the features of both business objects and business object views.

The upgrade process automatically converts business objects and business object views to business views, recreating the references to the upgraded forms and collections.

Refer to Business Views for more information.

Recommended Actions
Model designers should review and enhance the upgraded business views. They can, for example, configure transitions for the embedded collections created when improving the upgraded forms.

Applications

Applications are now organized with folders and actions (such as browse, inbox, etc.) and a navigation drawer containing shortcuts to certain actions.

The upgrade process automatically upgrades the original application organization and re-creates the folder and actions structure to provide similar features.

Refer to Application Actions and Folders for more information.

Recommended Actions
Model designers should review and enhance the experience in the upgraded applications by adding icons, images, and colors to the actions created, and by adding advanced actions such as error browsing or record creation.

Upgrade from Versions Before 3.3.0

This section applies to all installations upgrading from a version before version 3.3.0.

Incoming Records Not Merging Singleton Golden Records

Customers who have upgraded to version 3.2 before version 3.2.4 may experience an issue with singleton golden records (for fuzzy matching entities) already in the hub not being merged with incoming records that match them. This issue is caused by a defect in the upgrade mechanism.

Required Action
Customers upgrading from version 3.2.0 through 3.2.4 should refer to the Knowledge Base Article that explains how to fix an existing upgrade.

New Reserved Keywords in SemQL

New capabilities added to the SemQL language introduce the following reserved keywords:

  • HAS: This token is used as an equivalent to the HAVE keyword as in any <child_entity_role> has ( <condition_on_child_entity> ).

  • NULLS FIRST, LAST: These keywords allow for NULLS FIRST and NULLS LAST clauses in custom ranking consolidators.

Recommended Action
After the upgrade, model designers should review and validate their models and make sure that no physical object is named using the new reserved keywords.

Integration Job Execution Scheme

The Integration Job changes from a "by entity" to a "by Phase" execution scheme. This means that instead of processing entirely each entity, for example, Customers then Contact, it now processes entirely each phase (Enrichment for all entities, then validation for all entities, etc). This change does not impact the outcome of the integration job.

Required Action
No action is required. Possible database operations started outside of Semarchy and assuming specific step sequencing, should be reviewed and updated as needed.

Upgrade from Versions Before 3.2.0

This section applies to all installations upgrading from a version before version 3.3.0.

Matching Process

In versions before 3.2, a matcher includes a single matching condition.
Starting with version 3.2, a matcher is composed of several matching rules and supports scoring for automated merge and confirmation. To reflect this new matcher and provide performance enhancements, the data certification job was re-designed and the data location structures have been modified.

Matching Rule Upgrade

When a model is upgraded, existing matchers are converted to the new matchers to deliver the same matching behavior:

  • The existing matcher for each entity is converted to a matcher with a single matching rule called Default, with a matching score of 100. This rule contains the old matcher’s binning expressions and matching condition.

  • The Merge Policy is configured with all the thresholds set to 0, so that all duplicate groups detected automatically merge.

  • The Auto-Confirm Policy is configured as follows:

    • Auto-confirm golden records threshold is set to 100. Merged duplicate groups are never automatically confirmed.

    • Auto-confirm singletons is checked. Singletons are automatically confirmed.

Recommended Action
After the upgrade, model designers should review their matchers to benefit from the new capabilities and enable automated merge and confirmation for the business users and data stewards.

Data Location Upgrade

When a data location is upgraded, the data structures are modified to support new matching rules, scoring, suggested merges, and auto-confirmation. See Data Hub Table Structures for more information about these tables.

Recommended Action
Customers consuming golden and master records from GD and MD tables and using duplicate management-related columns should review the new structures and propagate changes in their data integration flows.

Data Administrators should gather statistics on the data location schemas to make sure that subsequent processing use statistics updated with the updated structure and values.

Also, the existing records are upgraded with the following rules:

  • Golden records keep their existing IDs and confirmed/validated state.

  • Confirmed or unconfirmed golden records keep their status. This status is moved from the B_IS_VALIDATED column in GD tables to the new B_ISCONFIRMED column, and a new B_CONFIRMATIONSTATUS column provides a more detailed confirmation status in MD and GD tables.

  • Partially confirmed golden records (that is golden records with only part of their master records confirmed) are upgraded to Not Confirmed (B_ISCONFIRMED=0 and B_CONFIRMATIONSTATUS=NOT_CONFIRMED).

  • The existing duplicate management workflows remain, but the duplicates listed in these workflows disappear.

  • Golden records split and confirmed by the user are upgraded in an exclusion group.

  • A confidence score is automatically computed.

Recommended Action
Administrators and data stewards should review the upgrade rules listed above and should test the upgrade before applying it to their production environment. After the upgrade, data stewards should review the confirmation state of the duplicates and execute duplicate management workflows to confirm duplicates as needed.

Customized Search Forms

In versions before 3.2, all the default built-in search methods (full text, advanced, by form, and SemQL) were available in the business object views. Starting with 3.2, it is possible to create customized forms and define which of the search methods or customized forms are available in applications.

Recommended Action
After the upgrade, model designers should review and customize the search methods available in their applications.

Database Functions

Starting with version 3.2, it is possible to declare user-defined PL/SQL functions. By declaring these functions, designers make them available in the SemQL editor and avoid SemQL warnings raised by these functions.

Recommended Action
After the upgrade, model designers should declare all PL/SQL functions used in their SemQL clauses. By doing so, model validation will no longer raise a warning for these functions.

Reserved Physical Column Names

Before version 3.2, the attributes' physical column names could take any value. Starting with version 3.2.0, it is no longer possible to define physical column names starting with B_ as they may collide with reserved column names.

Models with physical column names violating this rule no longer pass model validation and each column will raise a validation error such as Invalid physical name: <column_name> matches the reserved pattern B_*.

Required Action
Before the upgrade, administrators should refer to the knowledge base article that explains how to detect, rename and upgrade the offending attributes.

Upgrade from Versions Before 3.1.0

This section applies to all installations upgrading from a version before version 3.3.0.

Model Privilege Grants for SemarchyAdmin

In versions before 3.1, the semarchyAdmin role had a hardcoded full access to the data on all models.
Starting with version 3.1 the privilege grant for this role is no longer hardcoded and can be modified.

When creating a new model, or upgrading an existing one, a model-level privilege grant is automatically created for the semarchyAdmin role with Grant full access to the model selected to keep the same level of privileges.

Recommended Action
After the upgrade, model designers may want to modify this privilege grant to reduce the privileges of the semarchyAdmin role on the data and prevent platform administrators from accessing data in the hub.

Model Privileges Grants for the Integration Services

In versions before 3.1, accessing the integration services required a role having platform-level read/write privileges to the data location. Starting with version 3.1, a specific option called Grant access to integration services appears in the model privilege grants to define whether a role can access this model’s data via the services.

This privilege applies to the SOAP and REST Service APIs.

When upgrading, roles that could access the integration services thanks to their privileges on the data locations will automatically have this option checked for the models deployed in the data location.

Recommended Action
After the upgrade, model designers may want to review and modify this privilege grant to prevent access to the integration services to certain roles.

Upgrade from Versions Before 3.0.0

Upgrading from a Semarchy xDM version before version 3.0 is not supported.