Home » Developer & Programmer » Reports & Discoverer » How to run report in 10g (10 G forms and reports DS)
How to run report in 10g [message #353963] Wed, 15 October 2008 22:45
vikasg2006
Messages: 80
Registered: March 2006
Location: Dubai
Member
Hi, Bind to report sever repserver failed error is coming. I tried in so many ways but in vain. Actually i want to run one report (rdf) from 10g form, through button . I am using 10g forms and 10g reports developer suite 10.2..... something version.. But problem is , in form inside button i am using this code.

DECLARE
rep_url varchar2(2000);
BEGIN
rep_url:=‘/reports/rwservlet?server=repserv&report=reptest.rdf’||’&desformat=htmlcss&destype=cache&userid=scott/tiger@orcl ’||’&paramform=no’;
WEB.SHOW_DOCUMENT(rep_url,’_blank’);
END;

My question is.. Is application server is required.? I am using this in my home pc, not in client server m/c. and by using rwserver server=repser, i already install repserver. It also diaplay, pop up that your repserver is running. I want how to fix and is i am missing something? Anything/anychange in config files?
I am using window xp SP2, also, oc4j instance also running, rest what i forgot
Vikas

[Updated on: Wed, 15 October 2008 23:08]

Report message to a moderator

Previous Topic: can't getting the complete report
Next Topic: how to convert RDF output to excel output in APPS
Goto Forum:
  


Current Time: Sun May 05 18:37:11 CDT 2024