How to configure 9i Forms Services Demo Manually

Hi,
I want to customize the forms services demo and run from my own configuration file i mean instead of forms90demo.cfg file i want to create my own cfg file and run the forms how to do this?
for example currently to run a demo i need to give the url as
http://machine:8888/forms90demo/f90servlet?config=xxx
i want it as
http://machine:8888/<myconfigname>/f90servlet?config=xxx
how to manually configure the demo? to run in a customized way
Plus will this demo run on Unix? and how to configure in Unix?
All the above questions for 9i DS, coming to 9iAS how to configure/install on Windows and Unix?
Regards
Mahesh

Do the following to select an own config file for the f90demo:
- Open file web.xml
(in: oracle_home\forms90\demos\j2ee\forms90demo\
forms90demo\WEB-INF)
- specify your configuration file name between tags
<param-value> and </param-value>
(under <param-name> configFileName</param-name>)
Do not forget to <!-- and --> tags around this
<init-param> section.
- Do not use "" around the filename.
You can also copy the whole <servlet> ... </servlet> section of f90servlet, and give a new servlet name (e.g. f90demo instead of f90servlet). From then on you can use f90demo as a servlet. You must, before you can use this new servlet alias, also make a copy of the servlet-mapping section for this alias.
Servlet aliasses are a perfect way to make configurations in two dimensions, one using config sections in the config file (e.g. for different applications), the other using servlet aliasses in web.xml (e.g. different environments, such as dev and prod).
Peter

