How use form server

i install form server
when i use run form web icon in object navigator
i see this error message:
FRM-18121: The JavaBean does not implement the IView interface.
Cause: For Forms to use this JavaBean, it must implement
Oracle Forms IView interface.
Action: Implement Oracle Forms oracle.forms.ui.IView
Interface.
i cant understand please help me.
regards
shoja.

If this is 6i it's because you have not installed the Forms server component. This might also happen if you are in a Windows platform such as Win95/98 that does not support the Forms Server - you need NT or 2000

Similar Messages

  • Fail to use Form Server Render Form QPAC

    The opeation become stall in the Form Server Render Form QPAC, its exception is :com.adobe.formServer.interfaces.RenderFormException: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    BTW: is there document to describe each items's meaning and example values in this QPAC ? Thanks in advance.
    Detail log is:
    2007-07-05 13:52:12,984 INFO [com.adobe.formServer.FormServer] ALC-FRM-001-501: FormName:/Forms/attendance/attendanced_V1.2.4_final.xdp : FormPreference:PDFForm : Debug:false : PDFVersion:null : Content Root:xappstore://10.162.119.7 : Base URL:null : App Root:null : User Agent:null
    2007-07-05 13:52:13,015 ERROR [com.adobe.document.XMLFormService] $$$/com/adobe/document/xmlform/msg.XFA=XMLForm, render : 12309, XFA template Model is empty.
    2007-07-05 13:52:13,015 ERROR [com.adobe.formServer.PA.XMLFormAgentWrapper] ALC-FRM-001-017: mid,tid: 12309,3420.3492 sev: f text: XMLForm, render : 12309, XFA template Model is empty.
    2007-07-05 13:52:13,015 ERROR [com.adobe.livecycle.formsservice.exception.FormServerException] ALC-FRM-001-013: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    2007-07-05 13:52:13,015 ERROR [com.adobe.formserver.wfplugin.RenderForm.RenderFormService] FSQP011: An unexpected exception occurred
    com.adobe.formServer.interfaces.RenderFormException: XMLFormFactory, PAexecute failure: "(com.adobe.document.xmlform.ReturnStatus@b9e139) XMLForm, render : 12309, XFA template Model is empty."
    at com.adobe.formServer.client.EJBClient.renderForm(EJBClient.java:356)
    at com.adobe.formserver.wfplugin.RenderForm.RenderFormService.execute(Unknown Source)
    at com.adobe.workflow.engine.PEUtil.executeAction(PEUtil.java:434)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2924)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBM TBean.java:2294)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
    at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
    at org.jboss.ejb.Container.invoke(Container.java:873)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
    at $Proxy206.asyncContinueBranchCommand(Unknown Source)
    at com.adobe.workflow.engine.ProcessCommandControllerBean.doOnMessage(ProcessCommandControll erBean.java:133)
    at com.adob

    If you install the WorkFlow SDK, there is a document under Documentation that explains all the settings. This is a subset:
    To add the Form Server Render Form component to your workflow:
    1. Drag the Form Server Render Form component from the Components palette to your workflow.
    2. Click the General tab. In the Name box, type a name to identify this component in your workflow.
    3. (Optional) In the Description box, type the description of the component.
    4. Click the Input tab. In the Form Query box, type the Uniform Resource Identifier (URI) component (no
    protocol or schema) of the form to be rendered. This URI is appended to the Content Root URI value to
    form an absolute reference to the form. For example, type:
    Forms/myForm.xdp
    Forms/myForm.pdf
    5. (Optional) In the Form Preference box, type the output format of the form. The default value is AUTO.
    For details about form preferences, see Selecting a form preference on page 11.
    6. (Optional) In the Options box, type the rendering options, such as locale or character set. Use an &
    (ampersand) to separate the options. For example, type:
    {$ TaggedPDF=false&PDFVersion=1.6&CharSet=UTF-8 $}
    For details about rendering options, see Selecting rendering options on page 12.
    7. (Optional) In the User Agent box, type the user agent that identifies the application that will be used to
    display the form. The default value is Mozilla/3.x. This property specifies the HTTP header
    User-Agent that provides information about the target device. A target device is a client application,
    such as a web browser. This value takes precedence over what may exist in environment variables.
    You can retrieve this value from the JSP/ASP environment.
    8. If you have an application server that will incorporate services from LiveCycle Forms, in the
    Application Web Root box, type the servers root location. This root location is combined with the
    Target URL to form an absolute URL to access application-specific web content.
    9. (Optional) In the Input XML Data box, type the location of the XML file that contains the information to
    use to prepopulate the form. This data will be merged with the form during rendering. For example,
    type:
    C:\input.xml
    Alternatively, you can use a form variable to retrieve data from a previous step in your workflow. Form
    variables are primarily used to store the data from the forms submitted to LiveCycle Workflow Server.
    The data can then be accessed at run time. For example, type the following expression:
    serialize(/process_data/formVar/form-data/data/*,false)
    The serialize function takes the data from the form variable. In this example, the formVar process
    variable represents the Form data type. The false parameter encodes the data in UTF-8 in the XML
    code. You can optionally set this value to true if you do not want UTF-8 encoding. For more
    information about the Form data type, how it works with Adobe LiveCycle Form Manager, and its use in
    a workflow process, see the Configuring Human Interaction chapter in Creating Workflows.
    10. (Optional) In the TargetURL box, type the URL of the target device that will receive the posts from this
    form. The target URL is inserted into the transformed output invoked during a Submit operation. For
    example, type:
    http://servername:8080/fm/processFormServlet?action=0
    11. In the Content Root URI box, type the URI of the AppStore to specify the absolute reference to a
    physical repository from which the content (forms, images, or scripts) will be retrieved. For example,
    type:
    file:///c:/forms
    xappstore://hostname
    This value is combined with the Form Query value to form the absolute path to the form to be
    rendered.
    Note: The Content Root URI is often constant across many user applications and can be set
    administratively to a persistent value.
    12. If you are using relative paths (such as ../images/graphic.jpg), in the Base URL box, type a base
    URL to identify the HTTP equivalent of the Content Root URI. This URL is required for transformations
    that include HREF references to external dependencies such as images or scripts. When a dependency
    path is absolute, this parameter is ignored; otherwise, the dependency path is combined with the Base
    URL. For example, type:
    http://hostname/forms
    13. If required by the server on which LiveCycle Forms is installed, in the User Name box, type a user name,
    and, in the Password box, type a password. If the password is encrypted, it must be Base64 encrypted.
    For more information, see Encrypting passwords on page 6.
    14. Click the Output tab. In the Output Document box, click the ellipsis button, and then select the
    variable that will receive the new document. The data type for this variable must be document.
    15. In the Page Count box, click the ellipsis button, and then select the variable that will receive the page
    count. The data type for this variable must be integer.
    16. In the Page Number box, click the ellipsis button, and then select the variable that will receive the
    page number. The data type for this variable must be integer.
    17. Click OK.
    Jasmin

  • ERROR FRM-99999 USING FORMS SERVER

    I'm trying to deploy new applications on the Web using OAS and
    Developer Server. When I am trying to connect via the browser or
    via the appletviewer to a simple form in Developer Server I get
    this error in the Oracle Developer Forms Runtime - Web window:
    FRM-99999: A network error ocurred, the client will not be able
    to continue
    Details...
    Java Exception:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at
    oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.j
    ava)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message.java)
    at oracle.forms.net.StreamMessageReader.run(Compiled Code)
    I've installed and configurated the next two differents
    environments:
    OPTION #1
    Windows NT 4.0 with Service Pack 3
    Oracle RDBMS 7.3.4
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    OPTION #2
    Windows NT 4.0 with Service Pack 5
    Patch for OAS (OAS_40710_Patch_40bit)
    Oracle RDBMS 8.0.5
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    I've tried sockets and http-sockets for the Forms Server
    Listener, but I always get that error and sometimes the Applet
    window doesn3t respond and nothing seems to happen.
    I would like to know if somebody has go this situation throw.
    Thank you very much in advance.
    null

    Hi,
    To use the Webutil, you must sign the WEBUTIL.JAR and JACOB.JAR.
    Using Jarsigner, you have to define the JDK Home and the Jinitiator home.
    I used whe jdk version 1.4.2 and the Jinitiator version 1.3.1.17
    Don't forget to apply this modification.
    Insert the line
    <virtual-directory virtual-path="/webutil" real-path="D:\Forms9i\forms90\webutil" />
    in the file
    $ORACLE_HOME$\j2ee\Oracle9iDS\application-deployments\forms\forms90web\orion-web.xml
    Insert the line
    AliasMatch ^/forms90/webutil/(..*) "D:\Forms9i\forms90\webutil/$1"
    in the file
    $ORACLE_HOME$/forms90/server/forms90.conf
    Of course You have to replace D:\forms9i with your Oracle Home.
    L.

  • How Oracle forms server 6i run on web?(Configuration)

    hi all,
    I want to run oracle forms on web.
    For that,
    I installed forms server 6i.
    I installed forms developer 6i.
    which web server i have to install?
    What are the configuration required for that both (Web Server and Forms Server)?
    can u give me suggestion step by step.
    thanx in advance
    regards,
    dhaval lodha

    Hi,
    Forms Server uses the WebDB Listener for the web access.
    Since then we improved Forms Services to use the Oracle HTTP Listener in Oracle Application Server. Oracle Applicaqtion Server also is the only supported application server for Forms on the web.
    Frank

  • Reports Generation in Microsoft Excel using Forms Server

    How can I generate reports in Microsoft Excel from an web-enabled forms application, as using Dynamic Data Exchange invokes Excel on the Application Server? My work-around was to generate the file on the application server, save it ,exit the Excel application and then display the excel document using Web.Show_Document. Though this method is successful, the processing time is very high.
    null

    Use text_io package of developer to write records to excel using OLE
    Thanks
    null

  • Force oracle form server to use 'Arabic Presentation Forms-B' unicode block

    Hi everybody
    i am using form server 10g and AR8MSWIN1256 as characterset.
    it seems that with this charset oracle form server use only 'Arabic presentation Forms-B' part of unicode to display characters.
    is there any way to change this and force form server to use 'Arabic presentation Forms-A' and 'Arabic presentation Forms-B'.
    i checked in localebuilder and if you set any code out of 'Arabic presentation Forms-B' range in replacement chars glyph is not displayed and in the form it shows wrong display.
    Regards
    Mostafa

    You should post your question in the Forms the Developer Suite forums. It is found at:
    Forms

  • Form Server Connection pooling - Urgent

    how does form server maintains connection pooling. I have defined a single db user through which form server establishes connections with the db, and created application users at application level. The information I like to know if form server maintains certain connection pooling and allow users to get connected if user limit exceeds but responed to them with delay. if it does maintains connection pooling then please elaborate how.???

    Forms doesn't do connection pooling -- each user requires a separate database connection.
    > Allowing remote Internet user connect directly to the
    database appears to pose a serious security/denial-of-
    service risk.
    So this is one of the good reasons to move the web Forms architecture.
    > It doesn't seem appropriate to ask unaffiliated remote
    users to know about, let alone remember database
    credentials for an external database, just to enable
    them to use a simple web-enabled form. Embedding the
    database credentials into the form appears to pose a
    more obvious security risk.
    With Forms on the web, you can hide the username/password/database details from the user. That information can be stored centrally -- either with Forms itself, or with an LDAP server. The end user doesn't have to know any of the details.
    We have customers running their Forms applications on the internet, and the users have no idea of the connection details to the database.
    For extra security, you can use SSL. Forms on the web, though, by default uses 40 bit encryption.
    Why then does Oracle Forms use this client-server
    architecture? Are there any plans to migrate away from,
    or provide an alternative to, this architecture in
    the near future?
    We do have an architecture to resolve these issues. It's called the Forms Listener Servlet Architecture and it's been available for over 2 years.
    If you go to the Forms area on OTN, you can read all about it:
    http://otn.oracle.com/products/forms/content.html
    Regards,
    Robin Zimmermann
    Forms Product Management

  • New on forms server 6i : need help

    Hi,
    I have installed a web sever that have to use Form Server Listener to read .fmx file on the website.
    When I launch my web page, all the classes are founded and imported, IExplorer indicate applet initialized, But I have no picture from the applet... the form where the applet have to be executed is a white page and the server isn't displaying any error.
    - My web server is correctly configured (I've tried with OAS and IIS)
    - The HTML pages are correct (website is running on an other server)
    - Ifsrv60 and Ifweb60 are running
    - My environement variables seems to be correct and my registry entries too.
    - No problem with the database connection
    I also got this error on Java Console
    Following Exception occured: sun.applet.AppletSecurityException: checkconnect.networkhost3
    sun.applet.AppletSecurityException: checkconnect.networkhost3
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:50)
    at java.lang.SecurityException.<init>(SecurityException.java:42)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:29)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:34)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:643)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:666)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:566)
    at sun.plugin.ActivatorAppletContext.getImage(ActivatorAppletContext.java:65)
    at java.applet.Applet.getImage(Applet.java:197)
    at oracle.forms.engine.FormsImageLoader.loadFormsImage(Unknown Source)
    at oracle.forms.engine.FormsImageLoader.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getParamImage(Unknown Source)
    at oracle.forms.engine.Main.getLogo(Unknown Source)
    at oracle.forms.engine.Main.initDesktop(Compiled Code)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Does anyone Knows where the problem could come from. Any suggestion will be welcomed.
    null

    Hi,
    it seems that you Java VM doesn't allow a connection to a server on you network.
    You'd better try to configure your HTML file or CGI environment to use Oracle JInitiator.
    Otherwise you need to use IE 5.0 and configure it's security so that it allows you to connect to the correct host.
    HTH,
    Michael

  • Deploying Forms 6i with Forms Server 6i

    Hi there.
    I am trying to deploy a application with Forms 6i using Forms Server 6i, with 8.1.7 DB.
    The forms are linked to a library, and when i try to run them over the browser, i get error messages saying that the pl/sql procedures in the library are not found.
    Can anyone help me, please?
    Paulo Duarte

    Paulo,
    With Forms on the web, you should set environment variables in the default.env file (or create your own .env file). Don't use the Windows Registry.
    As Grant said, you need to follow the steps in the Listener Servlet deployment guide. (You didn't say which patchset you are using or which architecture you are using, so I will assume you are using the Forms Listener Servlet architecture.)
    The URL that Grant gave does work. So you either need to upgrade your version of Adobe Acrobat Reader, or something is wrong with your machine.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Form server not respond

    Hi,
    I just installed Oracle Application 11.5.10.2 with database 9.2.0.4. The I migrated database to 10.2. Initially I could log in and every thing seemed fine. But after I ran adautocfg.sh, I got some problems and couldn't login. After I fixed some problems, now I can log in and start Application Manager without any problem. But when I get into Ebusiness Suite, and click on System Administrator. When I click on Request (or any other link), nothing opens (nothing responds). There's no error in error_log.
    Any idea, please help.
    Xiaoming

    Hi,
    Check whether you can login using forms server by using the below URL:
    http://<server.domainname>:port/dev60cgi/f60cgi
    1. If you can login sucessfully using the above URL, check the apps tharoughly like submit Concurrent requests, and concurrent manager status etc.
    2. If not, Enable the debug mode in the forms level and try to resolve it first. Then go for the self service applications.
    Regs,
    Pandian

  • Form Server from IAS

    Dear all,
    i'm using form server from IAS9i. But when i want to compile my
    form using f60gen it's giving error message
    frm-91500 : Unable to start/complete the build.
    Can i compile my form using f60gen provided by IAS, or I should
    install Developer6i software to compile my fmb.
    Thanks in advance

    On the Web the OLE2 option would still work if your Forms server is on a windows machine with word on it. The files will be created on the server and you can get them to the client with the web.show_document built-in.
    If you want to create them on the client machine directly you need a Java bean that will activate the COM interface.

  • Form Server 5.X - save unsecure pdf

    It's possible to get a unsecure document when using form server 5?
    Where can i configure it?
    Thanks in advanced.
    pamaro

    You will need to upgrade. Form Server 5 is not compatible with Designer 6 or 7 form templates.

  • Form Server Connection to Oracle 8i Lite

    Hi
    I developed a web based application using form server and oracle 8i. In disconnected mode, I want to run same app on my laptop using form server and oracle 8i lite. But i m unable to connect to oracle 8i lite through form server. In normal mode, i m using microsoft odbc for connection with oracle lite, but it doesn't work with form server.
    Can any one help me, what should I do to make connection to 8i Lite from Form server ?
    thanks in advance
    null

    When using Oracle 8i Lite (4.0.x.x.x) with JDeveloper,
    you have to:
    1) If under JDK 1.1,
    1a) make sure that your %ORACLE_HOME%\bin directory is in your
    path.
    1b) Add OLITE40.JAR and OLJDK11.JAR to the IDEClassPath in
    JDEVELOPER.INI (remember, ya gotta have
    the stuff in your classpath for it to work!)
    2) If under JDK 1.2
    2a) Add your %ORACLE_HOME%\BIN directory to the JLP and SLP
    sections under [Ferrari]
    2b) Add OLITE40.JAR to the IDEClasspath.
    The reason for 2a is that under JDK 1.2, the call
    "System.loadlibrary(xxx)" does not use the path to look for the
    DLL. Only the system property "java.library.path" and
    "sun.boot.library.path" Each of these two settings must
    be set for it to work.
    -JDeveloper Team
    Joydip Homchowdhury (guest) wrote:
    : I have installed Oracle 8i Lite and JDeveloper 3.0 in my NT
    : machine. When I try to create a new connection using Oracle
    Lite
    : JDBC 4.0 driver and try testing the connection I get the
    : following message :
    : Unable to find driver oracle.lite.poljdbc.POLJDBCDriver
    : Do I need to install any other components or set any other
    : environment variables.
    : Thanks in advance for your answers
    : Joy
    null

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) 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.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) 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).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    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.
    10) 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.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    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).
    11) 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
    12) Run your form.

  • How can I use the global varialbes in the Web Form Server?

    When I migrate the Form5 to Form6i and deploy the form into WEB, I encounter a problem. In Form5, I use a form to call all the functions forms and process the login. So, the functions forms can get the login user's information by :Global variable. Now, in Web method, I use a jsp to process the login and functions hyperlinks, and the problem is how can I build a global variable in jsp and access by form in form server?
    Thank you very much!

    Nested tables are not supported in Forms 6i, only simple object tables.

Maybe you are looking for

  • Brightness changes on display

    Hi I've got a Macbook pro 13 inch 10.7.5 from mid 2011.  I've noticed over the past week that my brightness setting will randomly automatically go down a few levels even when I'm plugged in.  I've got my sleep settings set for 1 hour, but this will h

  • Capturing excise invoice

    hi all, We are  transferring stock from one plant to another plant for excisable material. after creating excise invoice   (from stock trasnsfer order-me27)we are trying to update in a excise register via tcode  j1IG  . In   details screen after ente

  • Prefix timestamp before the name of the file

    Hi Experts, Can we prefix timestamp before the name of the file? Generally file name followed by timestapm instead of that can we add timestamp before file name? .If so please let me know . thanks in advance N.P.Babu

  • How do you drag to edit duration of photos in iMovie '11?

    I'm putting together a slideshow, with still photos, on iMovie '11, but it won't let me drag the edges of the photos to edit the duration of each one.  I used to be able to do this, but for some reason, can't anymore.  How do I get this feature to wo

  • Repository Rel4 Docs

    How come Repository Release 4 is available for download, but its documentation is not available online (as opposed to Release 3)? Does the Rel4 comes without documentation?