Forms 11g deployment - each form app requires a config section?

Hi,
I am deployng forms 11g to WLS 10.3.2 and I have a question whether or not I have to create configuration section in the Web Configuration page of the Fusion Middleware Control
Farm_Domain -> Forms -> Web Configuration
for EACH form app that I need to run?
I am looking at the Forms Services deployment Guide 11g (E10240-02) and it looks like I have to following the chapter 3.3.1 Deploying your application.
In which case I will end up with quite a few configuration sections.
Am I missing something here?
Thank you
Anatoliy

The answer to your question probably depends on how you define the term "app". Generally speaking, you don't need to make any configuration changes unless you feel the need for custom settings either in the environment or with the applet parameters. If you just want to change the form (app) you are running, simply change the value of "form" in the URL. For example:
http://server:port/forms/frmservlet?form=myPOS
http://server:port/forms/frmservlet?form=Inventory
http://server:port/forms/frmservlet?form=Payroll
...where in the above, myPOS is myPOS.fmx, Inventory is Inventory.fmx, and Payroll is Payroll.fmx
For the most part, assuming you did not want to store these files in the same directory, the only changed needed for this example would be to update the value of FORMS_PATH which is an environment variable. It can be updated in FMC in the same place which you already noted except instead of Web Config, it would be an Environment change.
If the environment setting need to be different for these forms (applications), then yes, you will need to create custom config sections for each so you can define whatever customizations you desire. As for applet parameters (most of the ones found in formsweb.cfg), you can add these directly to the URL. For example:
http://server:port/forms/frmservlet?form=myPOS&separateFrame=true&colorScheme=swan

