Home » Developer & Programmer » Forms » run migrated report6i from Oracle forms 10g
run migrated report6i from Oracle forms 10g [message #299576] Tue, 12 February 2008 08:08 Go to next message
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.
Re: run migrated report6i from Oracle forms 10g [message #299692 is a reply to message #299576] Tue, 12 February 2008 23:46 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
In future post the full code listing, not just fragments.

Search this forum for 'web.show_document'.

Make sure your report server IS running.

David
Previous Topic: Customized font display problem
Next Topic: Any one with e.g. import data from EXCEL file in to developer block
Goto Forum:
  


Current Time: Fri Sep 27 08:24:06 CDT 2024