Configure webutil on R12.1.1

Hi Friends,
I have an R12.1.1. Vision Instance.Please let me know how to configure webutil on this R12.1.1. Instance?
Regards,
DB

Hi,
Why you need to configure webutil in R12 instance?
Webutil configuration can be found at: http://www.oracle.com/webapps/online-help/forms/10g/state/content/navId.3/navSetId._/vtAnchor.BEGIN/vtTopicFile.web_util%7Cinstall~htm/
I am not sure if it is supported to configure webutil with 11i/R12 instance, so you may log a SR to confirm this with Oracle support.
Regards,
Hussein

Similar Messages

  • Problem while configuring webutil on oracle application server 10g(9.0.4)

    hi,
    I have configured webutil with oracle application server 10g(9.0.4).JInitiator 1.3.1.17 is installed.
    I did everything according to webutil manual.Then i developed a form using developer suit 10g (9.0.4).
    and successfully compiled and attached webutil library.then i subclass
    webutil object group from webutil.olb into my form,that is also
    subclassed successfully.Form has also been compiled and saved
    successfully.
    also configured my formsweb.cfg,forms90.conf,default.env according to webutil documentation.
    {color:#993366}Now when i run this form from client, it does not show form in the
    browser and shows a message on the client browser console as follows{color}.
    {color:#0000ff}*Applet oracle.forms.webutil.common.RegisterWebUtil*
    {color} {color:#993366}After this message,It does nothing and if i refresh browser,it shows following message in the browser' Console.{color}
    {color:#0000ff}*Applet oracle.forms.engine.Main notinited.*{color}
    Note:In the browser ,loading java applet is also visible.
    how should i resolve this problem?
    any suggestion?
    Its urgent.
    Regards,
    abbasyazdani

    Refer this metalink note,
    566628.1 How To Install Webutil on 10g Oracle AS
    [email protected]

  • Configure webutil in forms 10g

    Hi all,
    can anybody help me how to configure webutil in forms-10g (10.1.2)
    software config:
    OS: windows XP
    same system is itself application server
    Forms: oracle developer suite-10g
    database oracle 10g
    and i installed java 1.6.30
    while i am trying to sign the webutil following error is occured
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    ...successfully done.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\form
    s\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\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.
    plese help me how to resolve this

    nagaraj wrote:
    Hi all,
    can anybody help me how to configure webutil in forms-10g (10.1.2)
    software config:
    OS: windows XP
    same system is itself application server
    Forms: oracle developer suite-10g
    database oracle 10g
    and i installed java 1.6.30
    while i am trying to sign the webutil following error is occured
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    ...successfully done.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\form
    s\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\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.
    follow this
      Open a DOS command prompt.
      Add C:\DevSuiteHome_1\jdk\bin to the PATH:
         set PATH=C:\DevSuiteHome_1\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         C:\DevSuiteHome_1\forms\webutil\sign_webutil C:\DevSuiteHome_1\forms\java\frmwebutil.jarhope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • How to configure Webutil in Forms 10g

    Hi
    how can i configure webutil in forms 10g to execute Host command from client machinee..
    Thanks & regards

    check this
    http://www.oracle.com/technology/products/forms/htdocs/webutil/WebUtilFAQ.htm
    Rajesh Alex

  • Cannot configure webutil to run client_host command

    I am using WLS 10.3.5 with FMw 11.1.2 (Forms/Reports 11 Release 2), Forms Builder, Windows 7, Chrome browser
    1) every thing was working fine, i was creating forms and running them Ok.
    2) then, I want to use client_host command but i am unable to (as i could not configure the webutil package).
    runs fine: host('cmd /c E:\Oracle\file.pdf');
    does not compile: client_host('cmd /c E:\Oracle\file.pdf');
    3) I have searched the forums for this and the threads point to the webutil_106.zip.
    4) I have tried to configure webutil on my own by using the readme with this package: [http://www.oracle.com/technology/software/products/forms/files/webutil/webutil_106.zip], but i have messed up. Before trying to configure webutil, my forms 11g was running fine, but now when i run any form it gives me the following error window:
    Application Error
    classNotFoundException
    oracle.forms.engine.Main
    This is my first post in oracle forums, if i have missed any detail kindly guide me how to get it to you.
    Thanks
    Zuhayer

    Zuhayer wrote:
    This is my first post in oracle forums, if i have missed any detail kindly guide me how to get it to you.
    As salamualikum, Zuhayer
    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Oracle Forums FAQ
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>How to ask questions the smart way
    </ul>
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
    I am using WLS 10.3.5 with FMw 11.1.2 (Forms/Reports 11 Release 2), Forms Builder, Windows 7, Chrome browser
    1) every thing was working fine, i was creating forms and running them Ok.
    2) then, I want to use client_host command but i am unable to (as i could not configure the webutil package).
    runs fine: host('cmd /c E:\Oracle\file.pdf');
    does not compile: client_host('cmd /c E:\Oracle\file.pdf');
    3) I have searched the forums for this and the threads point to the webutil_106.zip.
    4) I have tried to configure webutil on my own by using the readme with this package: [http://www.oracle.com/technology/software/products/forms/files/webutil/webutil_106.zip], but i have messed up. Before trying to configure webutil, my forms 11g was running fine, but now when i run any form it gives me the following error window:
    Application Error
    classNotFoundException
    oracle.forms.engine.MainCheck this.Configure Webutil 11g at Windows
    Hope this helps
    Hamid

  • How to configure webutil in oracle application server 10g (9.0.4)?

    hi,
    i want to configure webutil for oracle application server 10g(9.0.4).
    how should i start?
    i have read the webutil mannual.it is bit tricky.
    i want step by step configuration.
    Any sort of help is appriciateable.
    Regards,
    abbasyazdani

    hi,
    In webutil directory structure,there r four folders,
    {color:#0000ff}doc
    java
    server
    webutil{color}
    and there are three files.
    {color:#0000ff}webutil.pll,webutil.old and create_webutil_db
    {color}
    In webutil mannual,it is written that we should extract this folder to forms90.
    But in forms90, there are {color:#0000ff}server and java folders.
    {color:#000000}should i replace forms90's sever and java folder with webutil's server and java folder?
    what should i do for this ?
    regards
    abbasyazdani
    {color}{color}

  • How to configuring webutil

    hi all,
    I'm new in forms now i'm trying to configure webutil in forms 10g, actually i search in this forum and i found this link
    http://baigsorcl.blogspot.com/2010/01/open-file-dailog-box-example-using.html
    for BaiG member but i stucked in this step and i need someone to explain it more
    7. Add frmwebutil.jar and Jacob.jar path into Registry of window into FORMS_BUILDER_CLASSPATH  Variable.what did he mean by Registry of window into FORMS_BUILDER_CLASSPATH Variable.
    thanks and regards

    hi Manu
    thanks for reply and clarification
    i test the first one
    D:\>d:\DevSuiteHome_1\forms\webutil\sign_webutil d:\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 d:\DevSuiteHome_1\forms\java\frmwebutil.jar as d:\DevSuiteHome_1\form
    s\java\frmwebutil.jar.old...
            1 file(s) copied.
    Signing d:\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.
    D:\>is this mean every thing it's fine??
    plz baig modify this two command in your website
    Edited by: user10947262 on May 6, 2010 3:57 PM

  • How to configure webutil 1.06 with oracle Developer suite 10g R2

    Hello everyone,
    My computer configuration is
    OS-> Windows 7 Ultimate (32-bit)
    RAM-> 1GB
    I have successfully installed oracle XE and developer suite 10g R2 in my computer. Now i want to configure webutil. Please give me the step-by-step procedure for it.
    Thanks in advance.

    hi
    plz search this forum u will find so many answered threads anyways.
    plz read the following.
    Webutil Settings
    Requirements
    ·     Download Jacob 1.8 archive and webutil  1.06
    (Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip 
       and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    webutil can be downloaded from http://otn.oracle.com )
    Database  Setup
         Login as SYS
          create user webutil identified by webutil
                  default tablespace users
                      temporary tablespace temp;
         grant connect, create session, create procedure, create public synonym to webutil;
         grant resource, connect to webutil;
         grant execute on dbms_lob to   webutil;
         login as webutl user  and  run
         create_webutil_db.sql
         create public synonym webutil_db for webutil.webutil_db;     
         grant execute on webutil_db to public;
              set serveroutput on
    declare
        a  boolean;
    begin
        a:=webutil_db.closeblob(1);
        If a then
            dbms_output.put_line('webutil/blob setup '||'TRUE');
        else
            dbms_output.put_line(' webutil/blob setup  '||'FALSE');
        end if;
    end;
    copy jacob.jar and copy  frmwebutil.jar  to ORACLE_HOME/forms/java directory.
        Make sure you can download these using the below
         http://machinename.com/forms/java/jacob.jar
         http://machinename.com/forms/java/frmwebutil.jar  
    Create  directory webutil under [OraHome]/forms/webutil and .
           copy jacob.dll , JNIsharedstubs.dll, d2kwutil.dll
           Check the permissions. Read /Execute
    Forms.conf   AliasMatch ^/forms/webutil/(..*)      
    $ORACLE_HOME/forms/webutil/$1"
              http://machinename.com/forms/webutil/jacob.dll 
              http://machinename.com/forms/webutil/JNIsharedstubs.dll
              http://machinename.com/forms/webutil/d2kwutil.dll  
    In the  default.env update
         WEBUTIL_CONFIG=/opt/oracle/product/10gas/forms/server/webutil.cfg
           CLASSPATH=c:\temp\webutil\lib\frmwebutil.jar;c:\"Program      Files"\Java\j2re1.4.2_06\lib\rt.jar  (Include rt.jar)
         Also include  C:\Dev10g\forms\java\ frmall.jar
    Settings for     webutil.cfg
         logging.file=c:\temp\webutil.log
         logging.enabled=TRUE
         logging.errorsonly=TRUE
         logging.connections=TRUE
         transfer.database.enabled=TRUE
         transfer.appsrv.enabled=TRUE
         transfer.appsrv.workAreaRoot=<Enter Directory /folder on Server>
         transfer.appsrv.accessControl=TRUE
         transfer.appsrv.read.1=<Enter Directory /folder on Server>
         transfer.appsrv.write.1=<Enter Directory /folder on Server>
    Entry in the formsweb.cfg
    [webutil]
         WebUtilArchive=frmwebutil.jar,jacob.jar
         WebUtilLogging=on
         WebUtilLoggingDetail=normal
         WebUtilErrorMode=Alert
         WebUtilDispatchMonitorInterval=5
         WebUtilTrustInternal=true
         WebUtilMaxTransferSize=16384
         baseHTMLjinitiator=basejpi.htm
         baseHTMLjpi=webutiljpi.htm
         #archive_jini=frmall_jinit.jar
         lookAndFeel=oracle
         form=WELCOME.fmx
         userid=webutil/Webutil$123@ORCL
         width=955
         height=545
         jpi_download_page=https://java.sun.com/products/archive/j2se/1.4.2_09/index.ht     ml
         jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
         jpi_codebase=https://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-     i586.     cab#Version=1,4,0,0
    jpi_mimetype=application/x-java-applet;version=1.4
    Sign jacob.jar ( Not mandatory )
       Open a DOS command prompt.
       Add [OraHome]\jdk\bin to the PATH:
          set PATH=[OraHome]\jdk\bin;%PATH%
       Sign the file, and check the output for success:
          [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar
    [Previously this point stated that frmwebutil.jar also needed to be signed. This is no longer necessary and should not be done.]
    Start Forms Builder and connect to a schema in the RDBMS used in step (4).
       Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
       If the PLX is not generated, the Webutil.pll library would have to be attached with
       full path information to all forms wishing to use WebUtil. This is NOT recommended.
    Create a new FMB.
           Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
            There is no need to Subclass the WebutilConfig object.
            Attach the Webutil.pll Library, and remove the path.
             Create a new button on a new canvas, with the code
                   show_webutil_information (TRUE);
       in a WHEN-BUTTON-PRESSED trigger.
            Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
       Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
                the "Application Server URL" is empty.
       Then append "?config=webutil" at the end, so you end up with a URL of the form
         http://server:port/forms/frmservlet?config=webutil
    Compile the webutil.pll and attach it to the fmb. Compile it
    Debugging
    Clear the browser cache and enable the jinitator / sun java plugin.
    For Sun Java Plugin
    Start ->Settings ->Control –Panel->Java->Advanced ->Show Java Console
    Debugging  ->Select All
                  Clear the plugin cache and once again access the URL. Make sure all the dlls,jar files
    are getting downloaded.
    FRM-92050   failed to connect to server /forms90/;90serlvet -1
       oracle.forms.net,connectionexeption : form session  failed during startup.
    Java console shows  -
    When you are not able to download the webutil.jar file
    java.lang.ClassNotFoundException:
    java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)     at
    java.security.AccessController.doPrivileged(Native Method)     
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    Cause
    Ensure that the  ORACLE_HOME  in the .Env file points to a correct home.
    Frm-40735 when-custom-item-event triger raised unhandled exception ora-06508
    Cause
    Ported webutil to Unix . The form appears , but when a call is made to webutil
    functions, it resulted in the above error .The reason was PLL was not compiled
    on unix .
    Reference
    Metalink Note 418970.1 ORA-06508 When Starting Webutil
    Read / Write - image file
    The code was not erroring out, but the image was not getting copied in the
    image item .
    Cause
    transfer.appsrv.workAreaRoot=<name of the temp directory >
    transfer.appsrv.accessControl=TRUE was not specified in the webutil.cfg file
    The root of the location in which WebUtil can store temporary files
    uploaded from the client.
    While Writing Image file ( remember its the client to which the image
    is written to ).
    Example
    client_image.write_image_file('d:\myimg\','GIF','CTRL.MY_IMG',
    maximize_compression,     original_depth);
    Then ensure that on the thin client , there exist a directory  called as "myimg" in the D drive .
    One should watch out for the error in the console or the log depending on how
    the logging has been set to .In case if the directory does not exist on the
    client message appears that cannot create a file ...
    These are the steps that occurs -
    1) WebUtil creates a working directory that is private to the user
      on the applciation server using the value of transfer.appsrv.workAreaRoot
      This is that <ipaddress>\<ntuser name> directory
    2) The basic forms Write Image file is used to extract a temporary copy
       of the image into that  directory.
    3) The image is downloaded into the client machine and saved as the name
       that you specified as the filename in the write_image_file command.
    4) The temporary copy of the image held in the workAreaRoot on the Appserver
       is cleaned up.
    4) Client_host - The  command is supposed to run the executable on the client .
       But if you are trying to call an exe which is not in the path , you will not
       get any error.
    Error Message while opening the fmb in the forms builder
    Add jacob.jar and frmwebutil.jar  to CLASSPATH or FORMS_BUILDER_CLASSPATH ... otherwise there is an error message when opening the canvas in the new created fmb
    {code}
    hope this helps u.
    sarah                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to Configure Webutil in Oracle 10g Developer Suit

    Dear All,
    How to Configure Webutil in Oracle 10g Developer Suit.
    Please give me the step by step solution.
    Thanks and Regards,
    Fazil

    This is a very frequently asked question. Searching the Forum or the Forms Help system would have given you your answer! Search Forms Help on "Configure WebUtil" and read the configuration guide and checklist articles.
    Craig...

  • How to configure dbconsole on R12.1 with 11g database on RHEL AS 5(64-bit)

    Hi Dear
    I want to configure dbcosnole on R12.1 with 11g database. When i start it by executing the command emctl start dbconsole it does not start. It shows the following error:
    OC4J Configuration issue. /u01/oracle/PROD/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_dg.orientpower.com.pk_PROD not found.
    I will highly appreciate, if anybody could help me to resolve this issue.
    Thnx
    Jabbar

    You might want to checkout
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10813/dbcacrea.htm#sthref287
    Oracle® Real Application Clusters Installation Guide
    11g Release 2 (11.2) for Linux and UNIX

  • Problem in configuring Webutil

    Hello!!!
    I have installed Oracle Developer Suite 10g on Windows XP. I want to configure Webutil but following the instructions located in on-line help and specifically in step 4 (signing the jar files) , there is not the file 'signer.properties'!!!
    Where can I find it?
    Simon

    Hello ,
    I downloaded , extracted and installed webutil 1.0.6. - in Windows XP - above the one installed during the Developer Suite R.2 installation. I downloaded and extracted the jacob_18.zip.
    I followed the instructions on the webutil.html file on how to install .
    The problem is that a message ORA-06508 appears when I push a button on a very simple form - which consists of just this button and necessary webutil components. I inserted the webutil.pll and subclassed the webutil.olb on the form.
    The code of the WHEN-BUTTON-PRESSED is :
    declare
    a varchar2(500);
    begin
    a:=WEBUTIL_CLIENTINFO.Get_Date_Time;
    end;
    I tried , also the WEBUTIL_FILE.FILE_OPEN_DIALOG(dirname,null,'|All files|*.*|' ,'open') code with the same results....
    Surely , the problem may originate from the following :
    1) I can not import the java class called oracle.forms.webutil.ole.OleFunctions in the form .
    The error message is : Exception ----- java.lang.NoClassDefFoundError: com/jacob/com/ComFailException .
    2) The Java bean 'oracle.forms.webutil.ole.OleFunctions ' does not appear on the webutil canvas. , An error message appears...cannot find the Java Bean named ' 'oracle.forms.webutil.ole.OleFunctions '
    3) In the document the FORMS_BUILDER_CLASSPATH (it is the registry entry isn't ? ) is referenced to ' /forms/java/frmall.jar;/forms/java/frmwebutil.jar;/forms/java/jacob.jar'.
    The above paths must be written as they are (I use Windows XP system) or they must be written with the full path (e.g. c:\oracle\product\devsuite10g\forms\java\frmall.jar) ?
    Another problem about FORMS_BUILDER_CLASSPATH is that the length is 670 (exceeding 512 characters). What can I do for it?
    4) The same as above with the logical/physical paths exist in the following , according to the help file:
    - WEBUTIL_CONFIG parameter
    - CLASSPATH
    - the entry in 'j2ee/DevSuite/application-deployments/forms/formsweb/orion-web.xml ' .
    In these situations which path should I write (the physical(whole path) or the logical (as they are in the help document))?
    Thanks , a lot !!!!
    Simon

  • Problem in Configuring webutility in 10g application

    Hi,
    Problem in Configuring webutility in 10g application
    the message is
    oracle.forms.webutil.ole.oleFunction bean not found
    Client_OLE2.create_ole will not work
    Please Help.

    moolarDescent,
    Thankyou for showing me direction.....
    You're welcome, but you had all the ideas, I just gave you permission to "suck it and see".
    There's a lesson in this... Try it... the worst thing that can (probably;-) possibly happen is "it won't work", so you try something else... that's what makes programming an adventure.
    And don't call me sir... I keep lookin over me shoulder to see who you're talking to ;-)
    keith.

  • Error after configure webutil

    hi all
    I configured webutill will but i still receive error in this form GET_FILE_NAME_WEBUTIL_DEMO in CLIENT_GET_FILE_NAME
    could some help plz
    thanks

    Perhaps it is time to "clear the air," so to speak, and focus on your issue.
    user10947262 - Posted: Nov 9, 2010 12:32 PM you still keep saying i did not mentioned my error Haaaaay wake up there is a new topic here >
    Could you please provide more information about the error you are getting? Are you actually getting an error, such as a WUB-600 or WUC-10 or does nothing happen when you run your form? If nothing happens, then we need to see the output from the Java Console as the error will be listed there. Please post the following information so we can better help you.
    <ol>
    <li>Any error code and message you have received
    <li>Oracle Forms version (eg: 10.1.2.0.2 versus 10g)
    <li>Jinitiator or Sun JRE version
    <li>Browser version
    <li>Operating System (OS) version
    <li>Output from the Java Console
    </ol>
    user10947262 - Posted: Nov 9, 2010 12:32 PM right for JOKING because this forum was not build for joking and you have to no if some write something in this forum that's mean he serious>
    With respects to this statement, you are both right and wrong. You are right, in that the Forum is meant to help people and it can be serious. However, I feel you are wrong about the joking. Humor is a wonderful thing and sometimes you can ask a very serious and complicated question in a humorous way and get and be offered solutions by twice as many people than if you had asked the question seriously. What makes forums like this one work is volunteers willing to spend some of their time helping others. Therefore, it is important to ask the right questions (as Denis Segard tried to point out with the links he provided) and give as much information as you can about an issue so we can offer solutions.
    If you look at all of us who participate in the forums; Andreas, Francois, Manu, Ammad, myself and many others, we have all used humor in our responses at different times. Humor does not lessen the value of anyone's question or solution. In my humble opinion, humor can enhance an offered solution.
    The last thing humor should do is incite the "Flamming" of people in the forum. As I said in the beginning of my response, lets "Clear the Air" and focus on the problem and solution. However, I can't guarantee there won't be any light-hearted humor along the way! ;)
    Please post the answers to my questions and we (the community) will try and offer you some solutions.
    Craig...
    Edited by: CraigB on Nov 9, 2010 1:06 PM

  • How to Configure a oracle R12 with RAC on two different  system .

    I have one laptop and one desktop
    Laptop----
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .

    Hussein Sawwan wrote:
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .If you want to configure RAC, then you must have the same OS installed on all RAC nodes -- See (RAC: Frequently Asked Questions [ID 220970.1], Does Oracle Clusterware or Oracle Real Application Clusters support heterogeneous platforms?) for details.
    Once you have the same OS, please refer to:
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]
    Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 388577.1]
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]
    Thanks,
    HusseinHi Hussein,
    For Rac I am using both same OS (linux 4) for both nodes .
    Plz suggest its possible to install two nodes on different machine(diiferent virtual machine on different system ) .Can communicate both machine without any problem if its possible plz provide links.

  • How to configure Oracle Configuration Manager in R12.0.4

    Dear
    I need to configure oracle configuration manager for my running R12.0.4 instance on single node setup.Whenever i try update my metalink credentials in oracle application manager dashboard,it says userid or password is wrong. While installation i skip the OCM screen. How can i configure it now either using Universal installer or comand line? Need all steps for setup?
    Do i need to download & install OCM client or is it already shipped with software & needs just configuration setup?
    Help me!
    Regards

    Ateeq,
    Running AutoConfig should populate profile options with the correct values. However, you can check the values after running AutoConfig to verify it.
    According to metalink document id, this Applications Server-Side Proxy Host And Domain profile needs to changed. Document id, will mention later.I forgot.Below are the notes:
    Note: 297689.1 - Unable to update MetaLink credentials from OAM
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=297689.1
    Note: 308369.1 - Unable to Connect to MetaLink from OAM After Updating MetaLink Credentials
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=308369.1

