IN THIS PAGE
Release |
Version |
Date |
Description |
---|---|---|---|
MOVEit Automation 2021.1 |
13.1 |
Oct 21, 2021 |
New release including SFTP library improvements, MySQL database engine conversion, improved email support. |
MOVEit Automation 2021.1.1 |
13.1.1 |
Jan 11, 2022 |
Security and feature updates including updated MySQL and log4j versions. |
MOVEit Automation 2021.1.2 |
13.1.2 |
July 7, 2022 |
Feature updates and bug fixes including improved file timestamp usage for tasks with SFTP sources, updated Amazon S3 bucket connections, and scheduler improvements. |
MOVEit Automation 2021.1.3 |
13.1.3 |
July 29, 2022 |
Bug fixes to improve directory parsing when using IPWorks. |
MOVEit Automation 2021.1.4 |
13.1.4 |
Aug 18, 2022 |
Bug fixes to provide IPWorks SFTP library updates. |
MOVEit Automation 2021.1.5 |
13.1.5 |
Sept 20, 2023 |
Service Pack to address security updates and fixed issues. For details, see Fixed Issues in 2021.5. |
What's New in MOVEit Automation 2021.1
The following new features and improvements were added to MOVEit Automation 2021.1.
SFTP Library Improvements
MOVEit Automation migrated to a new SFTP client code base. This change results in a more stable and dependable SFTP client for MOVEit Automation customers that access SFTP resources.
With the exception of custom directory parsing, the new SFTP client performs all of the tasks of the previous client. MOVEit Automation users that require custom directory parsing, which is used for a minor set of cases where an SFTP server returns its directory list in a non-standard format, can revert to the previous SFTP client. For more information, contact Technical Support.
MySQL Database Engine Conversion
When you install or upgrade a MOVEit Automation system using the bundled MySQL database, MOVEit Automation installs the standard InnoDB storage engine for greater reliability and scale. The data migration to the new InnoDB scheme is automatic.
When you upgrade to MOVEit Automation 2021.1 with the bundled MySQL Server, your database tables will be automatically upgraded to InnoDB. To successfully upgrade you must have free disk space on the database drive equal to at least three times the size of the current MOVEit Automation database.
Simultaneous Task Runs Count Update
MOVEit Automation administrators can set the Maximum Running Tasks limit to above 100. This update ensures that customers performing enterprise-level workloads can achieve maximum throughput. For more information, see System-Wide Task Settings. The maximum number of simultaneous tasks you can run is license-specific. Contact your sales representative for details.
A high number of simultaneous tasks, depending on your server specifications and the nature of the tasks, may cause poor performance.
Support for Embedded Images in HTML Emails
MOVEit Automation supports JPEG and PNG-format embedded images in HTML-formatted emails. Task creators have the option to include images in emails when adding Send Email as a Next Action in Traditional and Synchronization tasks, Send Email as a step element in Advanced tasks, or as a destination email attachment in Traditional and Advanced tasks. For more information, see Task Elements.
Additional Unzip Advanced Script Parameter
The Unzip Advanced built-in script was updated to include the UnzipAdvanced_DuplicateBehaviour parameter. This additional parameter allows users to choose how the script deals with duplicate files. For more information, see Unzip Advanced.
REST API Swagger URL Change
The REST API Swagger URL location was updated to https://<your-webadmin-server>/swagger-ui/
where <your-webadmin-server> is the hostname or IP address of the MOVEit Automation Web Admin.
This does not affect how any scripts you wrote connect to the REST interface of MOVEit Automation. It only affects you if you use Swagger to learn about the API.
Web Admin and Admin Console Support
MOVEit Automation 2021.1 supports both the MOVEit Automation Web Admin and the older MOVEit Automation Admin Console interfaces. The MOVEit Automation Web Admin interface was introduced with the MOVEit Automation 9.0 release.
If you are accessing the same MOVEit Automation server, most of the resources and capabilities available in one user interface are also available using the other user interface. For example, a MOVEit Transfer Host defined using the MOVEit Automation Web Admin user interface can be edited, deleted or used in a task while using the MOVEit Automation Admin Console user interface.
We recommend using the MOVEit Automation Web Admin user interface which allows access to several features not available in the MOVEit Automation Admin Console.
Feature or Function |
Web Admin |
Admin Console |
---|---|---|
Multi-Server Access |
Supported |
Unsupported |
Management Dashboard |
Supported |
Unsupported |
Task Logs |
Supported |
Unsupported |
FTP/S Proxy configuration |
Supported |
Unsupported |
Secure SMTP host configuration |
Supported |
Unsupported |
Secure POP3 host configuration |
Supported |
Unsupported |
PowerShell scripts |
Supported |
Unsupported |
Amazon S3 Hosts |
Supported |
Limited support: view-only |
Azure Blob Storage Hosts |
Supported |
Limited support: view-only |
SharePoint Hosts |
Supported |
Limited support: view-only |
Unicode support for task, host and user names and descriptions |
Supported |
Limited support: Supports extended ASCII characters for display. Cannot edit resources when Unicode names or descriptions are present. |
User/Permission Management |
Supported |
Supported |
SSH Host individual encryption algorithm configuration |
Supported |
Limited support: view-only |
Enhanced email notifications |
Supported |
Limited support: Users can see that there is an email with a recipient and subject but cannot view or edit the email. |
IP/User Lockout Policy |
Supported |
Limited support: Some administrative functions to unlock users and trust IP addresses. |
Note: To use the MOVEit Automation REST API, you must install the MOVEit Automation Web Admin. APIs are only available through the Web Admin server.
Fixed Issues
The following issues were fixed in MOVEit Automation 2021.
ID |
Category |
Fixed Issue |
---|---|---|
36131 |
Documentation |
The documentation was updated to reflect changes to the System Log Filename. Users can change the file name but not the location of the file. |
8962 |
Web Admin |
Task List and View Run History report sorting by size was updated to improve the sorting accuracy. |
30285 |
Web Admin |
The Script parameters description, configured as Global parameters, are now correctly displayed . |
30475 |
Sharepoint |
You can create a SharePoint host that requires a SharePoint online connection via a proxy server. |
31745 |
Web Admin |
MOVEit Automation can create root folders in MOVEit Transfer. The user must have administrative permissions on the target folder, and Subs permissions in the folder where the virtual folder is created |
47610 |
Documentation |
The documentation was updated to reflect changes to the DaysToKeepAudit parameter name format used in the Trim Statistics DB script. |
42888 |
Documentation |
The documentation was updated to provide additional information about running the unzip advanced script in traditional and advanced tasks. For more information, see Unzip Advanced. |
8932 |
REST API |
Improved error handling when a database timeout is encountered. |
8978/31846 |
Server |
Fixed date parsing for certain dates when using FTP and SFTP host types. |
8984 |
Server |
Disabled tasks are not run by the scheduler even if they contain a UNC host for which notifications are enabled. |
29858 |
FTP/FTPS, Web Admin |
Directory browsing of relative paths on certain FTP servers works correctly. |
31582 |
Groups |
The resource group task tab is correctly populated in Web Admin. |
35480 |
Hosts/FTP/FTPS |
The AS/400 directory parser works correctly with Unix format FTP directory list. |
35548 |
Traditional task |
When uploading to a MOVEit Transfer host from multiple destinations within a task, uploads proceed correctly even if a firewall blocks the |
35568 |
Scripts |
Tasks that call the Unzip Advanced script more than once will continue to completion. |
42854 |
POP3 |
POP3 email attachments are correctly downloaded. |
42862 |
Utilities |
|
47119 |
Advanced task |
Advanced tasks that contain only run task steps are permitted. |
47196 |
Hosts |
The edit source timestamps option is now available for AWS S3 and SharePoint type hosts. |
47556 |
Web Admin |
Cloning tasks in Web Admin successfully completes with escaped special characters in group names. |
47802 |
Hosts |
SharePoint hosts correctly implement timeouts. |
47830 |
Installer |
Product upgrades complete without issue if the TaskRuns table contains an empty string as the TimeEnded value. |
5353 |
Admin Console |
The Admin Console clears the FolderID field when a user navigates to the folders using the folder list and then manually edits the location path field in the Browse dialog box. |
28408 |
Scripts |
Using PowerShell, the MIStartTask script correctly interprets parameters. |
33103 |
Hosts |
Mounting UNCs does not hang, even if a referenced UNC server is unresponsive. |
35460 |
Advanced task |
Advanced Task matching for Unicode characters was updated for if statements. |
46699 |
Amazon S3 |
Advanced tasks that download from Amazon S3 configured with Delete file from original source complete as expected. |
48662 |
Hosts |
Upgrades to the SharePoint client provided support for downloading files with the " |
48812 |
Web Admin |
The Edit source timestamps option is only available to Admin users. |
42809 |
Hosts |
The date and filename are correctly parsed by the FTP Host when using custom directory list parsing parameters. |
49044 |
Scripts |
The Unzip Advanced built-in script was updated to handle duplicate files. For more information, see Unzip Advanced. |
43019 |
Web Admin |
Users who are only assigned to the MOVEit Log Group are granted view permission to all resources in the MOVEit Automation configuration. |
47066 |
Scheduler |
Disabled tasks do run immediately when they are enabled, the task will run at the scheduled time. |
48886 |
Web Admin |
Web Admin users can successfully browse DFS shares with custom credentials. |
49201 |
Macros |
Date increment macros such as [DD+] or [DD-] now work as expected when placed after a function macro. |
50716 |
Scripts |
Tasks running |
48367 |
Traditional task |
Users can now import or create tasks that have multiple Run Task actions. |
42885 |
Hosts, Tasks |
Tasks now transfer files from all successfully connected hosts, even if a failed host connection is encountered at any point in the transfer process. |
Fixed Issues in 2021.1.1
The following issues were fixed in MOVEit Automation 2021.1.1
ID |
Category |
Fixed Issue |
---|---|---|
51597 |
Install |
Library updates ensure that passwords are protected during installation. |
51379 |
Swagger |
Updates to the Swagger UI fixed character rendering issues. |
51336 |
Traditional task |
Users can browse to a folder with an ampersand (&) in the folder name. |
51688 |
SFTP |
Directory parsing completes successfully on the VanDyke SFTP server with the IPWorks SSH client library. |
51790 |
SFTP |
Updates applied to the SFTP client component in MOVEit Automation prevent SSH server failures if the SSH server is configured to use keyboard-interactive authentication. |
51896 |
Security |
The MySQL version was updated to 8.0.27 to prevent a security vulnerability. |
50207 |
SFTP |
The MOVEit Automation Server does not crash due to a high number of SFTP tasks. |
51963 |
SFTP |
The SFTPlib setting for a SSH/SFTP host, set at the host level, is respected. |
52147 |
Database, Security |
Updates were applied to MOVEit Automation to fix a security vulnerability. |
52171 |
Security |
Updates to MOVEit Automation ensure that the service does not crash when a specific scenario is encountered. |
52721 |
Security |
Updated log4j-api and log4j-to-slf4j to version 2.17.1. Note: These libraries were unaffected by the CVEs reported in December 2021 but were updated as a precautionary measure. |
53021 |
FTP, FTPS |
Builtin directory parser can now handle AS/400 host listings in the following date formats: DD/MM/YY or MM/DD/YY |
Fixed Issues in 2021.1.2
The following issues were fixed in MOVEit Automation 2021.1.2
ID |
Category |
Fixed Issue |
---|---|---|
58225 |
SFTP |
For tasks with SFTP sources, file timestamps are now correctly recorded in the state files using the source server's timezone rather than UTC. Note: This issue only affects MOVEit Automation 2021.1.1 (13.1.1). |
57085 |
Amazon S3 |
MOVEit Automation now connects to Amazon S3 buckets regardless of the region. |
8952 |
Scheduler |
The MOVEit Automation scheduler runs all tasks that are scheduled to run once. |
Fixed Issues in 2021.1.3
The following issues were fixed in MOVEit Automation 2021.1.3
ID |
Category |
Fixed Issue |
---|---|---|
59368 |
SFTP |
Directory parsing when using IPWorks was stabilized. |
Fixed Issues in 2021.1.4
The following issues were fixed in MOVEit Automation 2021.1.4
ID |
Category |
Fixed Issue |
---|---|---|
58355 |
SFTP |
The IPWorks SFTP library was updated to fix a key renegotiation timeout issue. |
58149 |
SFTP |
The IPWorks SFTP library was updated to provide extension negotiation (ext-info-c) support. |
53992 |
SFTP |
The IPWorks SFTP library was updated to prevent an access violation crash. |
Fixed Issues in 2021.1.5
The following issues were fixed in MOVEit Automation 2021.1.5
ID |
Category |
Fixed Issue |
---|---|---|
70013 |
Tasks |
Intermittent macro parsing-related crash fixed. |
72050 |
Security, SFTP |
The IPWorks SFTP library was updated to prevent potential vulnerabilities. |
72060 |
Tasks, Task logs |
Task logs include the installed MOVEit Automation version to assure version identification |
Upgrading
Upgrading to the latest version of MOVEit Automation ensures that you have access to the latest features, fixes, security updates, and usability improvements.
If you have a support subscription, upgrades are free. For licensing information, read this MOVEit License FAQ article.
Get the Installer and Activation Code
To get a MOVEit installer package:
- Log in to the Progress Customer and Community portal and select Product Downloads.
- Download the product package.
When you get your MOVEit product package from your Progress Community page, the activation code is embedded in the download file and is automatically applied during installation.
The activation code is also stored in the Product Downloads section of the Progress Community for reference.
- Before you run the upgrade installer.
- Review Upgrade Considerations. They identify useful tips and guidelines for existing MOVEit Automation or MOVEit Central users.
- It is a good idea to copy and save your current product serial number. This Progress knowledge base article explains how to find it.
Upgrade Paths
MOVEit Automation 2021.1 supports "direct upgrade" (upgrade by way of running the MOVEit Automation installer) for existing MOVEit Automation 2019 (11.0.0) and newer.
Use the Upgrade Path table below to determine the most efficient upgrade path from your current version to MOVEit Automation 2021.1.
The MOVEit Automation installer checks your version number and prevents upgrades from versions earlier than 2019 (11.0).
Your version |
Upgrade path |
---|---|
MOVEit Automation 2019 (11.0) or later |
|
MOVEit Automation 2018 SP2 (10.2) or earlier
|
|
Web Admin
When you upgrade to MOVEit Automation 2021.1, you must also update Web Admin.
- Web Admin 2021.1 works only with MOVEit Automation 2021.1
MOVEit Automation 2021.1 Web Admin verifies that the MOVEit Automation Server version is compatible during log on. Users cannot log on to the MOVEit Automation Server if the version is incompatible.
Upgrade Considerations
Latest features and improvements
For the most up-to-date information about the latest supported features and improvements, see What's New.
Hardware Requirements
Review the current MOVEit Automation Server Hardware Requirements and MOVEit Automation Web Admin Server Deployment.
System Requirements
MOVEit Automation requires certain software and hardware to ensure correct operation.
MOVEit Automation Server Requirements
These requirements apply to the supporting environment and operating system where you install MOVEit Automation server.
Before you install MOVEit Automation server, ensure your Windows server has the latest service packs and required updates installed.
Hardware Requirements
Minimum server requirements
- 4-core server-class CPU (For example: Intel Xeon 4-core 2+GHz)
- 8 GB RAM
- 250 GB or larger free disk space, depending on workload
- 100/1000 MB Ethernet interface (for TCP/IP traffic)
Server sizing considerations for MOVEit Automation
- Additional CPU cores and RAM when running more than 20 tasks concurrently.
- Free disk space should be sized based on the system log, task logs, and the expected number and size of files transferred.
- Using SSD or other high performance disk will improve overall task performance.
Note: MOVEit Automation requires a dedicated server or virtual machine. Do not install MOVEit Automation on a machine where other applications are installed.
Software Requirements
Supported Operating Systems for MOVEit Automation
- Windows Server 2019
- Windows Server 2016
.NET Framework
MOVEit Automation requires .NET 4.7.2. If the server does not have Internet access, you must install .NET by other means before you run the MOVEit Automation installation program.
Windows Server 2019 comes with .NET 4.7.2.
Supported Databases
MOVEit Automation server requires one of the following database platforms.
- MySQL (8.0.26) (included in the MOVEit Automation installation)
- Azure SQL Database
- Microsoft SQL Server 2019 Enterprise/Standard
- Microsoft SQL Server 2017 Enterprise/Standard
- Microsoft SQL Server 2016 Enterprise/Standard
Email Server
MOVEit Automation requires an SMTP server to relay server notifications and critical errors. You will be asked for an SMTP server and credentials during the install process.
If you do not have email server information at the time of install, you can use the MOVEit Automation Configuration Utility to add this information. For more information, see the MOVEit Automation Web Admin Guide.
Antivirus
The following major anti-virus engines are compatible with MOVEit Automation.
Anti-Virus Engines
Anti-Virus Scanner |
Latest Version Reviewed |
---|---|
McAfee Endpoint Security |
10.7 |
Sophos Endpoint Security and Control |
10.8.4.227 |
Symantec Endpoint Protection |
14 (14.0 RU1) Build 3752 (14.0.3752.1000) |
TLS Certificate
For use in production environments of the MOVEit Automation Server, you should install a TLS certificate from a trusted certificate authority. Apply the trusted certificate during installation or through the configuration utility.
Web Admin Server Requirements
MOVEit Automation Web Admin server application connects to the MOVEit Automation Server for configuration and reporting. The Web Admin server delivers a browser-based user interface for MOVEit Automation. You can navigate to the user interface from your local workstation using a web browser.
The Web Admin Server application can be installed on the same server as MOVEit Automation Server for a single-server deployment or on a stand-alone dedicated server.
For a comparison of features and functions supported on the MOVEit Automation Web Admin with the MOVEit Automation Admin Console, see Web Admin and Admin Console Support.
Supported Web Browsers
- Chrome
- Mozilla Firefox
- Microsoft Edge
- Safari
Other browsers may work with MOVEit but are not supported.
Web Admin Server Deployment
Single server
To install Web Admin on the same server as MOVEit Automation, follow the MOVEit Automation Server Hardware and Software guidelines.
Stand-alone server
If you install Web Admin on a dedicated stand-alone server, the following requirements apply:
- 2-core server-class CPU
- 4GB RAM
- 25 GB free disk space
- For supported operating systems, see MOVEit Automation Server Software.
TLS Certificate
For use in production environments of the Web Admin Server, you should install a certificate from a trusted certificate authority. Apply the trusted certificate using the installer.
Admin Console Requirements
The MOVEit Automation Admin Console is a desktop application that connects to the MOVEit Automation Server for configuration and reporting. The Admin Console must be installed on each local workstation that accesses the MOVEit Automation Server using the Admin Console.
For a comparison of features and functions supported on the MOVEit Automation Web Admin with the MOVEit Automation Admin Console, see Web Admin and Admin Console Support.
The following MOVEit Automation Admin Console requirements apply to the operating system where you install the Admin Console:
- MOVEit Automation server operating systems. For more information, see MOVEit Automation Server.
- Windows 10 (Professional and Enterprise)
Known Issues
This section details known issues and workarounds in MOVEit Automation 2021.1.
ID |
Category |
Known Issue |
---|---|---|
28751 |
SharePoint |
SharePoint files and folders containing the following special characters cannot be downloaded in MOVEit Automation. |
29879 |
SharePoint |
When an Office document is uploaded to SharePoint, SharePoint updates the document to store the SharePoint metadata that was added to the item in the library. This will cause the file size of the uploaded file to differ from the original file size. |
8982 |
Web Admin |
Non-admin users cannot import tasks in MOVEit Automation. To resolve this issue, non-admin users should use the Admin Console rather than the Web Admin to import tasks. For more information, see Import Tasks. |
|
Neverfail |
If the default task logs location in MOVEit Automation is changed, the task logs will not replicate in Neverfail. |
32589 |
Web Admin |
It is not possible to place the cursor after a table in a HTML email. |
35354 |
Web Admin |
There are inconsistencies in HTML email table cell padding across different email providers, resulting in variations in appearance. |
35361 |
Web Admin |
To achieve consistent fonts across email providers, format the text to use a specific font and font size. |
51379 |
REST API |
The Swagger interface displays unexpected characters. |
Licensees and Evaluators
Read the end user license agreement (EULA) before installing or using this product: Progress End User License Agreement
For more information, see the MOVEit License FAQ article.
Copyright Notice
© 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
These materials and all Progress® software products are copyrighted and all rights are reserved by Progress Software Corporation. The information in these materials is subject to change without notice, and Progress Software Corporation assumes no responsibility for any errors that may appear therein. The references in these materials to specific platforms supported are subject to change.
Chef, Chef (and design), Chef Infra, Code Can (and design), Compliance at Velocity, Corticon, DataDirect (and design), DataDirect Cloud, DataDirect Connect, DataDirect Connect64, DataDirect XML Converters, DataDirect XQuery, DataRPM, Defrag This, Deliver More Than Expected, DevReach (and design), Icenium, Inspec, Ipswitch, iMacros, Kendo UI, Kinvey, MessageWay, MOVEit, NativeChat, NativeScript, OpenEdge, Powered by Chef, Powered by Progress, Progress, Progress Software Developers Network, SequeLink, Sitefinity (and Design), Sitefinity, Sitefinity (and design), SpeedScript, Stylus Studio, Stylized Design (Arrow/3D Box logo), Styleized Design (C Chef logo), Stylized Design of Samurai, TeamPulse, Telerik, Telerik (and design), Test Studio, WebSpeed, WhatsConfigured, WhatsConnected, WhatsUp, and WS_FTP are registered trademarks of Progress Software Corporation or one of its affiliates or subsidiaries in the U.S. and/or other countries.
Analytics360, AppServer, BusinessEdge, Chef Automate, Chef Compliance, Chef Desktop, Chef Habitat, Chef WorkStation, Corticon.js, Corticon Rules, Data Access, DataDirect Autonomous REST Connector, DataDirect Spy, DevCraft, Fiddler, Fiddler Everywhere, FiddlerCap, FiddlerCore, FiddlerScript, Hybrid Data Pipeline, iMail, JustAssembly, JustDecompile, JustMock, KendoReact, NativeScript Sidekick, OpenAccess, PASOE, Pro2, ProDataSet, Progress Results, Progress Software, ProVision, PSE Pro, Push Jobs, SafeSpaceVR, Sitefinity Cloud, Sitefinity CMS, Sitefinity Digital Experience Cloud, Sitefinity Feather, Sitefinity Insight, Sitefinity Thunder, SmartBrowser, SmartComponent, SmartDataBrowser, SmartDataObjects, SmartDataView, SmartDialog, SmartFolder, SmartFrame, SmartObjects, SmartPanel, SmartQuery, SmartViewer, SmartWindow, Supermarket, SupportLink, Unite UX, and WebClient are trademarks or service marks of Progress Software Corporation and/or its subsidiaries or affiliates in the U.S. and other countries. Java is a registered trademark of Oracle and/or its affiliates. Any other marks contained herein may be trademarks of their respective owners.
This document was published on 14 September 2023 at 14:23
OCT
21
2021