Home » Developer & Programmer » Forms » WebUtil & Jacob Settings in AIX server (AIX)
WebUtil & Jacob Settings in AIX server [message #476184] Tue, 21 September 2010 23:53 Go to next message
sandip109
Messages: 5
Registered: January 2010
Location: India
Junior Member

Dear All
I am using forms 10G.
I have done the setting for webUtil and Jacob in my pc for browse button to be work and it is working fine .I am sending you the attachment ,which i followed for the configuration in my PC.

But can any one please tell me the steps for implement these things in AIX server so that everyone can use my form .I mean how to configure this to utility Webutil and Jacob in AIX server .


[MERGED by LF]

[Updated on: Wed, 22 September 2010 01:18] by Moderator

Report message to a moderator

WebUtil & Jacob Settings in AIX server [message #476186 is a reply to message #476184] Wed, 22 September 2010 00:05 Go to previous message
sandip109
Messages: 5
Registered: January 2010
Location: India
Junior Member

Dear All
I am using forms 10G.
I have done the setting for webUtil and Jacob in my pc for browse button to be work and it is working fine .I followed this steps -----------------------------
1.Download WebUtil
2. Download Java Com Library -jacob_18.zip
3. Extract both zips to some directory.
4. Copy
1) Copy From folder: webutil_106\webutil_106\java
1) frmwebutil.jar
2) forms_base_ie.js, forms_ie.js
To $ORACLE_HOME/forms/java Folder.
2) From folder: jacob_18
1) jacob.jar to $ORACLE_HOME/forms/java
2) jacob.dll to $ORACLE_HOME/forms/webutil
3)From folder: webutil_106\webutil_106\webutil
1) d2kwut60.dll, JNIsharedstubs.dll
2) sign_webutil.bat to $ORACLE_HOME/forms/webutil
4) From folder: webutil_106\webutil_106
1) webutil.olb, webutil.pll , create_webutil_db.sql to $ORACLE_HOME/forms
5) From folder: webutil_106\webutil_106\server
1) webutilbase.htm,
2) webutiljini.htm,
3) webutiljpi.htm
4) webutil.cfg To $ORACLE_HOME/forms/server

6) Then in $ORACLE_HOME/forms/server/formsweb.cfg
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar

if you use JRE plugin then this line also required
archive=frmall_jinit.jar,frmwebutil.jar,jacob.jar

WebUtilArchive=/forms/java/frmwebutil.jar,/forms/java/jacob.jar



7) In $ORACLE_HOME/forms/server/default.env file change the following entries
FORMS_PATH=C:\YourOracle_Home\forms;C:\YourOracle_home\forms\webutil

# webutil config file path
WEBUTIL_CONFIG=C:\YourOracle_Home\forms\server\webutil.cfg

Add frmwebutil.jar, jacob.jar into Classpath
CLASSPATH=C:\YourOracle_Home\forms\java\frmwebutil.jar;C:\YourOracle_Home\forms\java\jacob.jar


Cool Add frmwebutil.jar and Jacob.jar path entries into Windows Registry (Start > Run > type regedit and press enter) goto HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE > DEVSUITE_HOME > FORMS_BUILDER_CLASSPATH Variable.
Note: if you are using Linux then instead of this setup the environment variable.


9) Sign Webutil JAR files by running these following commands Make sure Form Builder is Closed
C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\frmwebutil.jar
C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\jacob.jar


10 ) Configuring Database:

1. Connect as Scott or your User
2. Run the script $ORACLE_HOME/forms/create_webutil_db.sql using SQLPLUS or any tool.

Setting up Form Builder:

1. Open Form builder Connect with SCOTT and in PL/SQL libraries open Webutil.pll file
2. File > Save as and Rename the file to different name e.g WebUtil_lib
(Trust me it works to avoid Webutil not found error) Smile
3. Compile the new PLL file and generate it
4. Attached the new named Webutil_lib.pll to your form with Remove Path option YES.
5. Open WebUtil.olb file Object group in builder and copy or subclass it into your form.

-----------------------------
But can any one please tell me the steps for implement these things in AIX server so that everyone can use my form .I mean how to configure this to utility Webutil and Jacob in AIX server .
Previous Topic: Forms 10g And SSO
Next Topic: How can i generate PDF Report from Form Developer 6i.
Goto Forum:
  


Current Time: Thu Sep 19 17:27:29 CDT 2024