Forms web.cfg

Dear All,
I have installed developer 10g and when run form the following message available
"No plug in available for this content"
also in OC4J Instance following message appears
config filename "D:\Forms\forms\server\formsweb.cfg"
testmode false
please guide me
Best Regards

sir here is the code for forms web file. Plz guide me where i edit the code
# $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overridden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
# System parameter: default base HTML file
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
HTMLbeforeForm=
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms/lservlet
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
imageBase=DocumentBase
# Forms applet parameter
width=750
# Forms applet parameter
height=600
# Forms applet parameter
separateFrame=true
# Forms applet parameter
splashScreen=
# Forms applet parameter
background=
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
logo=
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,22
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=D:\Forms
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# EndUserMonitoring
# EndUserMonitoringEnabled parameter
# Indicates whether EUM/Chronos integration is enabled
EndUserMonitoringEnabled=
# EndUserMonitoringURL
# indicates where to record EUM/Chronos data
EndUserMonitoringURL=
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[jpi]
baseHTMLJInitiator=basejpi.htm
# Example Named Configuration Section
# Example 3: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms/lservlet/debug
# Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
# DS but not AS and is also available for download from OTN.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
Best Regards

Similar Messages

  • DISPLAY variable in R12 Forms/Web tier

    Hello everyone,
    Just wanted to clarify something about the DISPLAY variable in R12 Forms/Web Tiers.  Is it necessary to have DISPLAY variable set to an active X session(Vnc) server session on Forms/Web Tiers? I understand that we need to do it for CM/Report/Admin tiers. Please confirm.
    Thanks

    968420 wrote:
    How about Forms/Web tiers?
    It's required is some cases (like the following), and I would recommend having it set on all application tier nodes to the same value.
    s_display -- Required only if you need to access graphs/charts, OLM implementation, ..etc (any page that requires DISPLAY to be set)
    Cannot Play The Course From The Class Details Page (Doc ID 391815.1)
    Receive Error When Attempting To Open A Work Plan Gantt Chart View (Doc ID 306413.1)
    s_forms-c4ws_display -- Required if you have SOA Gateway integrated
    Oracle EBS R12 Context Variables (Doc ID 458282.1)
    Thanks,
    Hussein

  • How to simply add custom property to a HTML Form Web Part?

    Hello.
    Is it possible to add a custom property (like a date-field) to a HTML Form Web Part with help of JavaScript? I do not want to use Visual Studio / Nappa etc. Is this possible in an easy way?
    Thanks for your help.

    Hi,
    Based on your description, my understanding is that you want to count the date between today and the latest event date.
    You can create a calendar in a page firstly, then add a content editor web part rather than the html form web part, as html form web part can't place the Jquery element.
    Then you can firstly read the date field value of the calendar list using JavaScript Client Object Model and then calculate the difference between two date values using Jquery. You can add the code directly in the content editor web part.
    Here are some detailed code demos for your reference:
    Get SharePoint calendar list field value using JavaScript Client Object Model:
    <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
    <script>
    $(document).ready(function(){
    SP.SOD.executeFunc("sp.js", "SP.ClientContext", retrieveListItemsCal);
    function retrieveListItemsCal() {
    var clientContextCal = new SP.ClientContext.get_current();
    var oListCal = clientContextCal.get_web().get_lists().getByTitle('Calendar');
    var camlQueryCal = new SP.CamlQuery.createAllItemsQuery();
    AllItemsCal = oListCal.getItems(camlQueryCal);
    clientContextCal.load(AllItemsCal);
    clientContextCal.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceededCal), Function.createDelegate(this, this.onQueryFailedCal));
    function onQuerySucceededCal(sender, args) {
    var listItemInfo = '';
    var listItemEnumeratorCal = AllItemsCal.getEnumerator();
    var htmlCal = '';
    while(listItemEnumeratorCal.moveNext()) {
    var oListItemCal = listItemEnumeratorCal.get_current();
    htmlcal= oListItemCal.get_item("Start Time").format("MMMM d, yyyy"));
    break;
    function onQueryFailedCal(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>
    Calculate the difference between two dates:
    http://stackoverflow.com/questions/2609513/jquery-calculate-day-difference-in-2-date-textboxes
    Thanks
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Jerry Guo
    TechNet Community Support

  • Error when initially calling Travel Trip Form Web Dynpro application

    Hello all,
    we are facing a problem when calling for the first time the Travel Trip Form Web Dynpro application.
    In the trace file we get the following error message:
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong Web Dynpro URL: "../WebDynpro/Servlet/<deployableObject>/<application>/xx?..". xx is not allowed without exchange key. Retrieved URI path: /sap.com/esstratri/TripForm/~wd_key890_1246626831816/background.gif.
    Exception id: [001E680CB1CE0078000002A600007B4A00046DCCEE3F358A]
    This appears when a trip has been initially created and if the user wants to display a travel trip form.
    However, this does not appear anymore, if you click on the travel trip form again.
    Best Regards
    Philipp

    Hello Philipp,
    We are having same problem. Please let me know solution....
    Som

  • Code in HTML Form Web Part

    Hello,
    I have no coding background whatsoever but I've recently found 2 pieces of coding that:
    1). changes the default calendar overlay colors to colors I have picked out
    2). collapsing Tasks with Subtasks by default
    Both actually worked great when I added the code to the HTML Form Web part but here is the problem:
    We use two different Project communication tools - SharePoint and PWA. 
    In PWA I only used the code to collapse the tasks with subtasks - worked like a charm.
    In SharePoint, I have the project calendar which has the code for color change (works great) and a task list that I would like it to show collapsed as default (did not work).
    Question: can I not have two "pieces" of code doing two different things on one page in SharePoint?  Am I just putting the code in wrong?
    Thanks for your help.

    Thanks for your response.  For whatever reason, I cannot post a screenshot.  Support could not provide a solution as well... in any case.  I basically added a web part in SharePoint: HTML Form Web Part, selected 'edit web part', clicked on
    'Source Editor' in the Form Content and inserted this code to change the calendar overlay colors:
    <style type="text/css">
    .ms-acal-color6{
     BACKGROUND-COLOR: #F77F00
    .ms-acal-selcolor6{
     BACKGROUND-COLOR: #F77F00
    .ms-acal-apanel-color6{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #F77F00;
    .ms-acal-color4{
     BACKGROUND-COLOR: #7FBA00
    .ms-acal-selcolor4{
     BACKGROUND-COLOR: #7FBA00
    .ms-acal-apanel-color4{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #7FBA00;
    .ms-acal-color7{
     BACKGROUND-COLOR: #3D8E33
    .ms-acal-selcolor7{
     BACKGROUND-COLOR: #3D8E33
    .ms-acal-apanel-color7{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #3D8E33;
    .ms-acal-color1{
     BACKGROUND-COLOR: #00A3DD
    .ms-acal-selcolor1{
     BACKGROUND-COLOR: #00A3DD
    .ms-acal-apanel-color1{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #00A3DD
    .ms-acal-color5{
     BACKGROUND-COLOR: #0072C6
    .ms-acal-selcolor1{
     BACKGROUND-COLOR: #0072C6
    .ms-acal-apanel-color1{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #0072C6
    </style>

  • Infopath Form Web Part not showing form

    Hello,
    I recently edited a list form in a InfoPath 2010 and published it to my site.  When clicking on "Add new item" it works fine.  The new form shows up and all is well.  The idea though was to enable the form from a separate page by using
    the InfoPath Form Web Part.  We have other forms setup this way on our site that work fine, but for some reason, when I added the web part to the page, pointed it at the list and set the custom content types (only single option anyways as the list is
    built on a custom content type) nothing is displayed within the web part.
    I can't find any difference between my form and the already created forms, but as I didn't create the ones that are working I may have missed some setting.  There is no error, no message, just a blank web part... Actually, that's not true.  When I
    check in the page I see nothing.  But when I publish it, I see only a close link and a bit of a header div. 
    If anyone would happen to have seen this before, know what it is or know how to fix it I would be greatly appreciative.
    Thank you.

    Hi David,
    From your description, you published an InfoPath form to SharePoint list, and it worked well in the list. However, when you added an InfoPath form web part to another page, it displayed as image.
    I could not reproduce the issue, I just selected list and content type, left all other settings as default, it displayed as expected. Did I miss anything during reproducing your issue? Did you make any customization to web part or InfoPath form?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Many questions from a dummy in Forms Web

    Hello, I have recently installed in my home Pc (Windows 7 Home Premium),
    Database 11g, and Forms (64-bit) 11.1.2.00 just for training,
    because I have only experience with 6i (Client-Server ) and wanted to see the new environment.
    I have from my previous job (now unemployed) a small application (30 fmb) in 6i and want to make it run in the Web.
    I have looked a little the pdf "Upgrading Oracle Forms 6i to Oracle Forms 11g (E24478-01)".
    My fmxs and plls are in the folder C:\Retail_app\bin.
    Also in this folder I have copied EnableDisableItem.pll and rp2rro.pll
    The Sources (fmb, rdf ) are in the folder C:\Retail_app\Scr.
    When I open the web, it appears me FRM-40039 Cannot attach library retail.pll while opening form shop.fmx
    I search forum for this FRM and looked at FRM-40039 error post 32 bit to 64 bit migration. Please help.
    Here, an oracle professional says that we must generate all plls into plx.
    But when I try to do this, it says me FRM-91507 Internal error: Unable to generate library.
    Also the expert says that it is important that you ensure that the file locations are included in FORMS_PATH (default.env).
    My FORMS_PATH has "C:\Retail_App\Bin;C:\Oracle\Middleware\FRMHome\forms;C:\Oracle\Middleware\FrmInst\FormsComponent\forms"
    I don't understand what default.env means. I am new to Forms Web environment.
    Also another question, because I am Greek, the form builder environment is a half English a half Greek.
    It does not say, "Attached Libraries" or "Program Units" or in the Menu it says "Parathiro" instead of "Window" . I want all to be in English.
    Of course the language of my application is Greek, but I want Form Builder to be English.
    My NLS_LANG is
    GREEK_GREECE.EL8MSWIN1253
    Is it wrong?
    Also I would like to say supplementary,
    that when I open shop.fmb in FormBuilder and go to the library retail.pll, then go to properties of the library, in the functional PL/SQL library location it says
    Retail.pll.
    it does not say C:\Retail_App\bin.
    I tried this.
    delete the library from shop.fmb, then attach it again, when asked "Remove path?" I answered No, but when I tried to start the application it says
    FRM-10221, Cannot read file "C:\Oracle\Middleware\FrmIns
    FRM-41810, Error creating menu
    Pre-Form Trigger raised unhandled exception "ORA-06508"
    I put messages in the PRE-FORM trigger of shop.fmb,
    the trigger starts..
    :system.message_level := '20';
    message('1');
    Create_Block_Rg; -- this is a prgram unit of the library Retail.pll
    message('2');
    :system.message_level := '0';
    When I started again the application it appeared me message 1 and the failed, which means that it could not again read the pll.
    Thank you all, and I wish you a happy new year (with joy and work).
    Edited by: apollon27 on Dec 31, 2012 3:47 PM

    In short, moving from one version to another is generally easy. In many cases, all that is necessary is that your generate new "X" files. In other words, you need to use the Forms 11 compiler or Builder to generate new FMX, MMX, and PLX files. Also, you cannot expect to use a pll at runtime. The pll files must be generated into plx files. The resulting new files should be located in a path which is included in FORMS_PATH. For runtime (browser), FORMS_PATH is set in default.env. For design-time (while working within the Builder), FORMS_PATH is set in the Registry in the same area that contains the other Forms entries. Keep in mind that when I say "design-time" this does not refer to launching a form in a browser from the Builder. Any time a form is running in a browser, all of its config comes from default.env.
    Also, in most cases, I would not recommend that when you attach a library that you choose not to remove the path. In other words, do not include the path when prompted. This is because if the path is retained, the form will not work correctly if the application is moved. Instead, choose to remove the path when attaching then ensure that the FORMS_PATH include the location of your libraries.
    So, to your exact comments:
    1. FRM-91507 Internal error: Unable to generate library. This is usually the result of FORMS_PATH not being set correctly or not including the path where references files are located. There have also been reports of this error resulting from setting NLS_LANG to certain languages. This issue was reported in Oracle bug 4131359. This bug has not yet been corrected. To determine if this is the problem, close the Builder and try setting NLS_LANG to something like the following:
    <blockquote>AMERICAN_AMERICA.UTF8</blockquote>
    This can either be set in the registry or as a Windows environment variable. After setting this value, restart the Builder or compiler and retest.
    2. You said, " +I don't understand what default.env+ ". You should become familiar with this file as you will revisit it often. This is the configuration file which contains the environment settings used by the Forms runtime (frmweb.exe). In version 11, this file can be found here:
    <blockquote>C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.2\config</blockquote>
    In most cases, Oracle recommends that all configuration changes be made from within Enterprise Manager or WLS Console. The only exceptions would be if either of these tools do not manage a particular config file or if you are using the "Development" installation type. Installation types are explained here:
    http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/install_screens.htm#BABCHIAF

  • Remove filter from Html Form Web part

    Hi,
    I've created a HTML form web part and connected it to a document library web part. It filters fine and as expected, but the only way I found to remove the filter is to reload the entire page. As I have several html form web parts on the page, filtering on
    different columns, that is a quite unsatisfactory method. Isn't there a value I can pass to the connected web part that just means "any". I've tried to send empty strings or '*' or even '[everyone]' (for the modified by column) but nothing works.
    Is there really no way?
    Thanks!

    Hi,
    For your issue, you can use the Text Filter Web Part. In the Text Filter Web Part, you can send empty strings to the connected web part which means "any":
    For more information, you can have a look at the blog:
    https://support.office.com/en-us/article/SharePoint-lists-VI-Exciting-ways-to-display-your-list-data-4f24f5a6-9a82-497e-8965-6b9f98e03a01
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Show all items in data form web part when no filter value

    I have connected a XSLT list view web part with a data form web part.
    The list view web part sends the connection parameter and the data form web part filters the corresponding content.
    I need the data form web part to show all the data in the list when the connection parameter is empty.
    Please let me know how i can implement this.

    Any ideas !!

  • Run Forms Web on Linux

    Hi,
    How do run Forms web (10g) on Linux Ubuntu 10.10 and Chrome or Firefox?
    I search in Google but don't locate a ideal solution.
    Thanks.

    Do you mean does it run in a browser on Ubuntu or do you want to run the application server on Ubuntu ?

  • InfoPath Form Web Part breaking page left alignment

    I have tried both a wiki page and a web part page and met with the same results.  I am using the Oslo theme. I add two web parts (SharePoint List Filter and Listview App) and it works perfectly and the page looks normal.
    When I add the InfoPath Form web part (I have tried different layouts and different zones) it causes the left alignment of the page to be way off.
    See pics below.
    Any suggestions?
    Any help would be really appreciated!!

    Hi,
    We have reproduced this issue. The page left alignment is broken and the page is rightward after the InfoPath Form web part is added. It happens both on the wiki page and the web part page.
    Thank you for bring this issue to our attention, your time and efforts on this matter are highly appreciate. It could be a potential issue in SharePoint 2013.
    In our behalf, we will put your finding to our suggestion box and report it internally. If there is any update, we will keep you informed in this thread. 
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Error 18114 using Run Form Web button

    Hi,
    I'm using Forms 6i/Win XP on Oracle 9i. On attempting to run the form from inside Builder (Run Form Web button) the following error occurs: FRM-99999: Error 18114 occured, see release notes... I tried to solve reading this notes and searching for that error but I didn't find any useful. Someone can help?
    Thank you
    Massimo Nicosia
    Rome, Italy

    Ooops sorry, this error is VERY well documented in my release notes file. It's due to the registry string value FORMS60_JAVA not found on node HLM/Software/Oracle. Now it works.
    bye
    Massimo

  • R12 how to restart forms/web services without also starting concurrent mana

    R12 how to restart forms/web services without also starting concurrent managers

    jemar98 wrote:
    R12 how to restart forms/web services without also starting concurrent managersadopmnctl.sh startall
    Managing Server Processes
    http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
    Thanks,
    Hussein

  • Mail via Forms Web

    Currently I'm using ole2 package to send mail in Forms Client/Server.
    Is there any way to send mail via forms Web?
    Any good documentation available?
    I'm using Forms 6i on 9i AS rel1
    Thanks.

    You can use the database to send emails with UTL_SMTP see:
    http://otn.oracle.com/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    Or you can use Java on the server side (java importer) to do it, see the sample that comes with the Oracle9i Forms demos of the Java mail demo.

  • DDE OR OLE2 IN FORM WEB APPLICATIONS

    I wonder to know whether it is possible to use ole2 and dde
    functions in web form application. In two-tiers client\server
    application, user can invoke an application, like Excel or word,
    by using DDE or OLE2 package. When it comes to three-tiers,
    client\form server(application server)\ db server, if I still
    want to have dde or ole2 function to just invoke an application
    to view files that are located in network drive or speified
    local file name, can forms designed with forms45 do this in web
    application? If it can done,what can kind of set is needed in
    the application server or client side?
    I will greatly apprecicate someone can give some comment on this
    matter. Do I have to find another way to have this function in
    form web application environment?
    Thanks in advance.
    Mike
    null

    Java EE is for enterprise level development, which i imagine would be rather large business applications.
    JSE with JMF is sufficient for writing a video chat application.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/]

Maybe you are looking for

  • In Design Crashes when working in tables on a legacy document

    Hi I'm working on a legacy document created in CS5.5, the document contains tables which I need to update. When I attempt to change the stroke or fill, I manage to update 2 rows before the program freezes. The only recourse is to then close the file,

  • Error while uploading document with same name in Document library

    Hi, Whenever I try to upload document with same name in Document library it throws an error. I know its a default behavior but is there any way so that I can upload documents with same name or can we append some unique id with title of the document?

  • CIN Pricing for the Intercompany STO

    Hi All, I am doing a Inter Company stock transfer Process.I have created a Pricing structure for the Inter company stock transfer Pricing. PO is created  through the MM module nad in PO I can see the Priceses are maintained but when I am creatng Deli

  • How to Upgrade from 10.1.5 to 10.4 tiger

    I have a G3 with 10.1.5 installed I want to install tiger 10.4 from cd's but when I start the installation it tells me that cannot install the software? What am I doing wrong? Thank You for your help!!

  • I have 500 internal server error on all my iPods/iPads today. Can anyone please help?

    Hi. We have two ipod gen 5, one iPad 2 and one iPad air. Since thus morning we can get very limited internet access. Constantly getting the message "500 internal server error". We upgraded two days ago to bt hone hub 4 and though this may be the issu