Similar Messages

  • How to configure solution manager service desk knowledge base for customer?

    Hi Expert,
    How to configure u201CSolution Manager Service Desk Knowledge Baseu201D to allow Customer to check on the solution?
    Can we make the Solution Database open for the key user? Can we add one link in the workcenter and the customer can search existing solutions before they create message to us?
    Please advice,
    Thanks
    regards,
    ng chong chuan

    >
    Chong Chuan Ng wrote:
    > How to configure u201CSolution Manager Service Desk Knowledge Baseu201D to allow Customer to check on the solution?
    >
    > Can we make the Solution Database open for the key user? Can we add one link in the workcenter and the customer can search existing solutions before they create message to us?
    Hi,
    It's a good idea, but currently it's not yet supported.
    In Work Center, there is no predefined (nor a hidden) link shipped by SAP to access the Solution Database for key users.
    With a future EhP for Solution Manager, you might get an integration of the Solution Database into the message processing Web UI.
    Best regards,
    Ruediger

  • Osb 11 : How to configure tuxedo business services in a clustered domain.

    Hi,
    We have a platform with a clustered domain Osb ( 1 admin server and 2 managed servers dispatch on several physical servers) and two Tuxedo instances offering the same service exported in 2 different gateways on each Tuxedo instance.
    How to configure a business service with tuxedo transport working on this platform with failover and load balancing ?

    Thanks for the answer but it doesn't work.
    The fact is that we work on OSB 11, not directly in WebLogic.
    And Osb always modify the WTC configuration even if we modify it before in weblogic.
    To define a business service with multiple remote access points and apply a load balancing algorythm, Osb need an URI for each remote access point (not for each imported service).

  • How to configure wokflow for MRP generated  & manually created PR

    Dear Gurus,
    I have to customize SAP workflow for releasing Purchase requisitions. I will be using enhancement M06B0001 for my own role resolution.
    I have some questions regarding workflow
    1)     How to configure workflow for MRP generated & manually created PR?What are the steps? what are the limitations in doing so?
    2)     Since we are facing the problem of insufficient user license ,How to send notifications to NON SAP users?(We have thought of creating a Z table for the same)
    Looking forward to your reply,
      Thanks in advance,
    Best regards
    Tushar
    SAP MM Consultant

    Dear Mike,
    Thanks for your reply, & sorry for not responding on time.
      Here are my constraints:
    1) Not a single component of HR module will be implemented.(Project management decision:-()
    2) Number of user licenses are less, considering the workflow users.(Hence we have thought of creating Z table for employee nos. & EMAIL IDs ,& this table will be accessed by using M06B0001 user exit.(It is still in development phase. Truely speaking, dont know whether it will work or not).If this works out ,then I believe, record from SU01 will not be used (Please correct me here).
    3)We have 2 instances on development server.(in short,2 separate installations on same server by creating additional instance). What are the implications of this particular system landscape on workflow? Whether workflow will work or not??:-(, :-(.
    The reason I asked you 3rd question is , As soon as 2 nd instance was created on development server, Short Dumps are coming while running transactions of Workflow builder.(SWDD & PFTC).It is giving error" Table is unknown or does not exist". Description of error says"The current program"SAPLSWF3 had to be terminated because one of the statements could not be executed."
    "An SAP Open SQL Statement contains a table that does not exist in the database or is not listed in the ABAP Data dictionary.The Table is "SWF_WFPDSC" or another table is accessed in the statement.
    Program=SAPLSWF3
    Include=LSWF3U05
    Row=22
    Module name=SWF_WFP_REPOSITORY_CONTENT_GET
    The same dump is coming while accessing SWF_WFPVW table from SE16.
    Request to Mike & all of you, help me in this regard.
      Thanks in Advance,
    Regards,
    Tushar

  • How to configure adobe forms in OMLV for printing picking slip

    Hello,
    I want to configure a adobe form in OMLV transaction. But there is no column for putting adobe forms.
    Can you tell me how do configure adobe forms for getting it printed from standard transaction whenever a transfer order is created.
    Thanks in advance.

    Hi Ajay,
    You are completely right that you cannot find anything with smartform in the customizing (OMLV). The reason for it: It is not there. It not even exists. Also the latest version of rlvsdr40 has nothing standard concerning smartforms.
    I do not know why it is really necessary to use adobe or smartforms.
    The only way is to build a new one (ZRLVSDR40). In that new one you have to use the sapscriptname (from OMLV)and treat it as a smartform- name.
    I hope my explanation helps. Success.
    Gr., Frank
    Below how a smartform is called (from invoice)
    determine smartform function module
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = lf_formname
        IMPORTING
          fm_name            = lf_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
      error handling
        retcode = sy-subrc.
        IF sy-subrc = 1.
          MESSAGE e001(ssfcomposer).
        ENDIF.
        IF sy-subrc = 2.
          MESSAGE e002(ssfcomposer) WITH lf_formname.
        ENDIF.
        PERFORM protocol_update.
      ENDIF.
      CALL FUNCTION lf_fm_name
        EXPORTING
          archive_index        = toa_dara
          archive_parameters   = arc_params
          control_parameters   = ls_control_param
          mail_recipient       = ls_recipient
          mail_sender          = ls_sender
          output_options       = ls_composer_param
          user_settings        = ' '
          is_nast              = nast
          is_vbdka             = vbdka
          is_addres            = addr_key
        IMPORTING
          document_output_info = document_output_info
          job_output_info      = job_output_info
          job_output_options   = job_output_options
        TABLES
          it_vbdpa             = tvbdpa    "Item information
          it_vbdpau            = tvbdpau   "Subitem numbers
        EXCEPTIONS
          formatting_error     = 1
          internal_error       = 2
          send_error           = 3
          user_canceled        = 4
          OTHERS               = 5.

  • How to istall oracle forms service and oracle reports service and testing

    How to istall oracle forms service and oracle reports service ?
    and we can make test?

    How to istall oracle forms service and oracle reports service ?http://download.oracle.com/docs/cd/B19375_07/doc/frs/docs.htm
    and we can make test?Once installed, there is a test program both for Forms and Reports... or you mean something else ? if so, please clarify.

  • How to configure request manager service for multiple website in one web application

    I have set up sp 2013 as below:
     web application : wa1
    site collection : sc1
    sp site: site1, site2
    I used 2 WFE, 1 APP, how can I use request manager service to control  site1 to wfe1, site2 to wfe2?
    Awen

    That's not what i'd describe as load balancing.
    A better description would be load-isolation. In your description then if the load on site1 was large (and growing) but site2 was quiet then site1 would struggle and eventually become unable to handle the number of users but site2 would still be ok. That's
    fine from a QOS point of view but it's not the norm for load balancing. It would work in simple scenarios but the out of the box load balancing tools are much better suited than that sort of approach.
    This article shows how to configure the RMS and may help show how your request is difficult to configure:
    http://www.harbar.net/articles/sp2013rm2.aspx

  • How to enable infopath form service in sharepoint

    Hi,
    I am using Infopath designer 2013.
    When i am opening Sharepoint List, after mentioning its url its giving me following error:
    How can i enable infopath form service.
    please help to solve the issue.
    Thanks in advance!
    Regards
    rajni

    Hello,
    It seems enterprise feature is not activated to your site, not CA. Please go to your site Site Settings/Site Collection Administration/Features and activate the SharePoint Server Enterprise Site Collection features.
    See this thread for your ref:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5225cb4a-f981-49b5-ac1c-e3c832bcf79d/this-feature-requires-sharepoint-server-2010-or-greater-with-infopath-forms-services-enabled?forum=sharepointgeneralprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How To Configure My Forms And Reports In IAS10g?

    Hi Gurus,
    I installed database 10g,IAS10g,forms and reports10g(J2EE/OC4J
    Environment) separately.
    now i want to configure my forms and reports in IAS 10g.i can run the form from
    formbuilder after started the oc4j.but i am not able to run in ias .
    anybody know the link" how to configure forms and reports in ias " just
    forward to me.
    Regards
    Gopinath M

    Hi,
    you should be able to do the same because Forms and Reports are automatically set up. You need to customize the tnsnames.ora of te applicationServer Network/Admin directoy to point to the database you created. Then you configure the Forms application in the formsweb.cfg file of the Forms/server directory
    The access is through the HTTP port of the application server
    Frank

  • How to configure a forms 6i server

    Hi
    I am trying to configure an oracle 6i server for a college project and need some help. I have the documentation but its very confusing and not beginner orientated!
    I am using windows XP. The forms server 6i,Apache and Jinitiator are installed in the following folders all on the same machine:
    C:\Program Files\Apache Software Foundation\Apache2.2
    C:\orant\FORMS60\server
    C:\orant\jinit
    How do i configure the Forms Server? I am connecting to a database over a network and the forms i am using are in the folder:
    C:\orant\FORMS60\server
    What environment variables should i change and to what?
    What modifications should i make to the configuration files generated by th oracle installer i.e formsweb.cfg,base.htm and basejini.htm
    As you can see i really need your help. Any advice would be greatly appreciated.
    Thanks,
    Jackie
    Message was edited by:
    [email protected]

    Ive looked over the base.htm file and formsweb.cfg file and they appear to be fine but i may be missing something,.maybe you can see something i cant in these files:
    On opening the base.htm file nothing happens even when i directly
    specify the mainmenu form
    the base file contains:
    <HTML>
    <!-- FILE: base.htm (Oracle Developer Forms) -->
    <!-- This is the default base HTML file for running a form on the -->
    <!-- web using APPLET-style tags to include the Forms applet. -->
    <!-- This file will be REPLACED if you reinstall "Forms Web CGI and -->
    <!-- cartridge", so you are advised to make your own version if you -->
    <!-- want to make any modifications. You should then set the -->
    <!-- baseHTML parameter in the Forms web CGI configuration file -->
    <!-- (formsweb.cfg) to point to your new file instead of this one. -->
    <!-- IMPORTANT NOTE: default values for all the variables which -->
    <!-- appear below (delimited by the percent character) are defined -->
    <!-- in the formsweb.cfg file. It is preferable to make changes in -->
    <!-- that file where possible, and leave this one untouched. -->
    <HEAD><TITLE>%pageTitle%</TITLE></HEAD>
    <BODY %HTMLbodyAttrs%>
    %HTMLbeforeForm%
    <OBJECT classid="CAFECAFE-0013-0001-0006-ABCDEFABCDEF"
    WIDTH=600
    HEIGHT=480
    codebase="http://acme.com/jinit1316.exe#Version=1.3.1.6">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/forms60code/" >
    <PARAM NAME="ARCHIVE" VALUE="/forms60code/f60all.jar" >
    <PARAM NAME="type"
    VALUE="application/x-jinit-applet;version=1.3.1.6">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverArgs" VALUE="module=order.fmx">
    <PARAM NAME="serverApp" VALUE="default">
    </OBJECT>
    %HTMLafterForm%
    </BODY>
    </HTML>
    The formsweb.cfg file contains:
    ;; Forms Web CGI Configuration File
    ; This file defines parameter values used by the Forms Web CGI
    ; PARAMETER VALUES USED BY DEFAULT
    ; SYSTEM PARAMETERS
    ; These have fixed names and give information required by the Forms
    ; Web CGI in order to function. They cannot be specified in the URL
    query
    ; string. But they can be overriden in a named configuration (see
    below).
    baseHTML=c:\orant\FORMS60\server\base.htm
    baseHTMLJInitiator=c:\orant\FORMS60\server\basejini.htm
    HTMLdelimiter=%
    MetricsServerPort=9020
    ;MetricsServerErrorURL
    ; The next parameter specifies how to execute the Forms applet under
    ; Microsoft Internet Explorer 5.0. Put IE50=native if you want the
    ; Forms applet to run in the browser's native JVM.
    IE50=JInitator
    ;IE50=native
    ; 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/ifcgi60.exe?form=myform&width=700")
    ; or by overriding them in a specific, named configuration (see below)
    ; 1) Runform arguments:
    form=C:\orant\FORMS60\server\MAINMENU.fmx
    userid=student19/s19@orcl
    ;otherparams
    ; 2) HTML page title, attributes for the BODY tag, and HTML to add
    before and
    ; after the form:
    pageTitle=Oracle Forms Server
    ;HTMLbodyAttrs
    ;HTMLbeforeForm
    ;HTMLafterForm
    ; 3) Values for the Forms applet parameters:
    width=6500
    height=5000
    separateFrame=false
    splashScreen=yes
    ; select default background by not specifying a value
    ;background
    lookAndFeel=Oracle
    colorScheme=teal
    serverApp=default
    serverPort=9000
    serverHost=localhost
    connectMode=HTTP
    archive=f60web.jar
    archive_jini=f60all_jinit.jar
    archive_ie=f60all.cab
    ; 4) Parameters for JInitiator
    ; Page displayed to Netscape users to allow them to download
    JInitiator.
    ; If you create your own version, set this parameter to point to it.
    jinit_download_page=/jinitiator/us/jinit_download.htm
    ; Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0006-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,6
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.6
    ; SPECIFIC CONFIGURATIONS
    ; 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/ifcgi60.exe?config=sepwin".
    ; Example 1: configuration to run forms in a separate browser window
    with
    ; "generic" look and feel (include "config=sepwin" in the
    URL)
    ;[sepwin]
    ;separateFrame=True
    ;lookandfeel=Generic
    ; Example 2: configuration affecting users of MicroSoft Internet
    Explorer 5.0.
    ; Forms applet will run under the browser's native JVM rather
    than
    ; using Oracle JInitiator.
    ;[ie50native]
    ;IE50=JInitiator
    ; Example 3: configuration forcing use of the base.htm base HTML file in
    all
    ; cases (means applet-style tags will always be generated and
    ; JInitiator will never be used).
    ;[applet]
    ;baseHTMLJInitiator=%FORMS60%\server\basejini.htm

  • How to configure Adobe forms

    Hi All,
    I am having ECC 6.0 SAP System.
    In that one I am unable to create an Adobe form .
    Can u please let me know what are all the  prerequisites to configure.
    Reagrads,
    Rohit

    Check note 944221
    [Adobe Document Services Configuration Guide in the Help Portal|http://help.sap. com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm]  -> Adobe Document Services Configuration Guide -> Configuring the Web Service -> Securing Access to the Web Service ->Configuration Check -> Configuration Check for PDF-Based Forms in ABAP

  • How to configure lion mail service with lion server settings

    I've sucessfully setup outgoing mail but I keep getting "The server returned the error: The server "incoming.domain" cannot be contaced on port 110".  What configurations for Lion Server and Mail incoming mail server do I need to receive mail?

    Please also see:
    How To Configure Workflow Notification Mailer To Send Email Notification For Only One Workflow Item type/Process? (Doc ID 786647.1)
    Configuring A Notification Mailer Based On A Specific Item Type. (Doc ID 415723.1)
    After Upgrade R12.1.3 All Alerts Are Completing With Signal 11 (Doc ID 1438919.1)
    Oracle Alert Response Processing Is Not Working After R12.1.3 Upgrade (Doc ID 1505620.1)
    Thanks,
    Hussein

  • How to configure workflow mail service..

    Hi Experts,
    How to configure the workflow mail server.
    I will tell you my requirement,
    i have to configure email notification for oracle application R12.1.2 , all the emails related to administration  should go to one email id, this email id is of gmail. I am not able configure it.
    Oracle application : 12.1.2
    Oracle Database : 11.1.0.7
    Please help me.
    Regards,
    Mohd Mohtasham Jeelani

    Please also see:
    How To Configure Workflow Notification Mailer To Send Email Notification For Only One Workflow Item type/Process? (Doc ID 786647.1)
    Configuring A Notification Mailer Based On A Specific Item Type. (Doc ID 415723.1)
    After Upgrade R12.1.3 All Alerts Are Completing With Signal 11 (Doc ID 1438919.1)
    Oracle Alert Response Processing Is Not Working After R12.1.3 Upgrade (Doc ID 1505620.1)
    Thanks,
    Hussein

  • How to configure Oracle forms/reports 10g to Oracle Database 10g

    Dear All,
    I have downloaded oracle Developer Suite 10g for microsoft Windows (CD1/CD2) from edelivery.oracle.com.
    I have also downloaded Oracle 10g xe edition from oracle.com.
    Both above software are on the same machine.
    Now, I have creaated new database, created few tablespaces,tables,indexes,functions etc on it. SID_NAME=xe.
    I want to configure both the software(connect them) so that i can generate some reports, create forms and applications(on the same machine not on network).
    How do i do that?
    Best Regards,

    did you set tns_admin? do you know what it's for?
    don't edit tnsnames.ora manually if you can help it.
    you have 2 tnsnames.ora. one is from the xe install. the other is from the developer suite install.
    what does the one for your developer suite look like?
    if you used the the network config assistant in a straightforward way, then it should end up with an entry similar to what you have in your tnsnames.ora from your xe installation.
    the netconfig assistant has a TEST step in it. did you try that? you might need to change the username/password when you test it.
    the main thing here is the tnsnames.ora. the way it will be located is in a particular order. it will check in this order, more or less
    1. in current working directory
    2. TNS_ADMIN defined by the session
    3. TNS_ADMIN defined as a global environment (in control panel)
    4. TNS_ADMIN defined in registry
    5. default location (network\admin directory).
    so if your developer says it can't resolve the name, then it means it is not defined in the tnsnames.ora it used. you need to determine which tnsnames.ora file it's using, and is it configured correctly.
    if you did not set tns_admin, check your E:\DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora
    this is the one developer will use by default.
    it should have an entry similar to the one from your xe install e.g.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oraclelaptop.yic.edu.sa)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    then when you run forms/reports, you should connect as user/password@xe

  • How to configure adobe document services

    hi
      experts,
        i have downloaded the adobe document service from sap i need to know where it has to be installed wheather in client side or on server side how to install and configure it.

    Hi Ameen,
    Check the ADS Configuration guide in https://websmp210.sap-ag.de/adobe -> Media Library->Documentation.
    Its configured in the java stack of the WAS.
    Regarding any issues while configuring, please search this forum for similar posts.
    Hope this helps,
    Anto.

