Home » Developer & Programmer » Forms » Webutil error (10g oracle forms)
Webutil error [message #343351] Wed, 27 August 2008 00:44 Go to next message
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 #343353 is a reply to message #343351] Wed, 27 August 2008 00:46 Go to previous messageGo to next message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

Did you SUBCLASS the webutil.olb file to your form?
Re: Webutil error [message #343361 is a reply to message #343353] Wed, 27 August 2008 00:59 Go to previous messageGo to next message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

Look here http://www.orafaq.com/forum/t/123769/84678/
Re: Webutil error [message #343384 is a reply to message #343351] Wed, 27 August 2008 02:34 Go to previous messageGo to next message
durgadas.menon
Messages: 365
Registered: December 2007
Location: Nowhere
Senior Member
search for DDE components for excel you dont need to configure webutil for that..
Re: Webutil error [message #343417 is a reply to message #343351] Wed, 27 August 2008 04:30 Go to previous message
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 1659 times)
Previous Topic: Plz...i need help
Next Topic: form error
Goto Forum:
  


Current Time: Fri Mar 29 02:47:23 CDT 2024