Application Server of Forms?

Not sure about where to post this thread, but eversince we've installed Oracle Application Server 10g on a Windows 2003 server (64-bit) along with using 4 JVMs for differend applications, we're getting unexpected errors on our forms developed with JDev 10.1.3.2 each of which would not have occured before using a single JVM on Application Server.
For instance, in the middle of entrying data, when a command link(LOV) is clicked previous entered data will be diappeared and a kind of executeQuery() is performed! Also we're getting continuous Row Currency Jbo Exception which was solved using EnableToken=false.
The thing is, we were not getting such malfunction when we developed and tested our applications in a single JVMed application server. I was wondering if we should switch back to our previous settings(single JVM on a Windows Server 2003 [32-bit]) which is not possible at the moment or we've got to face further unexpected issues!
Thanks a bunch

Thanks for the reply. I didn't find any patch for Jdev 10.1.3.2 regarding our issue. We've got confused and frustrated about the problem. Our application has shown wiered and defective behaviour on the new server.

Similar Messages

  • Oracle Application Server 10g Forms and Reports Services

    Hi there,
    I want to install Oracle Application Server 10g Forms and Reports Services. What must I download? The installation guide says that "Oracle Application Server 10g (9.0.4) Forms and Reports Services allows you to install and configure Forms and Reports Services without the need to install and configure all of Oracle Application Server 10g (9.0.4)" but it does not clearly state what exactly to download.
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ias/htdocs/101202.html]
    or
    Oracle Developer Suite 10g (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html]
    Faoilean.

    You might find better assistance in the APplication Server forum - Oracle Application Server - General

  • Open a pdf file located on Application Server from forms 10g

    Dear all,
    I want to open a pdf file which is stored in a folder on Application Server.
    I have the following codes but could not be able to open the file.
    1. host('rundll32 url.dll,FileProtocolHandler C:\REP012.pdf');
    in this code I mentioned the path on local machine which is okey.
    but the question is that how to open the file which is located in a folder on application server?
    the following code don't show and file or error:
    host('rundll32 url.dll,FileProtocolHandler /EMS/MANUALS/ACC001.PDF');
    This is the file on Application Server not on local machine.
    2. web.show_document('//EMS/MANUALS/ACC001.PDF/','_blank');
    This give HTTP 404 NOT FOUND error
    I think the problem is in path, how to mention the path of my Application Server file?
    Regards:
    Muhammad Nadeem

    Hi,
    Did you find a solution to this?
    We are running into the same problem where we need to open a file present on the application server (path /opt/webapps/applications/ISL/)
    When we try this from the local machine it works (path D:/forms) however it does not work while trying to open it from the application server.
    Regards,
    Pooja

  • How to upload file on Application Server with Forms 6i?

    Please, I need to upload .csv file from local to Application Server, I think to use .jsp application, but I don't know where I had to put it...Apache can't read .jsp file without Tomcat? If I launch my .jsp file from Apache/htdocs directory can't view .jsp code (Method Not Allowed)...method is POST...any idea? Thanks in advance!

    Hi,
    You could write a java bean to get the file from the client and to upload to App Server. And, you simply use it in Forms 6i.
    Also, you could use d2kwutil (not tried though. you could search this forum and get an idea of that).
    Of course, For your information, You could use WebUtil (in Forms 10g / 10.1.2) which has the functionality.
    HTH.
    Regards,
    Arun

  • Open documents/files from Application Server in forms 6i

    Hello All,
    Our requirement is to open files that are in Application server( We do not want to upload them into database).
    Is there a way to open this files from forms 6i.
    I am wondering how the "View Output" or View log button works on the concurrent program submission form. Its the doing the same thing i.e pulling the file from Application server and showing up.
    Please let me know if anyone has any ideas on how to get this done.
    Thanks
    Sunil

    I assume you are using Forms 6i in web mode here. Then it is just a URL to the file if you properly map to a directory where you store the files:
    web.show_document('http://...../myfile.pdf');
    But it also looks like you are using Oracle Apps, so might want to ask it in the e-Business Suite.

  • Open Dialog Box in Application Server 9i,form 6i

    hello and hi all,
    any body help me ,how to make Open Dialog Box in form 6i and application server 9i , and database 9i
    regard
    mahr

    when i wrote code at form level trigger " LOAD_CALLBACK_TRIGGER "
    BEGIN
         IF fileuploader.getstatus=fileuploader.finished then
              processcustomerbatchdata(FileUploader.getSourceFile);
         elsif fileuploader.getstatus=fileuploader.failed then
              message('upload failed because :'||fileuploader.geterror);
         end if ;
    END ;
    its gave error  processcustomerbatchdata* must be declare*

  • Installation : Application Server 10g forms and reports services

    Can anyone tell me if the infrastructure database is required when doing the forms and reports services only install to get the Distributed Configuration Management functionallity to work. There is no indication in the installation documentation that this is a requirement, in fact it seems that it is not required at all. I am having to guide a service provider through an install remotely and have to give them alot of information before they will proceed.

    Hi Sandeep,
    Hope you will be fine.
    Actually I have installed Oracle DB10gR2+RHAS3 on one machine and Oracle AS10gR2 Forms and Reports Services+RHAS3 on another machine.
    1). I can manually start the database EM,isqlplus manaually after OS reboots using commands and they are working fine but donot know how to start all these automatically when the OS starts.
    2). I cannot start the IAS Forms and Reports Services neither manually nor automatic. even when my home directory was /BIN, i executed the command
    "emctl start iasconsole" it returns an error Like "BASH.........etc"
    meaing Linux does not recognize emctl while it is still existing in ORACLE_HOME/BIN directory.
    I want both (DB and AS) working fine automatically while OS starts.
    Looking Forward.
    Aamer Javaid

  • How to utilise forms installed in Oracle9i Application Server from client

    Dear Friends,
    I have installed Oracle 9i Application Server and Forms 5.0 Reports 3.0 in the application server. How to make use of application server so that forms installed in it available to end users, the client. What are the steps i need to do. Please explain.

    Forms 5 & Reports 3 in Developer 2.1 have been desupported for a number of years now. If you haven't already figured out how to get it working on the web, download the Forms & Reports Services Standalone version of the 10g Application Server. It has Forms & Reports properly configured after the instalaltion. Just look under the Demonstrations tab of the home page and click to run either Forms or Reports on the web. You can customize your setup afterwards for your application. Of course you'll need to upgrade your application.
    You can find this download at:
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    under "Forms & Reports Services Standalone"
    It is a 1 CD download.
    Cordially,
    Steve

  • Error in Oracle Form 10g while deploying it on Application server

    hiiiii
    I have a form in 10g in which i am trying to produce data in excel format through ole2..
    the form is working fine when i am running it on form builder....but when i deploy this form on oracle 10g application server,the form is getting run through client pc but the excel sheet is not getting opened & i am getting error like
    ora-305500_
    the code which i wrote to access the excel worksheet is as follows::
    declare
    application OLE2.OBJ_TYPE;
    workbook OLE2.OBJ_TYPE;
    workbooks OLE2.OBJ_TYPE;
    worksheet OLE2.OBJ_TYPE;
    worksheets OLE2.OBJ_TYPE;
    Range OLE2.OBJ_TYPE;
    cell OLE2.OBJ_TYPE;
    font OLE2.OBJ_TYPE;
    args OLE2.List_Type;
    col number;
    Vfy varchar2(7);
    vl number;
    vl1 number;
    NYR NUMBER;
    RowNo Number;
    slno Number;
    ColNo Number;
    cmtamt Number;
    AmtFY number;
    AmtBal number;
    xlPagesetup ole2.obj_type;
    cursor cur_rec is
    SELECT ln_typ,ln_typ_dsc from tla_ln_typ
    order by ln_typ;
    begin
    message('step1');
    application:=OLE2.CREATE_OBJ('Excel.Application');
    message('step2');
    OLE2.SET_PROPERTY(application, 'Visible', 'True');
    message('step3');
    workbooks := OLE2.GET_OBJ_PROPERTY(application, 'Workbooks');
    message('step4');
    workbook := OLE2.INVOKE_OBJ(workbooks,'Add');
    message('step5');
    worksheets := OLE2.GET_OBJ_PROPERTY(workbook, 'Worksheets');
    message('step6');
    worksheet := OLE2.INVOKE_OBJ(worksheets,'Add');
    message('step7');
    PageSetup(Worksheet);
    rowno := 1;
    SetCellText(worksheet,rowno,1,'ln_typ');
    SetCellBold(worksheet,rowno,1);
    SetCellText(worksheet,rowno,2,'dsc');
    SetCellBold(worksheet,rowno,2);
              rowno := rowno + 1;
    colno :=1;
    SetCellWidth(Worksheet,rowno,colno,10);
    SetCellWidth(Worksheet,rowno,colno+1,20);
    for rec in cur_rec loop
                             SetCellText(worksheet,rowno,colno,rec.ln_typ);          
                             SetCellText(worksheet,rowno,colno+1,''''||rec.ln_typ_dsc);
                             rowno:=rowno+1;
    end loop;
    rowno:=rowno+1;
    OLE2.RELEASE_OBJ(worksheet);
    OLE2.RELEASE_OBJ(worksheets);
    OLE2.RELEASE_OBJ(workbook);
    OLE2.RELEASE_OBJ(workbooks);
    OLE2.RELEASE_OBJ(application);
    END;

    You are using OLE2. That means that you are using OLE2 and Excel on the SERVER, not on your PC. You have to use CLIENT_OLE2 via Webutil as Sarah suggested.
    Please go the the Forms documentation about Webutil. It has been discussed soooooo many times.

  • 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

  • Opening image file from Form 6i deployed on Application server

    Hi
    I am working on an applictaion where a form 6i is deployed on application server.The application reads an image file from hard disk.The form works fine when I run in form developer . But when I deploy on application server the form using get_file_name do not reads the image file.
    Please help
    Prashant

    Hi!
    In forms 10g we use webutil for that. I think forms 6i do not support that.
    May search here in the forum for webutil for 6i.
    Some guys had built a webutil.pll that s working on 6i.
    Here is the thread: Converting to Webutil? 6i and 9i equivalents.
    Regards
    Edited by: Magoo on 18.09.2009 11:10

  • Problem in oracle application server 10g

    hi all
    i have problem with application server 10g
    my situation :
    oracle database 10g release 2
    oracle application server 10g ( forms,reports)
    and i installed the database and application server on the same computer , and with windows xp service pack 2 os
    my problem is when i start the computer that connected to a network some services of application server not working , note that no problems with the database
    and i installed node 32 antivirus
    can any one help me plz ?

    Wich processes don't start? do you have this services in Automatic?
    Can you try to pass the to manual, and start the procs suing opmnctl command and check the logs of it?
    Regards

  • Downloading file to application server

    Hi,
    I have requirement of downlaoding some (.doc,.xls,.txt,.ppt) files into application server from sap r/3,the file will be picked by some other 3rd party application.
    I was able to achieve it using OPEN DATA SET and TRANSFER,but the data gets encrytped and the actual file is not copied to application server.(example if its .doc file the same file data should be copied to app server and not the encrypted file data like 5%%#.......6234726&&%212).
    The encrypted file again displays like exact file as its uploaded when downloaded from app server.
    But the file in app server is encrypted,my requirement is to copy the exact file to app server.
    This encryption is happening when is OPEN DATA SET and TRANSFER,even the FM ARCHIVFILE_CLIENT_TO_SERVER is also using  OPEN DATA SET and TRANSFER only.
    Please suggest me any other way to move file to app server other than OPEN DATA SET and TRANSFER.
    Thanks,
    Phani.

    Hi,
    If you are downloading the file from application server, you have to use OPEN DATASET CLOSE DATASET.
    I think you are making some mistake in your code.
    Refer to my code below and let me know if you have any doubt.
    *&      Form  APL_DOWNLOAD
          DOWNLOADING FILE TO APPLICATION SERVER.
    FORM apl_download .
      IF NOT i_output[] IS INITIAL.
    IF NOT p_pathdl is initial.
        IF v_flag <> c_chk.                          "IF search help was not called.
          CLEAR:     v_filename,
                        v_path.
    Building File Name.
          CONCATENATE c_mf018
                      v_date
                      v_time
                      c_extn
                 INTO v_filename.
    Conactenating File Name and File Path for Dataset parameter.
          CONCATENATE p_pathdl
                      c_slash
                      v_filename
                 INTO v_path.
        ELSE.                                        "IF search help was called.
          v_path = p_pathdl.
        ENDIF.
    Local Data Declaration.
        DATA v_string  TYPE string.
    Creating a file of given name at given path on apllication server.
        OPEN DATASET v_path FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
        IF sy-subrc = 0.
    Building header and transfering it to the file.
          CONCATENATE text-004 c_sep text-005 c_sep text-006 c_sep
                      text-007 c_sep text-008 c_sep text-009 c_sep
                      text-010 c_sep text-011 c_sep text-012 c_sep
                      text-013 c_sep text-014 c_sep text-015 c_sep
                 INTO v_string.
          TRANSFER v_string TO v_path.
          CLEAR v_string.
    Reading data from internal table & transfering to file.
          LOOP AT i_output INTO w_output.
            CONCATENATE w_output-lifnr      c_sep w_output-banksrec   c_sep
                        w_output-bankkrec   c_sep w_output-banknrec   c_sep
                        w_output-waers      c_sep w_output-bankssnd   c_sep
                        w_output-bankksnd   c_sep w_output-chainno    c_sep
                        w_output-chainbankt c_sep w_output-chainbanks c_sep
                        w_output-chainbankk c_sep w_output-chainbankn
                  INTO v_string.
            TRANSFER v_string TO v_path.
            CLEAR: v_string,
                   w_output.
          ENDLOOP.
        ELSE.
          MESSAGE i000 WITH text-040.
          EXIT.
        ENDIF.
        MESSAGE i000 WITH text-038 v_path.
      ELSE.
        MESSAGE i000 WITH text-048.
      ENDIF.
      ELSE.
        MESSAGE i000 WITH text-041.
      ENDIF.
    ENDFORM.                    " APL_DOWNLOAD

  • Alternative to Oracle 9i AS as Application Server

    Hi,
    Would like to check what are the other options besides using Oracle 9iAS as application server when I plan to migrate the application from client/server to web.
    Would appreciate if someone can share his/her opinion on this. It is quite urgent as I need to make decision fast.
    Thanks in advance.

    iAS Enterprise Edition is the only supported Application server for Forms on the Web

  • Oracle 10g application server installation and configuration

    Dear All,
    i am going to install oracle 10g application server including forms & report services.
    what is the latest version for oracle 10g application server so that i download and install the correct one.
    please put URL to download the software .
    Thanks & regards,
    Sher khan

    hi,
    for forms and reports purpose you can download standalone oracle forms and reports (version 10.1.2.0.2) component.
    If you want to upgrade it you can upgrade it to 10.1.2.3.0.
    find url for the same :
    http://www.oracle.com/technetwork/middleware/ias/downloads/101202-095224.html
    i'll recommend you to use oracle fusion middleware 11g forms, reports,portal and discoverer component.
    regards,
    Ajinkya

Maybe you are looking for