Maybe you are looking for

  • MDD refuses to sleep or shut down...

    Hi, My mother is having a very frustrating problem with her MDD powermac. It refuses to shutdown or sleep. When I tell it to sleep, the screen goes black, and the fans stop. However, right as the fans stop, they start back up again and the computer i

  • EXPORT_TABLE_UPDATE_CONFLICT in running 2LIS Stat Set up

    Hi experts, while running the OLI setup of 2LIS_12_VCITM and 2LIS_03_BF and checking the background job in SM37, my job was cancelled and when I check the Logs, the following error occured. EXPORT_TABLE_UPDATE_CONFLICT, The current ABAP program "SAPL

  • How do i customize a ringtone with a track I purchased in the play store?

    I purchased a track through the play store but when I open the music app (the white cirlce with the green music note) the track doesn't show up. I tried looking for the sync music option under settings but no luck. The track shows up in the play musi

  • Want to put a curve in an image along one side

    hi , can anyone help an inexperienced user of PSE9 I have a rectangular photo and want to make one vertical side curved. How do I do it  ? Many thanks

  • WPC Publish error with iView

    Dear All, My WPC encounter publish runtime error with iView implementation. The error is.. Portal runtime error. An exception occurred while processing your request. Send the exception ID to your portal administrator. Exception ID: 01:30_20/11/09_010