Running Forms on oracle Application 10g(9.0.4) on terminal Server

oracle application Server Installation guide for windows states that
Oracle Application Server is not supported on Windows operating systems that
include Terminal Services (for example, Windows NT Terminal Server Edition and
Windows 2000 with Terminal Services are not supported).
My Remarks : It means Oracle Application server cannot be installed on the Windows server on which Windows Terminal Services are on.
Please consider the following deployment scenario
Server 1
OS : Windows 2000
Software Installed : Oracle Database 10g
Server 2
OS : Windows 2000
Software Installed : Oracle Application Server 10g(9.0.4) on which Forms and Reports are deployed
Server 3
OS : Windows 2000 as Terminal Server
Software Installed : IE 6.0 , that will act as Client Machine.
I have following Queries
1. Oracle does not allow OAS installed on Terminal Server, will it allow Terminal Server( Server 3) to act as Client and to run web base forms and reports on it.
2.
In case It allow to run forms and reports on Terminal Server ( Server 3) does it means thin client machines connected to Terminal Sever can access Forms and Reports.
Thanks and Regards,
Ankur Diwan

The bottom line is that we don't certify running Forms using the features of a terminal server to serve up any part of those Forms. That doesn't mean it does not work, but its not certified or supported.
Regards
Grant Ronald
Oracle Product Management

