Forms server on Different OS

Hi
I am using R12.1.2 Application with 10.2.0.4 database. configuration is like
Node 1 : Database and CM node
Node 2 : Web, application, forms.
my existing configuration is is running on HP-Unix 11.11 version.
I want to add one more form server which should run on Linux. can i do like this? what issue i will face if i am doing like this. kindly suggest which flavor of linux will be more compatible.
Thanks
Krishna

Krishna,
According to the installation manual, you can add more than one application tier node and specify different OS for each node. However, I would suggest you log a SR (as mentioned above) to confirm with Oracle support.
Oracle Applications Installation Guide: Using Rapid Install
http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
Thanks,
Hussein

Similar Messages

  • Different between Forms Server & OAS ?

    Hi all,
    I want to use Form 6i based on 3 thier environment. So, the client able to use form application on web based environment.
    How to install that ?
    Must I install OAS in middle thier + Forms Server ?
    or
    Only Forms Server in middle thier ?
    or other oracle product like oracle portal, ect ?
    null

    You need to have forms server as well as a web server on the niddle tier.
    You better have a web server that support servlets to be able to run with the servlet architecture of forms.
    Since licensing of forms server is bundeled with Oracle9iAS, you should probably install Oracle9iAS on your middle tier which will install the servlet enabled web server + forms server all configured and you'll be ready to go.
    You can find more information on forms on the web architecture at : otn.oracle.com/products/form

  • How to issue print command from report/form server to client printer on web

    1) We have a client server application which is to be deployed on the web environment. The reports generated in our application are having a destination type as File. These reports are printed after applying some print format (escape sequences) which are passed on to the printer programmatically at runtime while printing.
    Now when this application is shifted on to the Application server (Forms server & Reports Server )in web environment ,the report outputs would be generated in the application server as against the client in client server environment as the report server is on the application server.
    Now while printing/accessing the report the output file will not be available to the client unless it is pushed on to the client side from the server . I am able to see reports in pdf/html output but in this case layout of my reports gets changed and I dont want to change my layouts or reformat my report layouts.
    How do I redirect the report output from the application server on to the client within the D2k context and then execute print commands?
    Note: In this case we want to use both DMT and Laser printing. Also note that we use escape sequences to adjust reports in desired printing papers.
    2) We have second set of reports which we call as document because these are printed after capturing data from 'Form' using text_io utility (please note that for these documents we are not using any Report 6i functionality)and we print it from file using printing mechanism as mentioned above. These are working well in client server application. We adopted this methodology for getting better performance (in terms of speed as database server and network traffic is not involved) of printing. But now we are converting our application for web, we are finding it difficult how to capture Form's data from browser to client's machine and then executing printing commands which are stored in our application liabrary.
    If you help me out by giving some suggestions, I shall be grateful to you.
    null

    Hello
    I wonder if you ever solved this problem.
    I have a very similar problem with Photoshop CS5 on Mac OSX 10.6 + HP Photosmart C7180.
    If I choose "Photoshop Manages Colors" the results are lousy.
    If I choose "Printer Manages Colors" the results are OK. not necessarily great.
    I believe I have all the correct settings after going through books and web advice (and wasted a lot of paper and ink).
    As far as I can see, "ColorSync" is the internal Mac management which is the only option available with "Photoshop Manages Colors" and "Vendor Matching" appears to mean the printer vendor (ie HP) will provide the matching. Either can be selected if "Printer Manages Colors" is used. It seems the type of paper can be set in three different places. if That's all a bit academic as the results are poor regardless.
    My wife suggests I buy a new printer - Epson's looking good.
    Any words of wisdom would be appreciated.

  • Multiple versions of an application on one Forms Server

    Is it possible to have multiple versions of an application available via one Forms Server?
    We have a DEV, TEST and PROD version of an application and we would like to have the versions seperate on one Forms Server.
    Would this be possible using any other Oracle tools (Portal)?
    Thanks for your help.

    Yes, all you have to do is create a batch file which sets the env variables you want and also starts up the forms listener on a different port. This way you can have a forms listener on e.g.
    Port 9000 With Forms60_Path - c:\temp
    Port 9001 With Forms60_Path - c:\Production
    Port 9002 With Forms60_Path - c:\test
    That way you will pick up different files as well.
    Regards
    Grant Ronald.

  • How to find out Forms Server version in pl/sql procedure

    How can I get the version number and/or patchset of the Forms Server through which my pl/sql procedure has been called?
    Thanks,
    Attila

    You can't do this through PL/SQL. PL/SQL runs on the database server whereas Forms Server runs on the web server which are two different environments (even when they are installed on the same physical machine).
    I don't know about Web Forms, but there may be a Forms built-in that can give you the information you require. You could then pass it as a parameter to the PL/SQL procedure.
    Alternatively you could write a Java stored procedure to somehow pick up the information from the OS.
    rgds, APC

  • Run same 9i forms servlet in different browser windows

    Hi all,
    I'm using Oracle9iAS Forms Service to deploy the forms. The problem that I have, is that I'm not able to run the same forms 9i servlet in two different browser windows.
    I'm able to run the 9i test form with the following URL in browser window one: http://HOST:PORT/forms90/f90servlet
    When I then try to run the same URL in a second browser window I get the following error:
    FRM-92050: Failed to connect to the Server: /forms90/l90servlet:-1
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    I'm using Jinitiator 1.3.1.9 to run the forms.
    Thanks,
    Oliver

    Iam trying to work with menus.
    I have created a menu item EMPLOYEE and calling the employee form like this
    BEGIN
         RUN_PRODUCT(FORMS, 'EMPLOYEE', SYNCHRONOUS, RUNTIME, FILESYSTEM, '', '');
    END;
    But what happens is iam getting the error
    FRM-92101: There was a failure in the form server during the startup. This can bappen due to invalid configuration. Please look into the webserver log file for detail.
    Oracle.Forms.Net.ConnectionException: Connection for new browser window not supported.
    Following is the content of Application.Log
    06/12/16 16:59:08 Started
    06/12/16 16:59:24 formsweb: jsp: init
    06/12/16 16:59:24 formsweb: frmservlet: init
    06/12/16 16:59:24 formsweb: FormsServlet init():
    configFileName: D:\DevSuiteHome_1/forms/server/formsweb.cfg
    testMode: false
    06/12/16 16:59:24 formsweb: Started
    06/12/16 16:59:33 formsweb: lservlet: init
    06/12/16 16:59:33 formsweb: ListenerServlet init()
    06/12/16 17:06:43 formsweb: Connection from new browser window not supported
    06/12/16 17:06:57 formsweb: Connection from new browser window not supported
    06/12/16 17:13:24 formsweb: Connection from new browser window not supported
    06/12/16 17:14:07 formsweb: Connection from new browser window not supported
    06/12/16 17:15:57 formsweb: Connection from new browser window not supported
    This happens when i try to run more than one form in a browser.
    When i try to run the employee form seperately i have no problem
    Iam using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    can you help in this.

  • I want to run IIS and Form Server on same machine

    Dear follows
    I have problems , porblems is that i want to run IIS and Form
    Server at same machine but i m facing some problems so please
    inform me right proceduers to run this services at same machnine
    now i m using Windows NT .
    My secone problems is that i want to send emai via oracle
    reports , actuall condition is that i have oracle report and i
    want to add button and behind this boutton i want to add trigger
    to send this report as a emai to client as txt/html format.

    There shouldn't be any problem running both forms server and IIS
    on the same machine. Just make sure the ports that are used are
    different. IIS's default port is 80, so either change this port
    number or change it for the Forms server's web listener.
    You can send reports to email if you use DESTYPE=MAIL.

  • Oracle Forms Server - Internet Deployment

    Hi All,
    We have deployment our Applications on the Web using Oracle Web Deployment. We are using Oracle Developer Server 6i for this. We use MS IIS as the Web server. We have a scenario where we want multiple clients to connect to our wen server and run our software application. However since Forms server uses the FORMS60_PATH to look at the path for Forms & Reports executables we cannot run multiple versions of the same software on a single physical web server machine. Say I have App1 Ver 5.4.01 and App2 Ver 5.4.02 used by client1 and client2 respectively. I can't do that on the same machine because both the versions have same form names and so although they are in different directories, Forms server picks up the one 1st in the FORMS60_PATH.
    null

    Sure you can -
    1) Login as user with path pointing to the version 4.1 of your app.
    2) Start the forms server to use PORT 9000.
    3) Login as user with path pointing to the version 4.2 of your app.
    4) Start the forms server using port 9001.
    Now have two HTML files on you web server - one that uses port 9000 and one that uses 9001, and that invoke the appropriate initial form.
    John Alexander www.summitsoftwaredesign.com

  • @oracle team; forms server help desparately needed

    hi
    my company is trying to migrate client machines to linux. our setup should be the following:
    database <-> forms server <-> linux client with applet viewer
    v9.2.....................v9i.................debian 3.0, j2sdk1.3
    i am working on this setup for some months(!) now but i cannot get the clients to communicate stable with the rest of the setup.
    problem: quite frequently the appletviewer will just hang and cause the forms server to create a
    f90webm_dump_`$PID` file
    in its working directory containing the following information:
    [Mon Jan 20 21:58:29 2003 CET]::Client Status [ConnId=0, PID=10033]
    >> Network connection to client failed: timeout on connection
    the people working on the client machines are quite quickly inputting data into our databases. the appletviewer will hang more often on machines < 500 MHz but it also hangs on machines with more than 1.5 GHz and 512 MB DDR
    i have literally tried everything:
    i tried these java versions:
    1.1, 1.3_x, 1.4.1 from sun, blackdown, ibm and even the one that came with the forms server on the clients
    i tried to tune every setting on the forms server and in the jvm.cfg. i even tried to install the forms server on the clients so that i would have one tcp connection less to definitely exclude network failure as a possible reason.
    i tried to use the PREEMPT_CLOSE setting, i even patched the kernels (low latency patch), analysed megabytes of debug logging, tried to strace the appletviewer to find WHY it keeps hanging!!!!
    i tried to use different linux versions for best compatibility on the clients as well as on the forms server:
    debian potato, woody, sarge, sid
    suse 7.1, 7.2, 7.3
    redhat 7.2, 7.3
    i have read almost ALL documentation you could possibly read to find the reason of this problem.
    dear oracle team
    PLEASE just tell me that you have even tested this product and that you know how to make it work in a stable way. we can even pay you money to give us the solution. we have been using oracle forms for 7 years now and we want to stick with it. but our clients HAVE to be able to run the linux OS.
    i have posted this problem 2 or 3 times already but somehow either noone seems to read this or noone has ever tried to use a three tier setup with linux on the middle and the client tier.
    as i said i have wasted MONTHS already trying to get this to work and i am out of ideas what could cause this.
    thanks for ANY reaction
    armin walland

    sorry for not responding a few days, i didnt have the possibility to do so.
    if you access and run the application from a Windows
    client using JInitiator, what happens.i have tried that of course and it seemed to be stable. (no hang in about 2 and a half days). i dont think it is a problem on the forms server itself...maybe just some setting that doesnt cooperate well with the appletviewer.
    Since we don't
    certify Forms9i with appletviewer, we didn't test it
    there.thats what i thought to be honest....since you say "we"; do you work for oracle?
    So first thing to do is to check if the
    problem is a client issue or a server side problem.seems more like a client proble to me though....somehow it looks like some deadlock or race condition, but im not a programmer so this could be a completely wrong impression.
    If youi can, can you try a test on a Windows client?as i said b4, we tried that and it seemed to work finely but it was to test the server and ensure it isnt a complete misconfiguration issue :)
    rgds, armin

  • Php form - server behavior form not there!

    I figured this out....form name is different than form ID.
    When I go into the server behavior in the authenticate user -
    login user the form name I have labeled in the properties windows
    in not showing up. It only says <unnamed>, however it is
    named login_form. Any ideas? I am stumped.
    I finally figured out the mysql stuff, to get stuck on this
    small detail.

    A.Translator wrote:
    > The form on this page returns a 'form is not filled in
    properly'
    > response
    http://www.spinsister.nl/zandbak/Rood/contact.htm
    This is the line that's causing the trouble:
    > $comments = $_POST['comments'] ;
    Change it to this:
    $comments = $_POST['opmerkingen'];
    Then it should work.
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Application Server & Forms Server

    I'm trying to study Oracle Developer. I need someone to tell me what's the different between Application Server and Forms Server?
    Is Application server software that can run any application one of them is form applications?
    Is it one software? so if I use it to run my forms I’ll call that machine forms server or if i use it to run my report I’ll call it report server.
    I would appreciate any help
    With regards

    Hi.
    Oracle Forms Server - the correct name is Oracle Application Server Forms Services - is a component of teh Oracle Application Server.
    After installing the full version of Application Server Forms is ready for you to use.
    Please refer to the Forms Whitepapers on otn.oracle.com/products/forms for how to configure Forms (formsweb.cfg and default.env) to run your custom applications.
    Configuration is also supported through Enterprise Manager.
    Frank

  • Form Server

    Hello All,
    How does Adobe define its form server. Does that come integrated with Lifecycle designer? or Adobe Acrobat 7.0 pro? or do we have to configure an external application server to act as a form server?
    To be specific, I am trying to import PDF form data from an XML input file into a PDF template designed using a designer. I can preview the populated PDF using "PDF Preview" tab but not from the production server. I am assuming that PDF file has to be hosted in a form server and not web server to merge the form data and PDF file dynamically but could not figure out as to how I can accomplish this task....Where is this form server located and how can I deploy the PDF files into this server?
    Any pointers?
    Thanks for your help!!!

    Form Server or as it is called now LifeCycle Forms is an enterprise product which provides document services such as form rendering and data merge on the fly. There is a large section devoted to it under the Intelligent Document Platform on Adobe's web-site under http://www.adobe.com/enterprise/idp.html and Document Services under http://www.adobe.com/products/server/main.html
    The product itself does not come with Designer 7 / Acrobat 7 as these are desktop products. However, you will use Designer to design templates as XDP's to be used with Form Server. When requested through the Form Server API, the XDP can be rendered into either a PDF or various flavours of HTML. Obviously not all functionality is available with different targets - but you can merge data, run server scripting, etc in all of them.
    The product has a java-based architecture and so requires a java application server such as WebSphere, JBoss, etc. Also you need to build a framework on the your application server to access the Form Server API. There is a SOAP Service available and a .NET client, so you can render the form via a .NET application.

  • Is it better to create ONE form, for 25 different forms?

    We have a Telco Application (in Forms 10g) which has about 200 Forms which are called from the main menu. Out of that 200 forms about *25* are "file upload" type forms (shown below).
    http://www.freeimagehosting.net/alg6q
    As you can see this is small form. The functionality is as follows:
    *(a.)* Select a text file (which has data in tabular format) from the client PC.
    When file is selected, it is also copied to a directory in the DB server machine. File Name will show the full path of the file in the client machine.
    *(b.)* When user presses Load button, form calls a stored packaged procedure. In that we create a EXTERNAL table mapped to the file in the db directory and read the contents to a temporary table in the DB.
    *(c.)* When user presses Process button, the temporary table is read and our Telco tables are updated using this data.
    *(d.)* You can view the error records and correct records discovered while processing, with the View File option. This will display 2 Oracle reports.
    *(e.)* You can delete the temporary table contents using the Delete Temporary option.
    This story goes like this: Our application is in Forms 10g. Now, we want to upgrade this application to 11g Forms. One problem we encountered was the FileUploader bean which we use in the above forms. This does not work in 11g. Solution was found in using WebUtil. Now, we have to modify all 25 Forms (obviously).
    Now here comes the real important part: Our Managers think that in the future also we might have to do upgrade to these 25 forms (due to future problems/upgrades with WebUtil and so on) and they want us to create ONE form for the 25 forms. So, in that ONE form,
    (a.) We have a list box at the top where uses selects which upload function he wants.
    (b.) Then, the file is selected (and transferred to the DB directory).
    (c.) Now when the users presses Load button, we have to execute the load packaged procedure for the selected load file option.
    (d.) When he presses Process button we have to run the program unit for the selected file upload function.
    (e.) When user presses the View File button, he has to show the correct records and invalid records (found after processing) in 2 reports. The reports differ from function to function.
    (f.) He can delete the records in the temporary table using Delete Temp button.
    Is this is good idea?? My initial study tells me that it is not a good idea since we have one form with too much functionality. What are pros and cons of this approach and what is the best solution??
    Edited by: user12240205 on Jun 25, 2012 1:16 AM

    So the forms are completely different, and yet you are asked to stuff them all together into one form? What sense would that make? That's like pulling forms which are using text_io together just because when text_io is changed you simply would need to edit one form. Well of course you would have to. On the other hand there is a pile of code necessary to seperate the parts you glued together in the first place plus the effort of pulling all those forms together plus the effort of adding stuff to one "part" of the form.
    Also think about version control: you'd create more frequent conflicts in putting those forms together when different developers edit different parts of the form. Conflicts causes work as developers are forced to merge more often plus developers can make errors when merging their changes. Also the log of your version control system becomes quite useless as it always will be the xyz form which is changed. If you would want to know what did change you would have to read the log messages carefully of each revission (given the fact that developers wrote them carefully) or do diffs between revisions instead of...looking at what files changed.
    And all that just because the only thing they have in common is that they are using webutil?!? Do your managers keep their Blue Socks and their Blue Cars in the same drawer because they are blue?
    If the issue here is that you need to edit many forms and this might cause errors then you should take a look at the JDAPI, because this would be the tool to do changes in forms in batch. The forms migration assistant can also be configured to change one built-in into another, and you wouldn't have to write one line of java code. But stuffing forms together because they use the same built-ins...I'd say no, but of course this is just my opinioin ;)
    btw.:
    When you say API, u mean a PLL, right???Not only, by API I meant Application programming interface; this might be a package in a library, a whole pll file, a database package, a java class, or a combination of all those.
    cheers

  • Form colors all different in 9i after upgrading

    After upgrading my forms from v6 to 9i, when I run them through 9ias, the colors are all different from what they were when it was client server. The colors are also very dark.
    A related question, I setup the applet to be 600x800 in size, but my main screen isn't this big. The window where my main screen is located is fine color wise, but the rest of the applet window is black, which makes things look really dark.
    Any suggestions?

    Hi Jim, we spoke last week about your report server questions. I hope you were able to get those worked out.
    To tweak your forms colors, make some changes in the formsweb.cfg file located in your Oracle_home/forms/server directory of your Business Intelligence and Forms part of the installation. Creating your own graphic for the background (we used white) can help lighten the screens some. Also, change between Oracle Look and Feel and Windows look and feel and see which you like better. Since we run Windows XP on all our desktops, we found the Oracle Look and Feel more closely resembled that. You can also play with the different color schemes in that file. We are using teal and that has satisfied most of our users.
    Hope this helps,
    Deborah

  • Conflict between Forms server and Report server (Urgent)

    Hell to every body,
    I want to install oracle Forms6i and reports on my client.when i install Forms6i and after i run my forms on web they work well.but when i install reports server it install but when i run it on web it genrates error (the requested url was not found or cannot be served at this time. oracle report server CGI, Unable to communication with the report server.)
    with this message my forms server also stop to work.I have tryed to install it with same port and with different port but i receive the same message.Plz tell me what me have to do.I am wating for Ur reply.
    i have another question is that how i can install only the report server on client.

    You are probably overwriting your web listener definition when you install reports after forms.
    If you are using the webdb listener, then check out the *.cfg files in the listener\cfg directory. there you have the directory mappings and the CGI mappings keep a copy of this file before you install reports and then just add the missing lines to the file after you install reports.
    To know which lines to add check out the last message that you get when you install (the one with the [info] and [action] lines)

