User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

MDM Web App Admin Center

This is a user guide for the MDM Web App Admin Center. The Admin Center is available at the /admin endpoint on the MDM Web App server URL.

For information about the the old Admin Center, see MDM Admin Center Extras.

Both the old and the new interface will be available concurrently for some time. Missing features will be gradually introduced to the new Admin Center in future releases.

Access

There are three level of access in the Admin Center:

  • No access: Users can log in but cannot view any information or make changes.

  • View-only access: Users can view available information including details about running operations and the server setup but cannot perform any actions or change settings.

  • Full access: Users can view available information including details about running operations and the server setup, perform any actions, or change any settings.

Access permissions are configured in the MDM Server Application Properties.

The left sidebar contains the following:

Admin Center left sidebar

The navigation panel can display one of the following statuses:

  • HA Mode: MDM is running in high availability mode.

  • HA Mode (Read-Only): MDM is running in high availability mode and the Admin Center has been accessed on a read-only node. The user should be redirected to the read-write node automatically.

  • Server in Read-Only Mode: The server is running in read-only maintenance mode.

HA mode indicator

If none of the above is displayed, the server is running in the default, read-write and single-node mode.

Tips

Hide the main navigation to expand the working area by pressing F or by clicking the icon in the header. The navigation subsections can also be collapsed by clicking.

Hide button

To filter, type three or more characters into the filter input field and press Enter or click Filter. To cancel filtering, click Clear filter.

Filtering in Admin Center

To sort the operations by name (ascending or descending), click the header cell of a column. The icon indicates what type of sorting is active.

Column header example

The last row of a table shows the number of pages and additional items available. The number of items shown per page can be customized using the three dots menu.

Customizing number of items per page

Interfaces

From this section, you can manage available batch operations, stream consumers, and event handlers, as well as find a list of native services that have been configured.

Load Operations

Shows a list of available batch load operations on a particular MDM server, their descriptions, last-run times, and average run duration. For more information, see Input and Output Interfaces > Adding a Batch Load Operation section in the documentation.

Load operations

Users with full access can run operations manually by selecting Run Operation. To avoid accidentally running resource-intensive operations, the average time to finish is displayed in the confirmation window.

Run operation window

Export Operations

Shows a list of available export operations, their descriptions, last-run times, and average run duration. For more information, see Input and Output Interfaces > Adding a Export Operation section in the documentation.

Export operations

Users with full access can run operations manually by selecting Run Operation. To avoid accidentally running resource-intensive operations, the average time to finish is displayed in the confirmation window.

Stream Consumers

Shows a list of available stream consumers together with their statuses and information about data consumption (the maximum size of the batch and waiting time in seconds). For more information, see Configuring Stream Consumers.

Stream consumers tab

Stream consumer status

  • Active stream consumers are reading, batching, and sending messages for further processing.

  • Disabled stream consumers are not reading messages. All unread messages are processed once the stream consumer is active again.

Users with full access can change stream consumer status by selecting Change Status.

Event Handlers

Shows a list of available event handlers and their descriptions and statuses. For more information, see Adding a Data Event Handler and Publisher.

Event handlers tab

Users with read-only access can view publishing details. Users with full access can also change event handler status by selecting Change Status.

Event handler status

  • Active event handlers are listening for data changes, storing them, and publishing them through linked publishers.

  • Paused event handlers are storing changes so they can publish them once they are active again. This has an impact on the memory consumption of the system as the changes are being stored.

  • Disabled event handlers are not monitoring changes at all, thus the changes cannot be published later.

Event handler publishing

Click View Publishing to view the event handler details page with individual runs of the event handlers and their statuses (see [Event Publishing]).

To change the status, select Change Status in the header.

Event handler errors

In case an issue occurs in any of the event handlers, a warning is displayed at the top of the page with details and a link to that particular event handler detail page. Event handlers that encounter an error are automatically paused.

Services

Shows a list of available services. SOAP services are listed in a table while the list of REST services is linked at the top of the page. The REST API is available by default.

To customize other types of services, see Configuring Native Services.

Services tab

SOAP and XML endpoint URLs can be copied to the clipboard by clicking Copy URL. The Show WSDL link (short for Web Services Description Language) opens a WSDL file for the particular service.

Monitoring

This section allows to browse the details of task execution, event publishing, operation plan, and runtime parameters.

Task Execution

Displays a list of all running, queued, and finished data processing actions, including user actions.

Task execution tab

Task status

Status Description

WAITING

Task in queue.

RUNNING

Currently being executed.

FINISHED_OK

Finished successfully.

FINISHED_FAILURE

Finished with a failure.

ABORTING

Task has been canceled by a user but is not yet terminated.

ABORTED

Task has been aborted by a user.

For task details, select the task ID or View Detail.

Task details

The task detail screen provides further information, including the list of subtasks, their start and finish times, the number of processed records per second, and the subtask result.

At the bottom of the page, you can find a list of related instances of event publishing.

Task detail tab

Subtask result examples

Result Description

33 change(s), 57 record(s) in

Number of changed records, total number of incoming records (change detection)

60 record(s)

Number of records at the start of a task (cleanse, validate, commit)

0 affected record(s)

Related records processing

2+0 record(s)

Number of records at the start of a task + number of records affected by processing (match, aggregate, copyColumns)

35+2→1 record(s)

Number of records at the start of a task + number of records affected by processing → number of record at the end of the task (merge)

SKIPPED

Task was not executed.

Event publishing

Displays a list of running and previously run instances of event handler publishing. For details, select the processing ID in the first column or View Detail. To view the parent task, select the Task ID.

Event publishing tab

Event publishing status

Status Description

RECEIVING

Receiving events from an ongoing transaction.

READY

Ready for publishing.

PUBLISHING

Ongoing publishing process.

PUBLISHED

Publishing is finished.

CORRUPTED

Temporary files are corrupted.

CRASHED_RECEIVING

MDM processing or Event Handler failed - temporary files will be removed.

CRASHED_ PUBLISHING

Publishing was not successful - when a publisher is activated, publishing continues.

Operation Plan

Shows the order of load operations defined in the Model used as an internal workflow of the MDM engine. You can also download the operations list for using Executor by clicking the link at the top of the page.

Operation plan tab

Column description:

  • Operation: Name of the operation.

  • Provides: Refers to the result of the operation.

  • Requires: Refers to the result of entity processing that must be completed before processing the current one.

  • Locks: Similar to database locks; useful for parallel processing (Read or ReadWrite access shown as well).

Runtime Parameters

Shows all runtime parameter values that are used by the engine as configured in runtime parameters.

Runtime parameters tab

Administration

Template Manager

This section displays the template status, error log, a list of loaded templates, and a list of entities without a template.

Template manager tab

Select Reload Templates to refresh templates, or Drop Templates to revert to standard templates.

Was this page useful?