Oracle Reports (MOSC)

MOSC Banner

rep-108: File cannot be found. .

edited Mar 4, 2017 4:00AM in Oracle Reports (MOSC) 9 commentsAnswered

Hi,

I have migrated a report from 6i to 12c.

In the report there is a formula column that returns the path of an image file. Then in the  layout I have a field image that references this formula.

If the following select failed because the P_LOGO parameter is null I receive the REP-108 error, because report tries to load an image file not found.

The report is run from a form with run_report_object and could be that the parameter P_LOGO is null.

function CF_LogoFormula return Char is

  LOGO VARCHAR2(250);

begin

logo := '';

BEGIN

   SELECT VALORE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center