Universal File Mover Changelog

What's new in Universal File Mover 2.0.0.0

Mar 20, 2019
  • Added RemoveItems action – it removes items in a file from a source file.
  • For Global onerrorfail=”Y”, if the workflow with a Watch Action encounters an error with the delete on MQSend Action then the entire workflow will stop and the OnError will run.
  • For MQReceive Action, perform tokenizing of MQ_RECEIVE_FILE before calling ‘Default Execute’ (if used)
  • Renamed package from “biz.capitalware” to “com.capitalware”
  • Added support for the single combined MQ JAR file called: “com.ibm.mq.allclient.jar” (i.e. IBM MQ v8 & higher).
  • Fixed a bug with the installer putting scp1.xml and sftp1.xml in the wrong directory.
  • Updated to the latest release of JSch.
  • There are now 2 installers for Windows: 32-bit and 64-bit installers

New in Universal File Mover 1.2.2 (Dec 8, 2017)

  • Fixed an issue with Zip Action not honoring the createdir attribute
  • Fixed the reported filesize value for MQSend action
  • Added try/catch for MQ version check because not everyone uses UFM with MQ

New in Universal File Mover 1.2.0 (Mar 28, 2015)

  • The Remote FileName, Directory and JobName values will now be stored as MQ property which means UFM requires MQ v7 or higher. Added MQSend attribute ‘usev7prop’ for backwards compatibility.
  • Added code to make sure ${LOOP_COUNTER} token is processed before other tokens.
  • Fixed a bug with tokens DATE+## and DATE-##
  • Fixed a bug with ‘tofile’ attribute processing for Copy, Convert, Move & ReEncodeAction
  • Fixed a bug with ‘append’ attribute for WriteText and MQReceive
  • UFM now requires MQ v7.0 or higher

New in Universal File Mover 1.0.5 (Mar 13, 2013)

  • Fixed a null pointer exception when Status element is not specified within the Global element.
  • Added a wait in MQReceive Action for the child thread to close the queue and disconnect from the queue manager when run as a daemon or Windows Service.

New in Universal File Mover 1.0.4 (Mar 7, 2013)

  • Added MQ reconnection logic to MQReceive Action.
  • Added MQ reconnection logic to the StatusQueue functionality.
  • Updated the onerrorfail attribute for each action in the UFM_Workflow.dtd file to allow the onerrorfail attribute from the Global element to be used.

New in Universal File Mover 1.0.3 (Feb 22, 2013)

  • Fixed an issue with the Action’s checkObject not setting the error text in the GlobalErrorText.

New in Universal File Mover 1.0.2 (Feb 12, 2013)

  • Fixed an issue with the MQReceive action when the same file is received again but is smaller than the original.

New in Universal File Mover 1.0.1 (Dec 27, 2012)

  • Added new ReEncode Action to change the character encoding of a file
  • Fixed an issue with the Receive action using run=’S’ and putting an empty message to the backout queue