Maybe you are looking for

  • Can I use IOBIT to remove ITUNES?

         I have followed every suggestion, work around etc. to uninstall Itunes on my computer. Nothing works. Since all of my music is backed up, in mutiple places, I am ready to just erase Itunes from my computer and start again. Again, Windows Uninsta

  • Error for Generating a log file

    Hi Cezar sanos, i am trying to generate a log file for ODI with details like who logged in and what is is doing kind of things. For this i am executing the command like lagentscheduler.bat "-PORT=20910" "-NAME=localagent" "-V=2" > C:\OraHome_1\logs\a

  • How to upgrade Flash Player in Windows 8.1 Pro

    I have windows 8.1 pro with IE 11 and the news video won't be able to play online. The error message is "Sorry, Clip not found...Media not found". It gives only an option to click 'OK' and the screen stays black. I am sure the video is OK, because I

  • Accounting doc entries not matching with the the entries from j_1ipart2 entries

    Hi, After creating PO, I have done MIGO and J1IEX. Now, posted MIRO. The end screen shows a number stating accounting document created. I checked the accounting doc in fb03 and the document is displayed over there. I also checked the table for values

  • Printing in another room with USB printer

    Printing in another room with USB printer. I have modem/wireless router from my ISP (my current network), a time capsule (version 2?) not currently online, an AirPort Express, a USB photo printer (Epson 2200), a recent Retina Macbook Pro. I would lik