Webutil Implementation Errors

Hi,
During implementation of Webutil,i am facing the following problems:
a)FRM-13008.
This is despite setting the FORMS90_BUILDER_CLASSPATH to d:/ORAHOME1/forms90/webutil/webutil.jar;D:/ORAHOME1//forms90/webutil/jacob.jar;D:\OraHome1\forms90\java\f90all_jinit.jar
b)On running the Sample form,the following error is comming,
WUC-18 Invalid server side file specification http://myserver:8888/forms90/f90servletwebutil/jacob.dll
In the above URL[b] "f90servletwebutil" appears strange.
In the webutil.cfg file the setting is :install.syslib.location=/webutil
c)Also despite making changes to the options in the webutil.cfg file like
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=D:\OraHome1\UPLOAD
transfer.appsrv.accessControl=TRUE
#List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=D:\OraHome1\UPLOAD
#List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=D:\OraHome1\DOWNLOAD
it is giving an error :
WUT-121 This file transfer has been forbidden by the Administrator
I have not signed both the webutil.jar and jacob.jar with the same digital certificate.Is it neccessary.
Regards
Deepak

PROCEDURE spelling_check IS
temp_value varchar2(32000);
curr_item_id item;
my_args CLIENT_OLE2.LIST_TYPE;
args CLIENT_OLE2.LIST_TYPE;
my_application CLIENT_OLE2.OBJ_TYPE;
tmp_mytext VARCHAR2(32000);
v_data VARCHAR2(4000);
v_field VARCHAR2(500);
BEGIN
v_field := NAME_IN('SYSTEM.CURSOR_ITEM');
v_data := NAME_IN(v_field);
IF NOT (get_item_property(:system.current_block || '.' ||
:system.current_item,UPDATE_ALLOWED) <> 'TRUE'
AND :SYSTEM.RECORD_STATUS not in ('INSERT','NEW')) THEN
/* Create a application */
my_application := CLIENT_OLE2.CREATE_OBJ('Word.Application');
/* Create a temp document to do the spell checking */
CLIENT_OLE2.INVOKE(my_application, 'FileNew');
/* Insert the text field into the temp document */
my_args :=CLIENT_OLE2.CREATE_ARGLIST;
curr_item_id := find_item(v_field);
CLIENT_OLE2.ADD_ARG(my_args,v_data);
CLIENT_OLE2.INVOKE(my_application, 'Insert', my_args);
CLIENT_OLE2.DESTROY_ARGLIST(my_args);
/* Invoke the spelling check */
CLIENT_OLE2.INVOKE(my_application, 'ToolsSpelling');
CLIENT_OLE2.INVOKE(my_application, 'ToolsGrammar'); --check grammar
/* Return correct text to Oracle forms */
CLIENT_OLE2.INVOKE(my_application, 'EditSelectAll');
tmp_mytext := CLIENT_OLE2.GET_CHAR_PROPERTY(my_application, 'Selection');
/* Release the CLIENT_OLE2 object */
args:=CLIENT_OLE2.CREATE_ARGLIST;
CLIENT_OLE2.ADD_ARG(args, 2);
CLIENT_OLE2.INVOKE (my_application, 'FileQuit', args);
CLIENT_OLE2.DESTROY_ARGLIST(args);
CLIENT_OLE2.RELEASE_OBJ(my_application);
/* The text brought back from word has control char, get rid of it */
temp_value := SUBSTR(tmp_mytext, 1, (LENGTH(tmp_mytext)-1));
copy (temp_value,v_field);
go_item(curr_item_id);
MESSAGE('There is no spelling error in your selected text based on MS Words dictionary.');
ELSE
MESSAGE('Field is protected against update');
END IF;
END;

