Skip to content
background-image background-image

CatalogDB Integration Error Reader

[ | version 3.2]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

This connector allows to download integration errors informations from CatalogDB database.

Storage data

This connector saves last read RecVersion property.

Storage format:

{
  "LastRead": "0x00000000000007D3"
}

Configuration

Connection String configuration

Connection string

Input data can be obtained with input data placeholders.

${input.DbName} will be replaced by value in DbName of the very first row.

CatalogDB Connection Error Params configuration

Database schema name

A schema is a collection of logical structures of data, or schema objects.

dbo

Number of attempts

Number of attempts to process data. Server try to execute command as many times as number of attempts is set.

Input & Output Schema

Input

Input schema is optional. When input schema is selected there must be JUST one entry contained.

Catalog Integration Error Input (ver. 1.0.0)

Column Data type Allow null Description
Entity string Yes Entity value for searching.

When Entity is not filled there are returned errors for all entities.

Output

Catalog Integration Error Output (ver. 1.1.0)

Column Data type Allow null Description
Entity string No Entity value of error stored in CatalogDB.
DataSource string Yes Data origin based on system or application.
ErrorType string Yes Error type value of error stored in CatalogDB.
DataJSON JSON Yes JSON value of error stored in CatalogDB.
CreatedDate DateTime No DateTime when error entry was created.
ErrorMessage string Yes Error message value of error stored in CatalogDB.

Release notes

3.2.0

  • Output schema description correction: 'CatalogDB Integration Error Input' corrected into 'CatalogDB Integration Error Output'.

3.1.5

  • Plugin binaries update as a result of included connector change.

3.1.4

  • Fixed shared nuget package versions.

3.1.3

  • Fixed right processing of nullable properties.