Similar Messages

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications.
    Currently or by default it displays the reports order by Applications name, but the requirement is that It should display reports Order by Report Name instead of Applications Name.
    Any one have idea how to customized the form, can it is possible through custom.pll or any other method.
    THanks in Advance
    Muhammad Ali

    The Report Submission screen is FNDRSRUN. The LOV for the concurrent program name is based on the PROGLOVDEF record group, which has the "order by a.application_name, p.user_concurrent_program_name" order by clause.
    As far as I know, you cannot modify the query for a "static" record group (defined in the form) at run time, so I can't see that you could do anything with the CUSTOM.pll.
    However, you could create a customised version of the form (same name) with a different order by on the record group, but then you have to reapply the customisation every time the form is patched (or you lose the customisation).
    You can create a custom copy of the form (different name) and then update all of the functions that call the standard form to call your custom form, but there are lots of functions that call this standard form and you have the problem with patches overwriting the customised function anyway.

  • How to run and display oracle application standard reports in portal

    We have portal with oracle applications framework. We want to provide the users the ability to run certain standard oracle applications reports in Portal?
    Is there a way to do it?
    thanks -
    sri

    Hi Sri,
    Here you can learn about integrating Oracle Reports with OracleAS Portal: Oracle Application Server Reports Services Publishing Reports to the Web.
    Peter

  • Does BusinessObjects 5.1 can run on an Oracle database 10g?

    Hello,
    Can anyone tell me if BusinessObjects 5.1.6 can run on an Oracle database 10g?
    Thanks in advance for your answer
    Thierry

    Markus Waldorf wrote:
    Did you run the post-installation?
    $ sudo /etc/init.d/oracle-xe configureYes I've done it but it doesn't seem to work...

  • Modifying Form Behaviour Oracle Applications

    Hello:
    I have a problem with a form in Oracle Applications 10.7.0.
    FORM - RCVCOFND.fmb ( Find Expected Receipts (16) ) Receiving--> Receipts
    Upon entering this form Input Focus defaults to "Source Type". Users have decided that they would like to Default to "Purchase Order" item upon entry to this form.
    I added code to CUSTOM.PLL that tests for WHEN-NEW-FORM-INSTANCE and form_name however form_name returns "RCVRCERC" which is not the form that I want to modify navigation.
    Further investigation reveals that form RCVCOFND has its own PLL, BUT we are not allowed to modify this PLL, only the CUSTOM.pll is modifiable.
    Does anyone have any suggestions or could advise on a workaround please.
    Oracle Applications 10.7.0 SC161
    Oracle Applications Client SC161
    Application Object Library 7.5.16.02
    Oracle Forms 4.5.7.1.8
    RDBMS 8.1.6.3.0
    Thanks.
    N.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • Running forms 6i on a 10g database

    We are encountering problems running forms 6i on a 10g database. the forms keep dropping and we get ifrun files with access_voilation c0000005 error. Has anyone encountered this problem

    Some breaking news - we are planning to certify 6i against 10g - but as Frank points out - you will be required to patch up - we are targetting Patch 17.
    Regards
    Grant Ronald
    Forms Product Management

  • Unable to run forms in oracle forms developer 10g

    I am using oracle forms developer 10g on oracle application Release 12.
    When i run form i am getting error that weblistener is not running on default port 8888. Then i changed it to 8000. But still i am not able to run the forms.

    Nivas,
    In addition to running OC4J, you must also have your browser configured to use a Java Runtime Environment. The easiest - and preferred - method is to install the Oracle JInitiator as there is not configuration needed other than the installation. You can also use Sun's JRE, but you would have to research how to configure your PC correctly. The other option is to change your FormsWeb.cfg file to use the Browser Native JRE. Edit the formsweb.cfg file and find the IE= directive. The Default is IE=jinitiator. Change this to IE=Native, save your changes and you are done. This is not the preferred solution, but it does work.
    Craig...

  • How to deploy oracle forms on oracle application server 10g release3

    i have installed oracle database 10.1.0.5 and oracle application server 10.1.3.1.
    I have to run forms using this setup.
    I was unable to find which version of oracle application server forms and reports should i install to run.
    I would appreciate if someone can guide me.
    Regards.
    Sid.

    Application server 10.1.3 does not have Forms. You should install 10.1.2.0.2 version. See Re: Forms / Reports services in 10gAS Release 3

  • ORA-44356 when running report from Oracle Application Server 10g

    All,
    We have some reports that we developed using Reports Builder 10g. We use a few program units that run with every record that use the exec_sql package to run dynamic sql in a remote database. Everything runs fine when we test the reports in Reports Builder. After we compile the reports into the .rep format and place them on our Oracle Application Server 10g portal instance, we are running into the subject error when we try to run the report from the website. From the research that I've done, it seems that this error has to do with the use of exec_sql, but there is not too much info on the web regarding this error number. Running a trace when running the report in Reports Builder doesn't show any errors, and to further complicate things, this error only occurs on some reports...others that use the exec_sql package work fine.
    Does anyone have any ideas as to why this might be happening?
    Thanks for your help,
    Tom

    Nothing is different between the reports in the exec_sql section. The strange part is that the reports will bomb out seemingly at random, at different times, and during the execution of different program units. I was able to find a work-around using DB Links, but I'd rather not use the DB Link if I can avoid it.

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • How to create form in oracle application express

    hi friends,
    i am a new person in oracle application express software.
    i just want to ask that can we use oracle application express as a front end for oracle 10g database???
    if yes then can any one tell me that how to create form in it?
    is there any connection string to connect that form with oracle 10g.
    Please do me reply soon thanks

    To this forum... please:
    Oracle Application Express (APEX)
    Greetings

  • Problem running forms in Oracle 9i IAS iSuites

    Hi,
    I'm trying to get Forms 6 running on an Oracle 9i IAS iSuites application server. When I try to access a form via the web I get a HTTP-500 Internal Server Error. The Apache\Apache\logs\error_log file contains the following entry:
    [Tue Oct 06 11:39:05 2009] [error] [client 159.207.200.55] Premature end of script headers: d:/oracle/806/tools/web60/cgi/ifcgi60.exe
    I've tried fiddling around in various configuration files but without more detail about the error I'm not sure what to do. Does anyone have any advice on how to go about debugging this problem?
    Thanks
    Adam

    Hi there,
    installing 6i for 8i on the same box is not a problem. I find it better, on a personal pc to have them in different homes.
    - create a folder called 'Oracle6i'
    - when prompted for the install home - point to this new directory
    once the installation is complete you will need to copy the tnsnames.ora file from the oracle database home and paste it into the corresponding directory of the oracle6i installation.

  • Share JVM on the client using ORACLE Forms on Oracle Application Server 10x

    Hi All,
    excuse the question, if it's wrong here:
    We have a problem running an Oracle Forms Application on an Oracle Application Server 10.1.2.3
    Local requirements do not allow multiple JVMs to run on the Client where the Oracle Forms Application is shown.
    Is there any neat way to prevent Multiple Instances of a Forms Application to each run a JVM on the client ?
    (Issue shows up on windows xp, iexplorer 8, ...)
    Any help much appreciated.

    Rephrasing...
    You have a web server - Oracle Forms.
    You want to prevent a user, which is accessing the web server, from opening more than one instance of IE (accessing the web server twice.)
    I would suspect that the answer requires support from the web server. And if that is the answer then this becomes a specific question about Oracle Forms (and not a general one about java.)

Maybe you are looking for

  • Publishing problem with Word

    When I publish a 57 slide document to Word, some slides move the text caption up higher on the slide in the wrong place, and the bottom of the full slide is missing (where the text caption is supposed to be located). Any ideas how to fix this? Thanks

  • How to rename a column name

    dear friends, Is there any other way to rename a column without creating another table with the requested colum name and dropping the eariler table after inserting the values from it.

  • Adobe Reader 8

    I recently downloaded adobe 8. It seems to take forever to download a file and when it does the size is 162% How can I change for quicker downloading and smaller font? Thanks for your help, Ken imac G5   Mac OS X (10.4.2)  

  • From where I can download Oracle Client 11g R2 for Windows 7 64bit? Thanks in advance.

    From where I can download Oracle Client 11g R2 for Windows 7 64bit? Thanks in advance.

  • Creative Cloud single app

    Hello. If I sign the creative cloud single app (Indesign), can I publish  unlimited apps?