Universal Data Mover Gateway 1.4.1 Release Notes

Universal Data Mover Gateway release 1.4.1.0 - September 29, 2023, contains the following high-level features. For a complete list of all the included features and fixes, please refer to Universal Data Mover Gateway 1.4.x Maintenance.

Protocols

Backlog

Title

Description

B-18292SFTP Server: support for the REMOVE and RENAME commands
  • The client action request is logged with an info message.

<timestamp> [INFO ] <server name>: ID: '<SSH session ID>' Received 'Remove' request on '<path>'
<timestamp> [INFO ] <server name>: ID: '<SSH session ID>' Received 'Rename' request on '<path>' with new name '<new path>'

  • Each command can be enabled or disabled individually for each local SFTP server


B-18293Web Transfer : support for the REMOVE and RENAME commands.
  • New options for rename and delete are available in the right-click menu.

  • The action request is logged with an info message.
  • Each command can be enabled or disabled individually for each local-auth server.

User Experience

Backlog

Title

Description

#34219Improve logging for SFTP hostbased authentication

SFTP server: log message with the received client hostname in the host-based authentication handshake. This is useful for troubleshooting connection issues and matching with the configured client host name value.
<timestamp> [TRACE ] <server name>: ID '<SSH session ID>' Hostbased authentication attempt from host '<client hostname>' for user '<username>'

Architecture

Backlog

Title

Description

B-17140Support for SQL Server Database

Microsoft SQL Server 2019 and  2022.

Universal Controller Integrations

New version 1.3.0 of UDMG File transfer task with the main features below, see the changelog for full details.

Backlog

Title

Description

#33358LIST remote files on SFTP 

new LIST action to retrieve the names of the files matching a wildcard pattern on a remote SFTP partner

#32993Logging of dynamic commandLogging of dynamic command processing in the agent log with TRACE level
#33065Error when monitoring too many child transfersMGET/MPUT: error is raised when monitoring of child transfers is skipped because the list is greater than "Max Files To Monitor": CHILD_TRANSFERS_NOT_MONITORED_WARNING with exit code 90
#33432API throttlingSupport for throttling the MGET/MPUT monitoring with the environment variable UDMG_CLIENT_MAX_THROTTLE_RATE. It sets the maximum number of calls per second to the UDMG API during the monitoring phase. Default is 60