Error 'splice_reports_filters" does not exist' while creating a new report on SAM

Solution In Progress - Updated -

Environment

  • Subscription Asset Manager 1.4

Issue

  • Error while creating a new report on SAM
PGError: ERROR: relation "splice_reports_filters" does not exist LINE 4: WHERE a.attrelid = '"splice_reports_filters"'::... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"splice_reports_filters"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum (ActiveRecord::StatementInvalid)
    Click here for more details.

Resolution

Use the enhanced reporting part of the installation documentation

Root Cause

The enhanged reporting installation steps were not executed.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments