Using an Exception Table as a Source Table

If you want to publish data from an exception table and use that exception table as the source table, do not use the ADB_ERROR_TEXT or ADB_OPCODE column names. Instead, follow these guidelines:
  • Create a database view that mirrors the exception table; rename the ADB_ERROR_TEXT and ADB_OPCODE columns so that they do not begin with "ADB_."
  • After renaming the columns, use Publish By Reference Object and choose your view as the reference object.