Data Director 3.2.122 Release Notes

This version was released in April 2022 and includes the following improvements and bug fixes.

DD-218: Support sub string copy in CopyString

When using Conversion Type CopyString in Sub Job Transfer Field List to copy a string, it is possible to copy the string starting at certain letter. By default, a length value is used to first copy an X number of characters from the string. This new option lets you start at character Y and copy an X number of characters.

Put in Conversion String field "start;length"

Sample: 5;4 will return "Test" from string "The Test String"

LSTS-18015: fix object error on connection close

Fix object error on connection close in TransAutomClient when closing connection to Data Director Service

LSTS-19184: fix identity error on primary key field

Move PreAction caused identity error and handle empty string values in string values for WS Replication.

LSBS-915: fix error handling on failed link table query

Handle errors if Linked table query failed and display more usable error.

Fix Delete with filter other than primary key on ext tables

Error was caused if Delete filter includes fields that were not part of the Primary Key when deleted from Extension tables.