FME Version
Known Issue ID | FMEFLOW-23068 |
Feature | Backup & Restore |
Product | FME Flow |
Versions Affected | 2023.x |
Status |
Resolved 2024.0 |
Issue
The FME Flow System Backup action fails with the error below in the log file when trying to export connections:
929029:Unable to export: Error: null
This error may also occur when exporting an FME Flow Project that contains connections.
Cause
This issue is randomly caused when a database connection is modified in FME Flow. When the database password is saved, it is encrypted. If the resulting encrypted password contains certain special characters, it cannot be exported as part of a backup or project. At this time, only database connections are known to be affected by this issue.
Workaround
Avoid modifying database connections in FME Flow 2023. Use FME Form to modify the connection and republish it to FME Flow.
If you do not have many database connections, you can try the steps below. If your server has too many connections to make manual troubleshooting feasible, please submit a support ticket for assistance.
To find the database connections that are causing problems:
- In the FME Flow Web UI, create a Project with all your database connections.
- Try to export the project. Confirm that you receive the same error.
- Start removing connections from the package and try to export each time until the export is successful and you have found the connection(s) causing the problem.
- Note the connection settings, or export it from FME Form, so that it can be recreated later.
- Remove the problem connection(s) from FME Flow.
- Try to export the package again. If the export succeeds, retry the system backup via Backup & Restore > Create Backup and confirm it succeeds.
- Manually recreate the connection(s) in FME Form and publish them to FME Flow.
- Try to backup again. Confirm that the backup action still succeeds with the recreated connection(s).
Resolution
This issue has been resolved in FME Flow 2024.0, please upgrade if possible.
Comments
0 comments
Please sign in to leave a comment.