بتاريخ: 7 يناير 200917 سنة comment_146246 السلام عليكم يا اخوان انا استخدم ال10g طريقة ال webutil التنزيل الموجوده في المنتدى استخدمتها كلها كل الطرق الموجوده في المنتدى ولاكن لم تعمل ارجوا مساعدتي رجاً يااخوان ساعدوني والله استخدمة كل الطرق وانا الي اكثر من 4 شهور احاول كل يوم ولم انجح في تشغيل webutil يا اخوان ساعدوني ولكم جزيل الشكر تقديم بلاغ
بتاريخ: 7 يناير 200917 سنة كاتب الموضوع comment_146253 في الfrom تطهر الرسالة التالية oracle.fromswebutil.file file function not been not found webutil_file_file.delection_dialog_int will not workاخي شكرا لك l تقديم بلاغ
بتاريخ: 7 يناير 200917 سنة كاتب الموضوع comment_146254 وذالك عند استخدام client_get_file_name()شكرا لتعاونك معي تقديم بلاغ
بتاريخ: 7 يناير 200917 سنة comment_146257 Follow the following steps: note :566628.1 Oracle Forms - Version: 10.1.2MS WindowsMicrosoft WindowsGoalHow to install WebUtil on 10.1.2.x OAS on Windows ?Solution1)- Download Webutil files from the following link:- Webutil version 1.0.6( With Oracle developersuite 10.1.2.2 or higher , webutil 10.1.2.2.x will be automatically installed !)It is not recommented to use with Forms 10.1.2.2 or higher webutil version 1.0.6 !- WebUtil Demo from OTN- The JACOB libraries version 1.82)- Create folder “webutil” under%ORACLE_HOME%\forms3)- Copy the following files into %ORACLE_HOME%\forms\webutil :(a) jacob.dll ---> included in jacob_18.zip( ffisamp.dll ---> included in Webutil_demo.zip© d2kwut60.dll ---> included in webutil_106.zip, under webutil subfolder(d) JNIsharedstubs.dll ---> included in webutil_106.zip, under webutil subfolder(e) sign_webutil.bat ---> included in webutil_106.zip, under webutil subfolder4)- Copy the following files to %ORACLE_HOME%\forms\java :webutil_106\java \forms_base_ie.jswebutil_106\java \forms_ie.jswebutil_106\java \frmwebutil.jarjacob_18\jacob.jar5)-Sign the "jacob.jar"as follows:- start the command prompt- cd %ORACLE_HOME%\forms\java- set PATH=%ORACLE_HOME%\jdk\bin;%PATH%- %ORACLE_HOME%\forms\webutil\sign_webutil.bat %ORACLE_HOME%\forms\java\jacob.jar6)- Sign the "frmwebutil.jar"as follows: a)-For Forms 10.1.2.0.2: - start the command prompt - cd %ORACLE_HOME%\forms\java - set PATH=%ORACLE_HOME%\jdk\bin;%PATH% - %ORACLE_HOME%\forms\webutil\sign_webutil.bat %ORACLE_HOME%\forms\java\frmwebutil.jar -For Forms 10.1.2.2 or higher: 1)-Get frmwebutil.jar from an Oracle Developer Suite installation which has the same version as the OAS and then ,copy it to“%ORACLE_HOME%\forms\java”. OR Get the frmwebutil.jar file from the Patchset 10.1.2.x kit as described in the following note and then ,copy it to “%ORACLE_HOME%\forms\java” : Note 421930.1 - How to get FRMWEBUTIL.JAR from IAS/IDS Patchset 10.1.2.x Kit 2)-Then, sign the frmwebutil.jar using the same steps as (6-a) .Explanation:frmwebutil.jar 1.0.6 is available for use with Forms versions 9.0.4 and 10.1.2.0.2. However,starting with Forms 10.1.2.2,the version of frmwebutil.jar has to be the same as the running Forms version .frmwebutil.jar 10.1.2.2 or higer is included with Patchset 10.1.2.x, which is the base release (10.1.2.0.2) plus a Patchset applied. This frmwebutil.jar version gets installed on Oracle Developer Suite Home when the Patchset is applied but not with Oracle AS Home .6)-Copy the following files from webutil_106\server to %ORACLE_HOME%\forms\server- webutil.cfg- webutilbase.htm- webutiljini.htm- webutiljpi.htm7)- The following variable must be defined in %ORACLE_HOME%\forms\server\default.env:WEBUTIL_CONFIG=<ORACLE_HOME>\forms\server\webutil.cfg8). The following jars must be included in the CLASSPATH in forms/server/default.env:%ORACLE_HOME%\forms\java\frmall.jar;%ORACLE_HOME%\forms\java\frmwebutil.jar;%ORACLE_HOME%\forms\java\jacob.jar;%ORACLE_HOME%\jdk\jre\lib\rt.jar9)- The configuration file formsweb.cfg should have the following section :[webutil]WebUtilArchive=frmwebutil.jar,jacob.jarWebUtilLogging=offWebUtilLoggingDetail=normalWebUtilErrorMode=AlertWebUtilDispatchMonitorInterval=5WebUtilTrustInternal=trueWebUtilMaxTransferSize=16384baseHTMLjinitiator=webutiljini.htmbaseHTMLjpi=webutiljpi.htmarchive_jini=frmall_jinit.jararchive=frmall.jarlookAndFeel=oracle10)- The following virtual path must be defined in the %ORACLE_HOME%\forms\server\forms.conf file:AliasMatch ^/forms/webutil/(..*) "%ORACLE_HOME%/forms/webutil/$1"11)- Open webutil.cfg file and add the following lineAdd the following line :install.syslib.0.user.1=ffisamp.dll|40960|1.0|true below : install.syslib.0.7.1=jacob.dll|94208|1.0|true install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true 12)- In the webutil.cfg file ensure you have the linestransfer.appsrv.workAreaRoot=d:\temptransfer.appsrv.accessControl=FALSEtransfer.database.enabled=TRUEtransfer.appsrv.enabled=TRUE13)- Create a database user "Webutil" .14)- Run the script "create_webutil_db.sql" (included in webutil_106.zip file).15)- Create a file called d:\temp\downloaded_from_as.txt. Ensure you add text to this file.This is a test filewhich will be used to demonstrate loading files from the application server to the client.The Download testexpects this file to exist in this location on the Application Server.16)- Open forms builder and connect as "Webutil" user .Compile ALL" (shift-Control-K) form WU_TEST_106.fmb and webutil.pll ,then generate the fmx and plx using (Control-T).17)-Move the following files to %ORACLE_HOME%\forms :WU_TEST_106.fmxwebutil plxwebutil.olb© Run the Demo form WU_TEST_106 as the following to make sure that the installation went fine:http://host:port/forms/frmservlet?config=w...util/webutil@db(d) For more information ,go through the webutil documentation (specially "Runtime Setup Checklist" and"WebUtil Installation Steps").You will also find more describtion about the various webutil program units :Webutil Documentation 18)-You may also run the diagnostic test form described in the following note for furthur checking on the Webutil configuration :Note 553849.1Webutil Diagnostic Test Form For Checking Webutil Configuration /*********************************/ولو انت عملت كده فعلا اعمل recompile لل webutil.pll و webutil.olb من الفورم بلدير تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.