Similar Messages

  • Online Help in Web Deployed Forms App

    In a Designer generated Forms app deployed across intranet via Forms Server, what options do I have for an online help system? Is Designer's ability to generate MS Help files useful outside client/server environment? Thanks in advance.

    I'd also consider checking a test case with Oracle Support to confirm its the same issue as well.
    Regards
    Grant Ronald
    Forms Product Management

  • How URL is assigned to different users when forms apps is launched?

    when i open my forms application, which is developed in forms 10g
    it first opens a browser which will have URL like below given one:
    https://app.company_name.com:1234/forms/frmservlet?form=first_form.fmx&otherparams=connectRow%3SAASZgPFFAGAAAgXVAAA
    then it opens the application.
    when i close the form, this web browser also get closed or vice versa.
    again when i open forms application, it opens web browser with below URL which is different from above one and then forms application
    https://app.company_name.com:1234/forms/frmservlet?form=first_form.fmx&otherparams=connectRow%3SAASZgPFFAGAAAgXVAAB
    you can see difference in AAgXVAAA and AAgXVAAB in the URL
    i want to know how this URL is assigned each time i open the application??
    FYI - i dont insert id ,password. it directly logs me in using my windows id.
    does every application user will get separate URL assigned??
    will same URL like AGAAAgXVAAA be assigned to more than one user at a time??
    above question is regarding a issue that we are facing in the production. given below is the issue :
    when i open my forms application by double clicking a shortcut,
    it first opens a browser which will have URL like below given one:
    https://app.company_name.com:1234/forms/frmservlet?form=first_form.fmx&otherparams=connectRow%3SAASZgPFFAGAAAgXVAAA
    then it opens the application.
    if i copy the URL and open other IE browser and paste the URL and change the countrow% in URL to 3SAASZgPFFAGAAAgXVAAB it logs me in as other person. that too in production. which is a security issue.
    so i want to know how to solve this issue.
    how is OAS or oracle HTTP server is assigning these URL's??
    and how to stop this??
    few end users got this issue. their application was hung up and when they again opened the application, they logged in as other person.
    to replicate the issue , i played trial and error and i could log in as other person when i changed URL .
    does single sign on helps in solving this issue? does single sign on works only when i enter login id and password??
    because in my case i didnt give any login , i directly gave the URL in browser and hit enter which opened application with other employees name.
    i saw formconfig file which had single sign on as false for some setting. i think this is creating problem as SSO is used for authentication.
    i might be wrong though
    i appreciate your help
    Thanks
    Tibbu

    When you make a forms "profile" into OID they will be redirected to the config section they belong to, try to check that in http://youserver:7777/oiddas page, for evey user.
    Greetings

  • How to close open cursors in a forms app

    All,
    I'm not a forms developer. I'm a database administrator so I'm asking this question from that perspective. I know nothing about forms development.
    We have several forms applications that appear to hold many SELECT cursors open when they run. I've asked my forms developers about this and they are giving me the idea that they don't have much control over this. I have no idea myself so I'm asking here.
    When one issues selects from a form, do those selects remain as open cursors while the form runs? Is it possible to close those select cursors from within the form so that the application does not keep so many cursors open simultaneously?
    I am typically seeing a forms application with 70-100 open cursors. And we have hundreds of end users each running the forms application which is causing a lot of problems with the sheer number of open cursors.
    I've already bumped the database OPEN_CURSORS parameter but it's my feeling that developers should be doing a better job of closing cursors from within the form.
    Can anyone give me some guidance here or point me to some documents that describe how to reduce the number of open cursors to the database from a forms app?
    Thanks,

    There are several ways Forms use cursors. In the standard default method, users enter a query where condition and then execute the query. This process opens a cursor on the server, and the form fetches a few (20 or so) rows and displays on the screen (in a base-table "block"). If the user scrolls down, more rows are fetched from the cursor. This can go on and on if the user keeps scrolling down through the data. I am not sure when the cursor gets closed -- there is no Forms command to close this one. Only closing the form, or else re-executing the query process would close such a cursor.
    In the PL/SQL code, where the developer has control, a cursor can be opened, rows fetched, and then closed. This can be done either with Open-Fetch-Close or in a For... Loop. The developer can explicitly close this cursor, or PL/SQL theoretically closes the cursor when the block of code is exited.
    There is of course the SQL Select into, but that only works in PL/SQL for single-row selects. I doubt this is a major problem.
    And finally, there are the record groups, where Forms runs the select to draw all the data into an array in the form. These should be closed automatically, I believe.
    Now... if you can determine which tables the cursors are remaining open, maybe your developers can zero in on the forms, and maybe clean up some things. However, I am doubtful much can be done. It seems to me that if the open cursors are causing some database sluggishness, then maybe adding more memory on the server is the best option.

  • Default db when login into a forms app

    Hi all,
    When I go to a forms app in my browser, I'd like the forms server uses a default database in case the end user leave such field in blank. I tried appending LOCAL=mydb in the env file defaults.env, but it not worked. mydb is corretly seted in the tnsnames.ora file.
    Is there another way to do this? Is there something I'm doing wrong?
    Thanks!

    U need to use the get_appplication_property to catch the database username, password and connect string.
    If u want the default values to appear here, then before the user logs in try to login with guest username and connect string and then logout. Next time when it prompts it will show the username and connect string.
    In our implementation we have a guest username and it logs to the database as soon as the appln is launched. Each username is same as the default windows OS username and using webutil we get the username. So when an end user tries to login, it automatically displays the username & connect string. They just need to enter the password.
    Rajesh ALex

  • Multi Form App.

    Hello,
    My forms9i application is a multi form app with a menu. I have used Call_Form to show my screens in hte application.
    Now I need to change the application to show multiple screens at a time. ie the user needs to toggle and work b/w multiple screens. I understand that I have to use Open_Form now. And with a new Session for each screen as validations from each screen need to fire?
    I notice that when I use Open_form the menu needto be attached to each screen and my menu need to be enable\disabled in each form! Is this the only way?
    Any other issues that can come up in using Open Form?
    Comment from your experience shall be of great help
    Thanks
    Sajan

    Were you able to find any solution?
    Thanks,
    Venu

  • HT1766 How to recover all my apps purchased form App store on my new iphone ?

    How to recover all my apps purchased form App store on my new iphone ?

    If your former iPhone or iOS device was backed up wirelessly with your Apple iCloud account, when going through the setup assistant with a new iPhone you are prompted to transfer the backup for another iPhone or iOS device. A record of all apps that are or were on the the other iOS device will be transferred to the new iPhone along with all other data included with the backup. Each app will be downloaded.
    Or all apps can be re-downloaded manually by the iPhone one by one, or if all apps are in your iTunes library on your computer you can transfer the apps to the new iPhone via the iTunes sync process.

  • Safari 5.1.1 is not recognizing my html5 form validation "required".

    Safari 5.1.1 is not recognizing my html5 form validation "required". I've tried writing it several different ways with no luck. The "placeholder" validator does work. It works fine with Firefox. Help!

    When I reset safari I have everything checked. It does not hurt anything. What you did was one of the fixes I saw, The other was to not use tabs in safari. The reason I asked you to go to extension in safari preferences is to see if you had adware hiding in there. Apparently  you are not the only one using gmail that runs into this. You could go to you home folder/library/preferences and delete ether the safari plist. or the mail plist. I don't know which would control gmail. But the next time you open those apps the preferences recreate themselves. Some people set up their mail account in mac as gmail. The only think is the incoming is an imap instead of pop. And you are right, there is no update for safari. you would have to update your operating system. I run snow leopard to. My daughter runs yosemite, If I were to go to yosemite,I would have to delete a couple of apps as they will not run there.

  • Adobe Reader error when downloading a Form (IMM5257E - required for CIC - Canadá)

    I received an error when downloading a file viwh the Adobe Reader version 11.0.07.
    A message like this appear:
    To view the full contents of this document, you need a later version of the PDF viewer.

    Pat Willener!
    GREAT THANKS! GREAT THANKS! GREAT THANKS!
    I was using Google Chrome, and did not suspect that this could be the
    problem.
    I used I.E. and the download worked. So that's it.
    Great thanks again.
    Vilson Drehmer
    Rua Balduíno Pedro Vier, 693
    CEP 95.880-000 - Estrela - RS
    Fone: (51) 8401.2253
    E-mail: [email protected] <[email protected]>
    CRA-RS 6364
    2014-05-28 5:26 GMT-03:00 Pat Willener <[email protected]>:
        Adobe Reader error when downloading a Form (IMM5257E - required for
    CIC - Canadá)  created by Pat Willener<https://forums.adobe.com/people/pwillener>in *Adobe
    Reader* - View the full discussion<https://forums.adobe.com/message/6414530#6414530>

  • I am filling out a form that requires me to put a passport photo using Adobe Reader.

    I am filling out a form that requires me to put a passport photo using Adobe Reader.
    However, when I click on the square to insert the photo, a screen pops up telling me to "select a PDF file and import it as an image" and just an "OK" button to press.
    When running the debugger, I get NotAllowedError: Security settings prevent access to this property or method. Field.buttonImportIcon:6:Field Click here to add a photo:Mouse Up. Any way around it? Below is the problem I'm talking about.

    Thanks for your reply.
    I've converted  photos into pdf format and it still won't allow me to insert the photo. I wouldn't know whether it'd be too large or small since I cannot insert it in the first place.
    "Warning: Javascript Windows: Select the PDF file to import this button as an image" is the message that keeps appearing. I can't seem to find anything related to this.

  • Conversion of forms app to adf and 'user'

    we are about to task the conversion of a forms app to adf.
    there is a lot of back end pl/sql code, audit triggers that use the 'user' built in function call which will not be of much use if the adf application is going to login as one user and set a username in the security context or something of that nature.
    do we have no choice but to go through and change the 'user' function call to something else?
    doesn't this make it difficult to support the app using the oracle designer tool and the generated table api?
    any information on axioms regarding this problem most appreciated.

    By default your application will use one user to connect to the database via a connection pool, which is the preferred option for scalability. However if you're building a new application on top of a large Oracle database legacy system where this doesn't suit, you can change ADF's default behaviour to use something called "Dynamic JDBC Credentials". In this mode, the username/password is used to login to the database, effectively using the user's credentials to connect to the database, and essentially the database user function will return the desired result.
    So for you it's a question of:
    a) If ultimate scalability is the priority, convert your existing code over to stop using "user"
    b) If scalability is not a priority, but supporting your legacy database infrastructure is, go with the Dynamic JDBC Credentials option.
    CM.

  • Send message to NT Forms app from Linux Server

    I have an external process(C) automatically inserting data into
    Oracle8.0.5 database. On a before insert DB trigger I run another
    C procedure to compare new insert to existing data.
    If certain conditions are met, I need to notify any user of a
    separate Forms5 app that these conditions exist. How can I
    automatically communicate this information to Forms users?
    I would appreciate any suggestions.
    Thanks
    Note: DB and C processes running on Linux server, Forms app on
    WIN 98/NT clients.
    null

    Bev (guest) wrote:
    : I have an external process(C) automatically inserting data
    into
    : Oracle8.0.5 database. On a before insert DB trigger I run
    another
    : C procedure to compare new insert to existing data.
    : If certain conditions are met, I need to notify any user of a
    : separate Forms5 app that these conditions exist. How can I
    : automatically communicate this information to Forms users?
    : I would appreciate any suggestions.
    : Thanks
    : Note: DB and C processes running on Linux server, Forms app on
    : WIN 98/NT clients.
    Bev;
    If I understood correctley, you are using forms bulider 5.0.
    Then there is a trigger WHEN-TIMER-EXPIRED that can be used that
    in certain time or timer go against DB and verify that logic has
    been met and also a MESSAGE box can be added to your future.
    null

  • Open Oracle Forms app from APEX

    How can I open an Oracle Forms application from within APEX?
    Right now, the Forms app is accessed simply through a Bookmarked hyperlink, so it seems to me I should be able to open a browser window and send it the same url from within APEX. Can someone provide all the details please? Thank You.

    I don't know about Oracle Forms specifically... but you should be able to put a link to any arbitrary URL within your Apex application, and have the browser access that URL.
    For instance, you can create a button and set that URL as the button's location, or create a Display-Only item with a default value set to a block of HTML including an &lt;a href&gt; tag.

  • Example Oracle Forms app viewable online?

    Hi,
    Can anyone point me to an example Oracle Forms app available online using IE and Jinitiator?
    I don't have the environment to run demo code, and am not interested in the code itself, I simply want to run an app in IE to try to replicate a conflict between jinitiator and an IE Add-in that I'm responsible for.
    thanks,
    - Rory

    Our browser Add-on is only available for IE, and the problem only happens when the add-on is running. So we've not tried Firefox but it wouldn't help unfortunately.
    - Rory

  • 10g Forms App on Mac

    I'm having difficulty understanding the problem I'm having with getting our forms app to come up on a Mac. The user has tried several browsers and has gotten error FRM-92050. I looked this up on metalink but the solution was linux related so I don't believe it applied in our case.
    I wonder if there is some configuration I need to do or something on the mac I need to do. I'm very unfamiliar w/ Macs so any assistance with this would be helpful.
    The forms app is a recent upgrade from 6i to 10g of which I am still working on but I have enough completed to run tests on our users' machines.

    I have experienced the same problem. The error message is FRM 92050 Failed to connect to the server /forms90/l90servlet-1
    details...
    java Exception:
    java.io.IOException:Negative content length from http://192.168.1.254:7777/forms90/f90servlet?config=dominio&acceptLanguage=it-it,it;....
    I haven't any problems on Windows or linux.
    Is there someone who knows the solution?

