The text for all unexpected error messages returned by REST APIs, and thus by the UI, can be configured to be redacted for security purposes. The error codes for the errors will still be reported, but the error messages themselves will be replaced by a message indicating to check the application logs. Errors for data flow execution related problems will still be reported correctly to the Errors panel.
To enable redaction of all error messages:
- Go to the cust.prop file, located at:
<Data360Analyze site configuration directory>/conf/cust.prop
For example:
C:/Users/<username>/Data360Analyze/site-7731/conf/cust.prop
- Set the following property in the cust.prop file:
ls.framework.ls.web.rest.restErrorMessageRedactorName="allText"
-
Restart Data360 Analyze for the changes to take effect.
Note that by enabling this feature, some UI features, especially with regard to configuration, may be affected and require the ability to consult the application logs to diagnose problems, for example authentication configuration.