FME Version
Known Issue ID | FMESERVER-18314 |
---|---|
Discovered | 2022.0 b22339 |
Affects | 2022.0 b22338-40 |
Resolved | 2022.0 b22341 |
Symptom
After building an Automation when you try to save it, there is a continuous loading symbol and the save action never completes. If you exit the Automation, you'll see it listed on the Manage Automations page but when you try and view the contents it is empty.
Cause
This issue will occur if you are referencing an Output key in an Internal Action (e.g. Log Message, Filter Message or Run Workspace Action).
Resolution
Option 1: Implement Patch
- Download the attached fmeserver.war file
- Stop FME Server
- Backup the propertiesFile.properties located in <InstallDir>/Utilities/tomcat/webapps/fmeserver/WEB-INF/conf
- Backup the the fmeserver.war file in <InstallDir>/Utilities/tomcat/webapps
- Remove <InstallDir>/Utilities/tomcat/webapps/fmeserver
- Copy the fmeserver.war file downloaded from this article to <InstallDir>/Utilities/tomcat/webapps
- Start FME Server
- Copy the propertiesFile.properties from step 3 to <InstallDir>/Utilities/tomcat/webapps/fmeserver/WEB-INF/conf (overwriting the existing file)
- Restart FME Server
To check the patch has been applied correctly, go to FME Server and build an Automation that previously encountered the error e.g.
Trigger = Manual Trigger
Internal Action = Log aMessage where Formatted Message = Event as JSON
Confirm you are able to save the Automation.
Note: If you encounter a problem, revert this process by repeating steps 5-9 using the backup of the fmeserver.war taken in step 4, and contact Safe Software Support.
Comments
0 comments
Please sign in to leave a comment.