FME Version
Files
Known Issue ID | FMESERVER-16502 |
---|---|
Feature | Backup and Restore |
Product | FME Flow (formerly FME Server) |
Versions Affected |
2025.x 2024.x 2023.x 2022.x 2021.x 2020.x 2019.x |
Status | Workaround |
Issue
When attempting to run the backupConfiguration.fmw utility workspace, the workspace fails and the job log shows an HTTP 404 error. The error occurs both when trying to run the backup workspace manually or on a schedule.
Cause
This happens when migrating from an FME Server 2017 (or older) to a newer version. In the process of migrating, the shipped backupConfiguration.fmw workspace was replaced with the older FME Server's workspace. The old backupConfiguration workspace uses a now-defunct REST API GET request call: $(FME_SERVER_WEB_URL)/fmerest/configuration/migration/export.
Resolution
Go into the Utilities repository and delete the old backupConfiguration workspace. Download the workspace provided in this article and upload it into the Utilities repository. The HTTPCaller will contain the correct and updated POST request URL: $(FME_SERVER_WEB_URL)/fmerest/v3/migration/backup/download
Comments
0 comments
Please sign in to leave a comment.