Previous Topic

Book Contents

Book Index

Known Issues in This Release

This section details known issues and workarounds in MOVEit Automation 2018.

ID

Category

Known Issue Description

MICEN-4924

Web Admin

Time display format does not immediately update to reflect user updated preferences.

To work around this issue, refresh the page.

MICEN-5098

API

API call is blocked at CreateItem when creating an item using xml with incorrect syntax as the current Java API does not validate XML.

To work around this issue, do not submit invalid configuration XML via the REST API.

MICEN-5362

Core

If an SSH Host used a specific host key before you upgraded from any prior version of MOVEit Automation (called "MOVEit Central" in previous releases) to 2018, then attempts to access that host via SSH will return a "Host fingerprint not valid" error.

Use the following workaround to resolve the issue.

Upgrade to MOVEit Automation 2018.

(You must be an administrator or have Add, Edit, Delete permissions for the affected SSH host to complete the required steps.)

Complete the steps as Web Admin or VBAdmin.

Web Admin steps:

  1. On the Host details page, click on the affected SSH Host name.
  2. On the General row, click Edit.
  3. To edit the Host Key settings, click Retrieve key from <Hostname/IP Address>.
  4. To save the changes, click Save.

VBAdmin steps:

  1. To open the Define SSH Host dialog box, click the affected SSH Host name.
  2. To edit the SSH Host Key settings, click the New button.
  3. To save the changes, click OK.

DEP-3859

Install - Repair

Web Admin does not start up after successful repair.

Typically, this occurs because the SSLPassword attribute was not populated during the repair. An indicator of this situation is when the MICAdmin process shows a status inconsistent with other MOVEit Automation processes (e.g., stopping, stopped) in Windows Task Manager.

To work around this issue:

  1. Use Window Control Panel to uninstall the MOVEit Automation Web Admin component.
  2. Re-run the MOVEit Automation installer and select Modify.
  3. When prompted, select MOVEit Automation Web Admin to be installed, and proceed with the re-installation.

MICEN-5801

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.

MICEN-6424

API, Web Admin, UI

Web Admin UI functionality is negatively impacted causing potential failures in the Web Admin UI when Web Admin UI and Swagger UI are open in the same browser.

This is caused by CSRF verification errors.

To workaround this issue, open either the Web Admin UI or the Swagger UI, or open the Web Admin UI and Swagger UI in two different browsers.

MICEN-6473

API

For Java API users. The class "com.stdnet.moveit.Utils" was renamed to "com.stdnet.moveit.MICUtils". Client programs that are using the class must update to continue to function correctly.

MICEN-6494

Web Admin

The Override Data Integrity Checking Rule on an Amazon S3 source does not function as expected. Do not use this option to overwrite the source code default setting.

MICEN-6489

API

Limited users cannot call the Audit report in the REST API.