Oracle Reports (MOSC)

MOSC Banner

ERROR 52251 it s urgent

edited Oct 6, 2009 4:28AM in Oracle Reports (MOSC) 8 commentsAnswered
 HI

i have error

REP-52251: 
									
									
Cannot get output of job ID 7016 you requested on Thu Sep 03 13:34:26 EDT 2009.<P>REP-51026: No output for job 7016
										
but the email is correct i receive the file by email correctly 									
									

when i run report from forms10g with run_report_objetc and web.show_document

this my code
*********

declare   

  pl_id PARAMLIST;

  pl_name VARCHAR2(10);

  rapport varchar2(8);  

  repid REPORT_OBJECT;

  v_rep VARCHAR2(100);

report_message  VARCHAR2(100)  :='';

rep_status VARCHAR2(100)  :='';

 vjob_id  VARCHAR2(4000)  :='';

  vc_url VARCHAR2(1000)  :='a' ;

BEGIN

                 

  pl_name :=  'temp';

  pl_id :=  get_parameter_list(pl_name); 

  IF NOT ID_NULL(pl_id) THEN

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