Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rep-52266

ab424391iyMay 26 2011 — edited Jun 20 2011
hello.
i have problem when i need to run report from my form
where i need to run form from my computer standalone
i install just oracle database 10.2 and oracle developer suite on the same computer under windows xp
i make loopack and i run the report server by
rwserver server=rep_db5wvc4j
then i run oc4j
then i run my form
and i have button to call report have the next text

DECLARE
vv_username VARCHAR2(100);
USR VARCHAR2(30):=get_application_property(USERNAME);
PAS VARCHAR2(30):=get_application_property(PASSWORD);
CONS VARCHAR2(30):=get_application_property(CONNECT_STRING);
VC_REP_NAME VARCHAR2(100);
vv_connect VARCHAR2(100);
URL VARCHAR2(500);

BEGIN
vv_connect := USR||'/'||PAS||'@'||CONS;
select report_path||'luct_rep3.rdf' into VC_REP_NAME from PROFILE;
URL := '/reports/rwservlet?report='||VC_REP_NAME||'&userid='||
'&destype=CACHE&desformat=pdf&paramform=NO&maximize=yes';
URL := URL ||'&x1='||:x1||'&x2='||:x2;
web.show_document(URL);
END;
the next error is diaplay
REP-52266: فشل خادم Reports الجاري تشغيله rep_DB5WVC4J في البدء.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

please can you help me to solve my problem.
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2011
Added on May 26 2011
11 comments
437 views