Similar Messages

  • Cure for "501 Method Not Implemented" error at site in Firefox but not Chrome or IE?

    I am receiving a "501 Method Not Implemented" error message at a site in Firefox but not in Chrome or IE. How can this be cured?

    Do you get that error if you access the site or if you click a link to got to another page?
    You can reload the page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    See [[Keyboard shortcuts]] and [[Mouse shortcuts]]
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • FUNCTION NOT IMPLEMENTED error when calling C# method from SAP, why?

    Hi,
    I've build a server stub in order to get SAP calling my own methods that exist in the C# world, for that I developed several methods in a class that extends SAPServer and then implemented them...
    I added the special custom properties needed (Abap Name, length, etc) to the function and to its parameters, I've made the ABAP code required to call it...
    I've checked, every parameters that I place in ABAP (importing, exporting and tables) are also defined in C# (its 53 parameters) with the same name (in C# they are in capital letters and in a diferent order but I tried this before and it didn't matter)...
    The name of the function is the same...
    How can I get the 'FUNCTION NOT IMPLEMENT' error in SAP?
    What's going wrong when I get this error?
    Can anyone tell me?
    Is there any place in this site that has a error description and possible reasons?
    When I get a parameter wrong I get a different error (I tried to make smaller functions and they work fine).
    Thanks for the help,
    Nuno Felino
    Message was edited by: Nuno Felino

    Hi,
    I'll explain what I'm doing:
    - we have a set of services made in a C and VB that are available using an API in C#, these services must be available to SAP. So I have a program that will see what parameters the API service requires and makes a proxy so that SAP can call these services.
    To do this I must map SAP types with C#, build the function signature and then implement it. So I cannot use the wizard to do this
    Now, back to the question, what kind of customer attributes I got wrong to get that exception? The most logic is the AbapName of the function but they are equal (the one called in SAP and the one in the customer attributes of the function)...
    Thanks for the answer, can you give me any more hint?

  • 501 not implemented errors

    Hi,
    In our portal some users are getting 501 not implemented errors in some front pages.After refreshing everything works fine.Any body have any idea?How this can be solved?
    Regards
    Imran

    HI
    Error Message:
    Error 501/505: Not implemented or not supported.
    Translation:
    This error may occur when using Internet Explorer in Windows XP to view a Web page. This error can be caused by either having the HTTP 1.1 setting enabled or by an interference with Internet Explorer by a third-party product. Since there are some Web sites that still use HTTP 1.0, connection issues can arise if you have HTTP 1.1 enabled.
    Solution:
    The easiest fix for this error can be found if HTTP 1.1 is enabled. To fix the problem, simply disable HTTP 1.1. You can do this by clicking Tools in Internet Explorer and going to the Internet Options menu. Go to the Advanced tab and uncheck the box next to Use HTTP 1.1. Click OK and test to see if the issue is resolved. If you have resolved the issue, do not proceed with the following steps. If the error still remains, go back to the Tools menu in Internet Explorer and select Internet Options. Next, click the Advanced tab and check the box next to u201CShow friendly HTTP error messagesu201D and click OK. The next time this error occurs, a more detailed error message should appear to tell you which program is interfering with the proper display of the Web page. The more friendly error message will say something to the effect of, u201CHTTP version not supported by program name,u201D where program name is the name of the program that is preventing the Web page from displaying correctly. You can either remove this program to attempt to solve the problem or you can contact the manufacturer of the program to see if there is a fix available.
    Regards,
    vijay.

  • Intermittent 501 Not Implemented Errors

    Just wanted to ask if anyone else had come across intermittent Error 501 -- Not Implemented Errors while using PeopleTools 8.51? We are using PeopleTools 8.51.02 and have come across this a few times in both campus solutions and financials (same tools versions).
    Any ideas or suggestions on what might be causing it? Signs tend to suggest and AJAX related problem.

    PeopleSoft has also published this resolution on My Oracle Support (MOS) - E-PIA: PeopleTools 8.50 and 8.51 - Intermittent "Error 501--Not implemented" Messages when Navigating to a Page Using IE7 or IE8 Browser. Doc ID : 1337266.1

  • Webutil - java error

    hi,
    I have to tried to use Webutil package to my forms that is mentioned in the Webutil Familiarization Manual.I wrote a section in my formsweb.cfg file.But it gave me the error in the below link:
    [http://img11.imageshack.us/img11/1277/err1.jpg]
    My system is,
    OS : Win Server 2003 R2
    Forms : 11g
    Database :11g R1
    Webutil : 1.0.6
    Java : 1.6.0 update 12
    My formsweb.cfg section is;
    envFile=default.env
    pageTitle=Oracle Forms 11g tutorial
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    archive=frmall.jar
    baseHTML=webutilbase.htm
    baseHTMLjpi=webutiljpi.htm
    form=WU_TEST_106.fmx
    separateFrame=false
    lookAndFeel=Oracle
    width=1000
    height=650
    logo=no
    userid=kerem/kerem@okul
    webutil.cfg file;
    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
    java Console Log:
    Java Plug-in 1.6.0_12
    Using JRE version 1.6.0_12 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\keremburak
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    RegisterWebUtil - Loading WebUtil Version 11.1.1.1
    Loaded image: jar:http://kerem:9001/forms/java/frmall.jar!/oracle/forms/icons/splash.gif
    Loaded image: jar:http://kerem:9001/forms/java/frmall.jar!/oracle/forms/icons/bgnd.gif
    Forms Session ID is ..8
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.1
    Loaded image: jar:http://kerem:9001/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Ignored exception: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
    Also,registry and other environment settings were done.
    In my opinion,it can cause by Jacob.jar file or signature jar files.Have you got any different idea?
    Regards.

    hi,
    I signed both of them with the same batch file.When I signed frmwebutil.jar,extra two files came out as their names are frmwebutil.old and frmwebutil.sig.. When I signed jacob.jar file,extra one files came out as its name is jacob.old but there isnot any .sig file.Also,while it was signing the jacob.jar file,these lines were displayed as below:
    C:\Oracle\Middleware\asinst_1\bin>sign_webu til.bat C:\Oracle\Middleware\as_1\forms\jacob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> alr
    eady exists
    There were warnings or errors while generating a self signing certificate. Pleas
    e review them.
    Backing up C:\Oracle\Middleware\as_1\forms\java\jacob.jar as C:\Oracle\Middleware\as_1\forms\java\
    jacob.jar.old...
    1 file(s) copied.
    Signing C:\Oracle\Middleware\as_1\forms\java\jacob.jar using key=webutil2...
    ..successfully done.
    what must I do?
    Edited by: Kerem Burak on 28.Eki.2009 12:12

  • Strange behaviour in ORacle Forms Webutil 106 / Error message WUC-14 WUC-12

    This is to inform you about a strange behaviour in Webutil V1.0.6
    Hosting environment is Oracle Application Server 10.1.2.0.2 on Unix Solaris 10
    Oracle Server 10.2.0.4.0 Enterprise Edition
    Client-envionment : Windows 2000, IE 6
    I created an Forms based application which reads in certain text files into the database using
    Webutil. The data will get changed using the application with logic and lateron a different textfile
    will be transmitted using either ftp or it may be created on the client side (again with Webutil).
    This solution worked perfect for some time (a year or so) using CLIENT_TEXT_IO...
    Hoewever, during the week, I recognized users coming up with the statement that the download
    to the local client does not worked anymore in certain situations. The system is producing an error-msg
    on the Form in the following sequence :
    WUC-14 [getFromObjectCache] ...
    WUC-14 [getFromObjectCache] ...
    WUC-12 [FileFunctions.newLine()] ...
    I traced the session and traced WebUtil, was able to reproduce the problem but could not find out the source
    of it in the first place.
    Hoewever, it came out, that part of the file being created on the client is a "¿" sign : hex :$BF
    This was already part of the file being read in the first place, so the value is stored in the database.
    There is no problem when reading a file having a content like this with CLIENT_TEXT_IO but there obviously is one
    when writing it to the local client.
    The file is getting processed on the client and gets closed with CLIENT_TEXT_IO.FCLOSE.
    After the FCLOSE statement is getting processed, the above errors occurs, The length of the produced file is then : 0 bytes ^^
    Whenever facing a problem like this check the content of the file you are trying to create.
    Workaround was :
    - set workingDirectory in formsweb.cfg
    - using Forms based TEXT_IO rather than CLIENT_TEXT_IO to create the file on the backend side (Apps-server)
    - implement WEBUTIL_FILE_TRANSFER.AS_To_Client_With_Progress to download the file to the client
    In order to make it a little bit "colourful" I implemented a bean with progressbar when creating the file on the back end side
    Works perfect... and looks nice :)

    XeM wrote:
    Hi Andreas,
    install.syslib.location.client.0=webutil\syslibi found the above line over google but when i check my webutility configuration file i didn't found it there. I added this line after the line i have mentioned in previous post but this also not worked. And then i worked on changing permission over folder.
    HI XeM
    Your adding location is ok. But i suggest try something different. Change the above line to
    /* i'm confuse with the \ or / *\
    install.syslib.location.client.0=\webutil
    or
    install.syslib.location.client.0=/webutilAnd do the following work In the client
    1. Close ALL open browsers.
    2. On the client machine search all directories for webutil.*properties and delete all instances of that file.
    3. Delete d2kwut60.dll, JNIsharedstubs.dll, and jacob.dll from the JRE\bin directory.
    4. Clear the JRE jar cache. This can be done several ways, but using the Java Control Panel is likely the easiest and safest.
    Now stop the OC4J instance and start again and try at client...
    Hope this works...
    If works... please post the solutions.
    Hamid

  • CrystalReportViewer: "Missing parameter values with implemented error event

    I'm using the CrystalReportViewer in APS.net (C#), and try to display a report in it.
    I've implemented the error event of the viewer to show the user a different error message than the viewer itself does.
             this.CrystalReportViewer.Error += new CrystalDecisions.Web.ErrorEventHandler(CrystalReportViewer_Error);
          protected void CrystalReportViewer_Error(object source, CrystalDecisions.Web.ErrorEventArgs e)
             var msg = "Error in CrystalReportViewer\r\n{0}".FormatInvariant(e.ErrorMessage);
             throw new InvalidOperationException(msg);
    But.... Now if I want to show a report that has parameters in it, the parameter page does not appear before the report itself. How can I make my code work (without removing the implementation of the error event), so the viewer first shows the parameter page, before showing the actual report?

    And in the Page_Load method:
    this.CrystalReportViewer.Error += new CrystalDecisions.Web.ErrorEventHandler(CrystalReportViewer_Error);
    I've done this so i can show my own error page to the user of the website. Otherwise the CRViewer shows his own error, and I do not want the user of the website to see this 'technical' error.
    So i've implemented the CrystalReportViewer.Error method:
    protected void CrystalReportViewer_Error(object source, CrystalDecisions.Web.ErrorEventArgs e)
       // Missing parameter values.
       var discardToShowParameterPrompt = (e.ErrorMessage.ToUpperInvariant() == "Missing parameter values.".ToUpperInvariant())
         || (e.ErrorMessage.ToUpperInvariant() == "Ontbrekende parameterwaarden.".ToUpperInvariant());
       if (discardToShowParameterPrompt)
          _Log.Debug("The parameter screen should be displayed now.");
       else
          var msg = "Error in CrystalReportViewer: {0}".FormatInvariant(e.ErrorMessage);
          throw new InvalidOperationException(msg);
    If I load a report with no params in the report, the page shows immediately the report.
    If I load a report with params in the report, the params page is shown, the user can enter the param values, and after pressing OK, the report is shown.
    If an error occurs (for example the report cannot connect to the database), the viewer does NOT show the error (because i've implemented the _error event) but my code throws an InvalidOperationException, and this is handled by code so the error is logged to a file, and the user gets a user friendly message on the website.
    If i do not implement the _error event, the user will see the technical error in the crystal reports viewer.
    If I comment out the code where I'm looking for the string "Missing parameter values." (or "Ontbrekende parameterwaarden") the parameter page will not be shown, and an error will be thrown by the Crystal Reports viewer.
    If I put e.handled = true in the _error event, and there is an error (for example the database cannot be found), no error will be thrown, and there is nothing to see in the viewer.
    So for now the only way to get the params page is to implement the _error event the way i've done in the above code, checking the error message on a string value.

  • Unable to locate the LMS's API Implementation-Error in Content Player

    Dear Guys,
    when I am playing the content in content player of Authering environment we get the following error "Unable to locate the LMS's API Implementation" ,
    Should any API be implemented explicitly?
    How can we resolve this error?
    Regards,
    Shamila.

    Hi Shamila!
    As I mentioned, you need to consult your content developer to debug this issue. In the course content(i.e. flash file) there are references to the SCORM API. These when imported in to AE loose the reference. For instance, if you have something like this .. parent.api.<some scrom function> and the parent (window or frame) has the SCORM API. This reference might be getting broken when the course package is imported in to AE. The content developer need to make changes in the code to ensure the reference to the API is changed.
    Please let me know if you require further guidance on this.
    Regards,
    Ravi Sekhar

  • Could not resolve to a component implementation error

    I am using the SuperImage component from
    http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best- option-orhow-i-made-my-flex-images-stop-dancing/
    The problem I am having is that when I try to use this
    component in a TileList ItemRenderer, I recieve the error Could not
    resolve <qs:SuperImage> to a component implementation.
    In my Application tag, I use xmlns:qs="qs.controls.*" which
    allows me to use the SuperImage component anywhere else, but the
    error occurs when I use it in a Component.
    I have searched for an answer but could not find anything
    that worked. Can anyone help me figure out what is wrong? Below is
    the code where the error occurs.
    <mx:TileList>
    <mx:itemRenderer>
    <mx:Component>
    <mx:VBox>
    <qs:SuperImage/>
    <mx:Label/>
    </mx:VBox>
    </mx:Component>
    </mx:itemRenderer>
    </mx:TileList>
    Thank you for any help.

    Why would Component not be able to find the package, but
    everywhere else in the same file can?
    If I add <qs:SuperImage/> right before the TileList, it
    works correctly. Is there a way to specify the classpath for
    Component specifically? I wasn't able to find a way to do
    that.

  • Startworkflow : method not implemented error

    Hi,
    I am using the following code to run a stored procedure. But every time the stored procedure is called, I get a message that the Startworkflow method is not implemented. But still the procedure is called and everything works fine. Can you please provide
    a solution to solve the error
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.MasterDataServices.WorkflowTypeExtender;
    using System.Data.SqlClient;
    using System.IO;
    using System.Xml;
    namespace MDSWorkflowExtender
        public class MDSWorkflowExtender : IWorkflowTypeExtender
            public void StartWorkflow(string workflowType, System.Xml.XmlElement dataElement)
                // Open a connection on the workflow database.
                SqlConnection workflowConn = new SqlConnection(@"Data Source=.; Database=DWH; Integrated Security=True");
                // Create a command to call the stored procedure that adds a new user to the workflow database.
                SqlCommand executeCommand = new SqlCommand("dbo.xxxxx", workflowConn);
                // Execute the command.
                workflowConn.Open();
                executeCommand.ExecuteNonQuery();
                workflowConn.Close();
                throw new NotImplementedException();
                

    workflowConn.Close();
    // throw new NotImplementedException();
    Remove the "throw new NotImplementedException();" statement in your code as I have shown by commenting
    it out above.  That statement probably is a left-over from the template.

  • Webutil sign error

    Hi I am configuring webutil on xp machine with IDS 10g R2 and oracle DB 10g R2, I have followed the procedure and when signing the webutil I get the following error.. and after that when I run my form it hangs totally
    C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\devsuitehome_1\forms\java\fr
    mwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> alr
    eady exists
    There were warnings or errors while generating a self signing certificate. Pleas
    e review them.
    Backing up c:\devsuitehome_1\forms\java\frmwebutil.jar as c:\devsuitehome_1\form
    s\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing c:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\devsuitehome_1\forms\java\ja
    cob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> alr
    eady exists
    There were warnings or errors while generating a self signing certificate. Pleas
    e review them.
    Backing up c:\devsuitehome_1\forms\java\jacob.jar as c:\devsuitehome_1\forms\jav
    a\jacob.jar.old...
    1 file(s) copied.
    Signing c:\devsuitehome_1\forms\java\jacob.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    C:\DevSuiteHome_1\forms\webutil>
    Pls give me wayforward to overcome this error.
    Rgds

    sorry to mention...i tried both way.. here it is...
    I:\DevSuiteHome_1\jdk\bin>I:\devsuitehome_1\forms\webutil\sign_webutil.bat  I:\DevSuiteHome_1\fo
    rms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.io.FileNotFoundException: \.keystore (A required privilege is not held by th
    e client)
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up I:\DevSuiteHome_1\forms\java\frmwebutil.jar as I:\DevSuiteHome_1\forms\java\frmwebuti
    l.jar.old...
    *1 file(s) copied.*
    Signing I:\DevSuiteHome_1\forms\java\frmwebutil.jar using key=webutil2...
    jarsigner error: java.lang.RuntimeException: keystore load: I:\.keystore (The system cannot find
    the file specified)
    There were warnings or errors while signing the jar. Please review them.
    I:\DevSuiteHome_1\jdk\bin>

  • WEBUTIL : Security Error

    Hi ,
    I am using 10g developer suite . I am testing my forms in my own machine using OC4J.( so my own machine both appserver and the client ). I downloaded the example of webutil and all other functions is working except OLE . The demo form writes into a document file.
    When ever I do this , I get the error in my Java console.
    "java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
    What is the reason for this ? ( The setting seems to be OK as my other functions are working OK ). The document file provided along with the webutil asks us to OPEN the security feature in webutil.cfg file. I did so . These are my settings in webutil.cfg file.
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=d:\temp
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=d:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=d:\temp
    "

    Hi,
    Now , I am signing my files and using them . Still I am getting the same error. Perhaps what you told me is right .
    How can i check ( using other way ) whether the file i am using is Signed or not ? And that the Jinitiator is infact seeing the signature . We are using Jinitiator 1.3.1.17 and when i went to one of the subdirectories , I see a Keystore file with todays date.
    Is there any other way of checking the signature ? Also should i delete anything from the Cache . ( I delete Jar files from the cache ..is jinitiator also stored in cache ? )
    Many Thanks,
    Ramnath S.

  • Webutil demo error ORA-06508

    hi
    i have installed DevSuit10g(rel2) i downloanded demo for webutil i have configured every thing as described in the example but after run when i click the button GET CLIENT INFO i get the following error message.
    FRM-40375: WHEN-BUTTON-PRESSED trigger raised.....ORA-06508
    what can be the problem

    chk if u have followed following steps...
    1)     Login with user name under which u want to use webutil
    2)     Create package and package body webutil_db using file
    C:\DevSuiteHome_1\forms\create_webutil_db.sql
    Compile both of above things
    3)     Compile the file webutil.pll using Oracle Forms Compiler so webutil.plx gets created
    4)     In C:\DevSuiteHome_1\forms\server\forms.cfg , add line
    AliasMatch ^/forms/webutil/(..*) $ORACLE_HOME/forms/webutil/$1"
    5)     In C:\DevSuiteHome_1\j2ee\DevSuite\application-deployments\forms\formsweb\ orion-web.xml
    Add line
    <virtual-directory virtual-path="/webutil" real-path="C:\DevSuiteHome_1/forms/webutil" />
    6)     In C:\DevSuiteHome_1\forms\server\formsweb.cfg file add line
    WebUtilArchive=frmwebutil.jar,jacob.jar
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm.
    baseHTML=webutilbase.htm.
    7)     In C:\DevSuiteHome_1\forms\server\default.env file
    In FORMS_PATH variable add path of webutil.pll as
    FORMS_PATH=C:\DevSuiteHome_1\forms;D:\Projects\DBF
    (by default webutil.pll is under forms, but if we use in our own folder then path of that should also be appended as shown above.
    WEBUTIL_CONFIG=C:\DevSuiteHome_1\forms\server\webutil.cfg
    CLASSPATH=C:\DevSuiteHome_1\forms\java\frmwebutil.jar;C:\DevSuiteHome_1\jdk\jre\lib\rt.jar
    Note: The JACOB can be downloaded from libraries from http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    8)     Copy Jacob.dll and paste into C:\DevSuiteHome_1\forms\webutil
    9)     Copy Jacob.jar and paste into C:\DevSuiteHome_1\forms\java
    10)     Sign frmwebutil.jar and Jacob.jar files from command prompt
    Go to C:\DevSuiteHome_1\forms\webutil directory give command
    Sign_webutil C:\DevSuiteHome_1\forms\java\frmwebutil.jar
    After siging 1 file insign_webutil.bat file change SET JAR_KEY=webutil2 to SET JAR_KEY=webutil3. Then sigh the following file.
    Sign_webutil C:\DevSuiteHome_1\forms\java\jacob.jar
    11)     In webutil.cfg file add lines
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.accessControl=FALSE
    transfer.appsrv.read.1=c:\temp
    transfer.appsrv.write.1=c:\temp
    12)     In FORMS_BUILDER_CLASSPATH REGISTRY entry append following if not there
    C:\DevSuiteHome_1\forms\java\frmwebutil.jar;C:\DevSuiteHome_1\forms\java\frmall.jar;C:\DevSuiteHome_1\forms\webutil.pll;C:\DevSuiteHome_1\forms\webutil.pll; C:\DevSuiteHome_1\forms\webutil.olb; C:\DevSuiteHome_1\forms\webutil\jacob.dll;C:\DevSuiteHome_1\forms\java\jacob.jar;C:\DevSuiteHome_1\jdk\jre\lib\rt.jar
    13)     Copy ffisamp.dll file into C:\DevSuiteHome_1\forms\webutil\ directory (thie file is supplied with webutil demo)
    14)     In C:\DevSuiteHome_1\forms\server\formsweb.cfg file see if the following line is present if not then add/append the line archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    15)     Add line install.syslib.0.user.1=ffisamp.dll|40960|1.0|true into wenutil.cfg file

  • Webutil demo error

    Hi,
    I got this error when ran WU_TEST_106.fmb oracle.forms.webuitl_clientinfo GetClientInfor bean not found
    WEBUTIL_CLIENTINFO.
    Forms 10.1.2.0.2 and webuilt_106
    Thank you,
    JB.

    Bean not found usually means that the webutil jar file cannot be found. If you are trying to run from the Builder, you have likely not configured the Runtime parameters to include webutil.
    Try the following:
    http://yourServer:port/forms/frmservlet?form=<YOUR PATH AND FILE NAME TO WU_TEST_106.FMX>&config=webutil
    So, it will looks something like this:
    http://mikesMachine:8890/forms/frmservlet?form=C:\myForms\WU_TEST_106.FMX&config=webutil

Maybe you are looking for