run migrated report6i from Oracle forms 10g [message #299576] |
Tue, 12 February 2008 08:08 |
gangadhar4599
Messages: 4 Registered: October 2007 Location: Hyderabad
|
Junior Member |
|
|
hi,
am migrated Forms & Reports 6i to Oracle Forms & Reports 10g.
after migrating am unable to run the report from Form.
i changed all the relavent code in Form 10g.
it is showing the error. i.e
Server name or Jobid.
i tried in 2 ways to find the jobid.. but it is still showing the same error..
here am used to find the Jobid.
1) vc_rep_jobid := substr(v_report,instr(v_report,'_',-1)+1);
2) vc_rep_jobid := substr(v_report,
length('rep_mohahubkpcomp_ORaHOme_IAS')+2, length(v_report));
there is no problem in server name.
the below code is useing to display the O/P .
web.show_document ('/reports/rwservlet/getjobid'||vc_rep_jobid ||'? server='|| 'rep_mohahubkpcomp_ORaHOme_IAS.moh.gov.ae' ,
'_blank' );
any one can help in this am very thankful.
Regards
Gagan.
|
|
|
|