The orcl_Exception.txt file contains two columns:
Exceptions Info—Contains row a where the exception is displayed as true or false, and row b where the exception string is placed
Exception Text—A computed column modified in the onPostProcess() method call that displays a message about the exception (Exception information is hidden when the exception text is displayed.)
Rows are counted in the table selected in EPM Workspace Alert Properties after the filter is processed to determine which syntax statement is displayed in the computed column of the orcl_Exception.txt table. When the filter is processed, the exception text displayed to the user is; for example:
exception.default=off exception.default.text=There were no Product Lines with excessive discount rates.
Note:
These lines of syntax are exported to the output.properties text file without headers.
From the orcl_Exception.txt table, the output.properties file is generated.
Following is an example of the text for exception items in the output.properties file:
exception.default=on exception.default.text=There were 1 Product Lines with an average discount rate over 25% as of Wednesday, September 13, 2006 15:12:05
Following is an example of the text for non-exception items in the output.properties file:
exception.default=off exception.default.text=No exception has occurred