Reference Data Profile (3.2)

In a Reference Data profile configuration, you can select the tables that should be available for query and editing via the Reference Data Management dashboard, or RESTful interface. For information about these interfaces, see Reference Data Management Dashboard (3.2) or RESTful Interface for Reference Data Management(3.2).

This profile is loaded when you start the Platform.

To create a new Reference Data profile configuration, click the New Configuration button from the Configuration dialog available from Build View (3.2), and then select Reference Data Profile from the menu.

The contents of the menus in the menu bar may change depending on which configuration type has been opened in the currently active tab. The Reference Data profile uses the standard menu items and buttons that are visible for all configurations, and these are described in Common Configuration Buttons (3.2).

To open an existing Reference Data profile configuration, click on the configuration in the Configuration Navigator, or right-click on the configuration and then select View Configuration.

General

The General tab is displayed by default.

Reference Data profile - General tab


SettingDescription

Database

This is the database the agent will connect and send data to.

Click the Browse... button to get a list of all the database profiles that are available. For further information see Database Profile (3.2). If changes have been made in the selected database, click the Refresh button to retrieve updated db metadata that will be reflected in the table selector when adding entries into the Tables section of the configuration dialog.

Info!

The Reference Data profile is supported for use with Oracle and PostgreSQL databases.

Enable Enhanced Logging

When you perform any of the following operations, entries are written to the System Log, and DB Ref event notifications are generated:

  • Commit changes to the database
  • Perform import operations

Select Enable Enhanced Logging to include information about executed SQL statements in the event notifications.

For more information about DB Ref events, see Reference Data Management DB Ref Event (3.2).

Tables

Configurations of selected tables are listed here.

Reference Data profile - Add Table Dialog


SettingDescription

Table

This is a table in the selected database.
ReadSelect this check box to enable read access to the selected tables. Users of the profile can query and export data.
WriteSelect this check box to enable write access to the table data. If Read is also selected, users of the profile can insert, update, delete and import data.
Last Update

Select this check box to enable the Last Update feature. Last Update allows users to specify two columns in the table that will be used to automatically record the username and timestamp of when an entry was updated.

Note!

When creating tables to include the User column and Timestamp column, ensure that these columns are not UNIQUE and does not have any PRIMARY KEY constraints.

The datatype for the User column should be set as VARCHAR and datatype of the Timestamp column should be set as TIMESTAMP.

User ColumnThis is to specify the name of the User column to be used for the Last Update feature. This column will be updated with the name of the last user to perform an operation on the record. This column can not be edited from Reference Data Management UI
Timestamp ColumnThis is to specify the name of the Timestamp column to be used for the Last Update feature. This column will be updated with the the timestamp when performing an operation on the record. This column can not be edited from Reference Data Management UI

To Add a Table 

Note!

Reference Data Management does not support tables that contain a column that has both GENERATED ALWAYS AS IDENTITY and PRIMARY KEY constraints. Having one or the other constraint in a column in your table will not affect Reference Data Management.

Note!

Modifications to a reference data entry are supported either on Oracle (based on ROWID pseudo column) or Postgres tables containing Primary Key constraint. Postgres tables without a Primary Key are not supported for data modifications.

Note!

Reference Data Management does not support the use of case sensitive identifiers.


  1. Click on the Add button.
  2. Select a table from the drop down list.
  3. Always select the Read access check box. If you want to enable editing of the table table, also select the Write access check box.
  4. If you want to enable Last Update, select the Last Update check box. Then fill up the User column and Timestamp column with the column names of your choice.

Advanced

In the Advanced tab, you can configure additional properties. You can use these parameters to tune the performance of database operations.

Reference Data profile - Advanced tab

Info!

prefetchSize determines the maximum number of records that can be exported via the Reference Data Management UI.