Redact error messages - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

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:

  1. 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

  2. Set the following property in the cust.prop file:

    ls.framework.ls.web.rest.restErrorMessageRedactorName="allText"

  3. 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.