Maybe you are looking for

  • What the Macbook Pro should have

    Hi guys, 2 weeks ago I purchased my first Apple laptop - the Macbook Pro 13", before that (and still sometimes) I used PC. Even though the design is great, there are things that could be done to make it perfect. Here is my list, please tell me what y

  • Can I recover lost song?

    Okay, I've only had my iPod for a few weeks so I keep making a lot of rookie mistakes. I had about 2,000 songs loaded (some from my computer and some from my friend's computer) and started making playlist. For some reason, the playlist would show the

  • Switch Case Statement Help...

    Hello, I am trying to get my pages through Case Statement But... Can any one Help me.. here is my code.. This is my Buttons Code... My buttons are on 1st Frame of My FLA.. stop(); btn1.addEventListener(MouseEvent.CLICK, varTest); btn2.addEventListene

  • Backing up iPhoto keywords

    Hi all I've spent a good amount of time assigning keywords to all of the photos in my iPhoto library. It's made life wonderful but I want to back up my time investment. What's the best way to back up iPhoto so that it will retain all of my keywords?

  • IBM External Keyboard Hotkeys not working with T60.

    Hi, I have connected an IBM External keyboard to my T60. Everything is working fine except the hotkeys on top of the keboard and Access IBM button. Keyboard Details Model No SK-8815 P/N - 89P8800 Does anyone know how to fix it? Thanks, Simon Mandy So