Maybe you are looking for

  • Query help in sql commands

    using apex 4.1 i'm entering the following query in the sql command window and I keep getting a pop-up for Entering Bind Variable. I'm not using bind variables though, anyone else see this issue before? SELECT A.FIRST,A.LAST,A.COMPANY AS CNAME, J.TOT_

  • ITunes install 10.6.3 freezes on MBP (but not on iMac)

    The installation of the iTunes update 10.6.3 on my iMac Mac OS X (10.7.4), 2011, 27", i7, SSD ran without problems But After trying to install iTunes 10.6.3, I get all kinds of strange problems on my MBP 10.7.4 2011, i7, SSD Almost all programs I use

  • IMac will not boot from any mode except Target Disk

    I have an Early 2008 Penryn iMac 24" MB398LL/A running OS X 10.7.4 (see specs below) that will not boot from ANY mode, It also has several strange vertical bars from top to bottom on the screen. They are about 10 px wide, with some pixels empty and l

  • ODBC not working

    Hello: I'm using LitDev's ODBC to connect to an SAP HANA Sever on AWS, but doesn't seem to work at all... LDDataBase.ConnectOdbc("{HDBODBC}","MyServer","30015","MyUser","MyPassword",0,"HDB") No matter what I try...it doesn't work as I always get the

  • List of Lists

    Hi all Is it possible to create a list of lists and iterate over that list of lists? Will this effect the performance of the system. Thanks and Regards Roger