Home » Developer & Programmer » Forms » problem in calling the report in form (10g)
icon4.gif  problem in calling the report in form [message #459668] Mon, 07 June 2010 18:10 Go to next message
purelove
Messages: 32
Registered: May 2010
Location: bahrain
Member
hello all

i had search this fourm alot and i try every things!! but still the errors there@@@@!!!


my code:

declare
v_show_document VARCHAR2 (2000) := '/reports/rwservlet?';
v_connect VARCHAR2 (200) := 'userid=scot/tiger@connect_string';
v_report_server VARCHAR2 (30) := 'rep_cs-oracle';
-- i make this server name by using this command:C:\DevSuiteHome_1\BIN\rwserver server=rep60 start >>when i started it getting to shutdowing directly!!!!! i don't know why

v_report_name VARCHAR2(100) := 'reportALL';
v_format VARCHAR2(12) := 'PDF'; -- PDF or SPREADSHEET
begin
v_show_document := v_show_document
|| v_connect
-- Report server
|| '&server='
|| v_report_server
-- Report name
|| '&report='||v_report_name
;
web.show_document(v_show_document);
end;





the error is:

before the browser is opened!! an error is occur is that:
javaw.exe -Enty point Not found
the procedure entry point kguuseg could not be located in the dynamic link library oraclient10.dll


then the browser is opened ,this error written in it:
REP-52266: The in-process Reports Server rep_cs-oracle failed to start.org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: SUN minor code: 204 completed: No
Re: problem in calling the report in form [message #459759 is a reply to message #459668] Tue, 08 June 2010 04:40 Go to previous messageGo to next message
purelove
Messages: 32
Registered: May 2010
Location: bahrain
Member
????
Re: problem in calling the report in form [message #463921 is a reply to message #459759] Mon, 05 July 2010 03:31 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Sorry that I have been so long in replying. Have you solved your problem?

Is this your first report/form?

What operating system are you using on your PC? If you are using Vista or Windows7 (windows seven) then you need to use the Sun supplied JInitiator and not Oracle's.

Have look through these:

JInitiator
http://www.oracle.com/technology/software/products/developer/htdocs/jinit.htm
Running JInitiator on Vista Desktops
http://blogs.oracle.com/stevenChan/2009/03/running_jinitiator_on_vista_desktops.html
http://www.orafaq.com/forum/t/142699/67467/
Another Vista installation thread is here.
http://forums.oracle.com/forums/thread.jspa?threadID=587743&start=0&tstart=0
Running on Windows7 (Windows 7) Desktops
http://forums.oracle.com/forums/thread.jspa?messageID=3856744
Lots of installations assistance
http://forums.oracle.com/forums/thread.jspa?threadID=587743&start=0&tstart=0

David
Previous Topic: TNS : Unable to connect to the destination
Next Topic: Installer SHUTDOWN
Goto Forum:
  


Current Time: Fri Sep 20 09:55:35 CDT 2024