When attempting to save a process model, an error message “An unknown error has occurred while saving the process model” appears and the changes to the process model are not saved:
An unknown error has occurred while saving the process model.
A 500 error can also be observed in the browser capture indicating the request was not successful.
A 500 error indicates an internal server error; that there is a misconfiguration at the Apache level. This error prevents the request from completing successfully.
For non-production environments: stop Apache. Disable mod_security in httpd.conf on Apache to allow the requests to go through. Restart Apache. Once you confirm the root cause, fix the conflicting mod_security rule.
mod_security
Caution: Disabling mod_security could potentially be dangerous for some systems. Please confirm with your Web Server Administrator before making any changes. Refer to Apache Docs for more information.
For production environments: make adjustments to the mod_sec rules based on the Apache logs.
mod_sec
This article applies to all versions of Appian using Apache as a web server.
Last Reviewed: December 2016