Informix Error -830
-830 Report not found.
The compiled report specification that you specified is not found in the current directory or in the directory that is listed in the DBPATH environment variable. Check the spelling of the name and the setting of DBPATH.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-830 fires when a compiled report specification isn't found in the current directory or any
directory listed in DBPATH — per the official guidance, the same two documented checks as
-828/-829, here for a compiled report.
- A misspelled report name, per the official guidance.
DBPATHnot including the directory where the compiled report file actually lives, per the official guidance.
Solutions / Resolution
- Check the spelling of the name, per the official guidance.
- Check the setting of
DBPATH, per the official guidance:echo "$DBPATH" - Confirm the compiled report file exists in the current directory or a
DBPATHdirectory.
Examples
Checking DBPATH and report file presence
$ echo "$DBPATH"
$ ls -l the_report.rep
Diagnostic Checks
- Check report-name spelling and
DBPATH's setting, the two documented checks.
Related Errors / Related Topics
- -828 — "Command file not found." The same
DBPATH/spelling-based restriction, for SQL command files. - -829 — "Form not found." The same restriction, for compiled forms.
Same DBPATH/spelling checks as -828/-829, here for a compiled report specification.