Webutil error [message #343351] |
Wed, 27 August 2008 00:44 |
vijayendra.k
Messages: 11 Registered: August 2006
|
Junior Member |
|
|
Hi,
when i want to open an excel from forms using the link of my local forms i get this error (10g forms )
Oracle.Forms.Webutil.Ole.Olefunctions Bean Not Found. CLIENT_OLE2.create_obj will not work.
On searching in the net i found a solution
Solution
-- To implement the solution, please execute the following steps::
1.
Open the default.env file located in $ORACLE_HOME/forms/server
Add the following entry in the CLASS_PATH variable
CLASSPATH=value of ORACLE_HOME\jdk\jre\lib\rt.jar;
example
CLASSPATH=d:\ids10\jdk\jre\lib\rt.jar;
2.
In the default.env file, webutil_config needs to point to the following directory
WEBUTIL_CONFIG=The value of the ORACLE_HOME\forms\server\webutil.cfg
Example:
WEBUTIL_CONFIG=d:\ids10\forms\server\webutil.cfg
3.
Open the formsweb.cfg.
Location $ORACLE_HOME/forms/server
Add the webutil configuration section in the formsweb.cfg file
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
but even after following these steps the error is not rectified .
Can u please help me in rectifying this i have strted working on 10g forms recently. So please guide me in overcomin this
Thanks in advance,
Vijayendra.k
|
|
|
|
|
|
Re: Webutil error [message #343417 is a reply to message #343351] |
Wed, 27 August 2008 04:30 |
durgadas.menon
Messages: 365 Registered: December 2007 Location: Nowhere
|
Senior Member |
|
|
Vijayendra..please do not send private messages for topics which might interest others...people who might have similar problems will learn from the posts that are kept here..
to start with use the Help utility in your oracle forms builder (last option). Learn about DDE.INITIATE, DDE.REQUEST, DDE.POKE, DDE.EXECUTE, DDE.TERMINATE and all the other DDE. functions..
Attached are a few scripts which can act as a starting point. You will have to figure out how to use them
Do a little search and I am pretty sure you will get all that you want..If still you have problems then post the script
-
Attachment: scripts.txt
(Size: 2.10KB, Downloaded 1741 times)
|
|
|