REP-1804: Unable to open printer definition file HPL.prt

REP-0069: Internal error

REP-57054: In-process job terminated:Terminated with error:

REP-1804: Unable to open printer definition file '/apps/apps_st/appl/CUST_TOP/12.0.0/reports/HPL.prt'.


Solution :- 

Verify HPL.prt file location and copy HPL.prt file to ('/apps/apps_st/appl/CUST_TOP/12.0.0/reports/HPL.prt') path.

[applmgr@oracle ]$ locate HPL.prt

/apps/apps_st/appl/fnd/12.0.0/reports/HPL.prt

[applmgr@oracle ]$ cp /apps/apps_st/appl/fnd/12.0.0/reports/HPL.prt  /apps/apps_st/appl/CUST_TOP/12.0.0/reports/


Now retest issue.


No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...