Forms 9i in 9iAS problem

Hello,
we have made a form in forms builder 9i, deployed it on our linux 9iAS. If we start the form the login-Dialog comes and after typing in the username, password and database the form appears.
but if we execute an query in the form there will be no data displayed ! the form is running on my local OC4J instance very good, querys are handled correct - only on 9iAS we have this problem.
Does anybody know what to do?????
Thankx!!!!
Marc

Marc,
since Forms uses Net9i to establish teh database connect. Could it be that the 9iAS configuration does not point to the database with the actual data installed ? Try the same database that you used when building the Forms application.
Frank

Similar Messages

  • Forms 9i or 9IAS problem?

    Hello,
    Application server gives us option of using native JVM on IE. The screens flicker on every navigation. Is this a forms or ias probelm? My client wants to slaughter me
    Thanks

    Hi,
    this most likely is a Forms problem. For the first, don't use native IE VM but JInitiater instead. IE has a very old VM that may cause the problem. I suggest to report this problem to customer support, maybe the issue is already covered in a patch.
    Frank

  • Forms Service verification program problem

    I have a java verification program that is run from a HPUX server cron job to check
    the status of my 9.0.2.12.2 Oracle 9iAS Forms Services running on a
    Windows 2000 server. The program determines if the Forms Services
    restarted after a cold, off-hours backup by retrieving and reading
    base.htm.
    I have 3 windows servers with "identical" configurations of 9iAS Forms
    Services. The java verification program works when running against the dev and
    test Forms servers but not against the production Forms server. It
    did work against the production Forms server until I upgraded to
    9.0.2.12.2 a few months ago. The only way to reproduce the problem
    against the test Forms server is to rename base.htm so the program
    can't find it. default.env,forms90.conf,formsweb.cfg all appear to be
    identical. Paths and other environmental variables are identical on
    the windows Forms servers. The java program fails or succeeds
    consistently on 3 different HPUX servers both in cron and from the
    command line.
    The error message is: java.io.IOException: Server returned HTTP
    response code: 500 for URL:
    http://productionserver:7778/forms90/f90servlet
    Java is 1.3.1 on all environments.
    import java.io.*;
    import java.net.*;
    public class auRLTest
    public auRLTest()
    try {
    System.out.println("Starting...");
    URL url = new URL("http://productionserver:7778/forms90/f90servlet");
    System.out.println("Opening URL connection ("+url+")");
    URLConnection uc = url.openConnection ();
    System.out.println("Connecting to URL");
    uc.connect();
    System.out.println("Opening input stream.");
    BufferedReader in = new BufferedReader(
    new InputStreamReader( uc.getInputStream() ) );
    System.out.println("Reading file...");
    System.out.println("==========================================================================");
    String inputLine = in.readLine();
    while (inputLine != null)
    System.out.println(inputLine);
    inputLine = in.readLine();
    System.out.println("==========================================================================");
    System.out.println("Closing file.");
    in.close();
    System.out.println("Production Form Server is UP");
    catch( java.net.ConnectException connectException ) {
    System.out.println("***PRODUCTION FORM SERVER IS DOWN***.");
    catch( Exception exception ) {
    System.out.println(exception);
    public static void main(String[] args)
    auRLTest uRLTest = new auRLTest();
    Accessing "http://productionserver:7778/forms90/f90servlet" from IE works fine.
    Any clues or ideas are appreciated.
    Thanks

    I went through the same thing. Look at Appendix II "Case Study" at http://rootshell.be/~yong321/freeware/ckweb.html. Basically, the forms servlet needs some more HTTP headers you didn't pass.
    Yong Huang

  • Add Business intelligence and forms to existing 9iAS

    How do I add Business intelligence and forms to a existing installation of 9iAS (Portal and wireless).
    Vinodh R.

    i am also facing the same problem with reports . can anybody helpme on this. here is my problem
    Oracle Home : C:\ora9ias1
    Deploying Reports for OC4J
    Reports deployment was successful
    Starting file instantiation
    File instantiation succeeded
    Registering Reports as a database provider
    Queue null
    Number of actions : 1
    Done
    Starting Action : SQLPlus
    Command C:\ora9ias1/bin/sqlplus.exe -s "PORTAL/XXXX@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mphi4180.mphi.org)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.mphi4180.mphi.org)))" @"C:\ora9ias1/portal/admin/plsql/wwd/rwaddpag.sql"
    Process destroyed
    Process err
    Process out
    Action queue failedoracle.ifs.utils.common.ProcessDestroyedException
    Error executing : rwaddpag.sql
    Reports registration failed
    Starting EM integration
    EM integration was successful
    Reports Configuration failed

  • Install 9iAS problem

    We are trying to install Oracle 9ias release 2 on windows 2000 system
    The first step F set File Locations is ok
    The second step : Available Products , I choice uOracle9i Application Server 9.0.2.0.0 v is ok.
    Then thrid step : Installation Type , I choice uC.Business Intelligence and Formsv have following error message :
    Installation has detected that a fully qualified hostname has not been specified for this host. Oracle9i Application Server installation requires a default domain name to be specified for each host where it is installed. Please consult your operation system instructions for details on assigning a default domain name. if you are not using a DNS server, then the file c:\WINNT\System32\drivers\etc\hosts must also include a line of the form: <IP_ADDRESS> <FULLY_QUALIFIED_HOSTNAME> <ALIASES>
    After I set c:\WINNT\System32\drivers\etc\hosts File and reboot host, but still have this errorCHow can we solve this problem ? Thanks.

    We are trying to install Oracle 9ias release 2 on windows 2000 system(...)
    Did you notice that "Oracle9i Application Server installation requires a default domain name to be specified for each host where it is installed."? Seems as if AS requires both lookup (name) and reverse lookup (ip) to work (with domain names).
    Open command prompt and type 'ipconfig /all' and check Host Name and Primary DNS Suffix. (There you should also be able to see if DNS servers are properly configured, if need be.)
    After I set c:\WINNT\System32\drivers\etc\hosts File and reboot host, but still have this errorCHow can we solve this problem ? Thanks. That took care of only half of the problem :)
    Hth,
    Fredrik

  • Printing run form in Oracle 9iAS.

    How to print run form in browser by using oracle 9iAS.In forms 6i we can simply write print; on when button pressed trigger.But same code does not work in oracle9iAS.Print is a button in my button pallet.

    Hi,
    the print command works on the Web the same as in client/ server,or shall I say it is supposed to work the same? The problem is that from the Forms Java client we call the Browser's print capability which breaks once in a while with different Browser versions (most often it is Netscape that breaks this feature). The most solid print functionality therefore is not to use "print" but Oracle Reports on the Web for all print outs.
    regards
    Frank

  • I Can't compiled forms in server 9iAS, Linux

    Good.. I have a problem, when I want to compile the "form", in linux down(under) 9iAS. There throws a mistake that does not find bookshop libigo.so.0, but if they exist inside the directory(board of directors) Lib., it is bad, because all the feasible ones of the Bin, give the same problem with other bookshops .. it seemed that not this formed well....

    I haven't had the opportunity to use Linux yet, but found an article, Note:136678.1, stating that you may get this type of error because of the desktop manager. Here's an excerpt from that article:
    The error is raised on Redhat 6.0 after adding "/usr/X11R6/lib" to LD_LIBRARY_PATH.
    After adding "/opt/gnome/lib" to LD_LIBRARY_PATH the problem is gone.
    After adding "/opt/kde/lib" KDE works with KWM.
    The only window manager that doesn't work now is "Enlightenment".
    The be on the safe side you never should rely on the Window Manager or Desktop Manager default settings.
    So always define this LD_LIBRARY_PATH when using Gnome on SuSE:
    $ORACLE_HOME/lib:/usr/X11R6/lib:/opt/gnome/lib
    And always define this LD_LIBRARY_PATH when using KDE on SuSE:
    $ORACLE_HOME/lib:/usr/X11R6/lib:/opt/kde/lib
    Bug 1422913 was filed for this problem and closed with status 92 (no bug) after the solution was found.
    Bug 1413894 describes a similar problem - with different errors on Redhat Linux.

  • Forms Migration Assistant installation problem

    Hi,
    I'm trying to install Forms Migration Assistant on linux to convert forms 6i apps to forms 9i. But when i try to install FMA downloaded from here the installer says that the Oracle Home does not have Oracle Forms 9i installed altough it was shown in installed products. The output of the log file is below. Please if anyone know the solution for this problem or have any idea it would be so helpful.
    I need it for my thesis to be given this week.
    Thanks for your help.
    oraInstall2003-07-19_10-20-14AM.err
    Exception java.lang.NullPointerException occurred..
    java.lang.NullPointerException
    at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4614)
    at oracle.sysman.oii.oiic.OiicInstallSession.getDialogLibLoader(OiicInstallSession.java:4447)
    at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.loadDialog(OiifbWizChainDlgElem.java:1394)
    at Components.ifplsqlconv90.v9_0_2_10_1.CompContext.initialize_Dialog2(Unknown Source)
    at Components.ifplsqlconv90.v9_0_2_10_1.CompContext.initializeDialog(Unknown Source)
    at oracle.sysman.oii.oiif.oiifb.OiifbCompWizChainDlgElem.initialize(OiifbCompWizChainDlgElem.java:40)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
    at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:1062)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:172)

    Also in the installation log file it says the things below. I think it's because i cannot identify the FORMS_ORACLE_HOME variable. In the installation procedure of FMA it says that i should set FORMS90_PATH to $ORACLE_HOME/forms90 but it doesn't work either.
    *** Component Locations Page***
    ShowCompLocs = SHOW_COMPONENT_LOCATIONS_PAGE = true
    Entering component: ifplsqlconv90 installation
    Setting value of O_JDK_HOME to
    Setting value of FORMS_ORACLE_HOME to
    *** Warning Page***
    TitleLabel = Warning
    SubTitleLabel =
    InfoLabel = It appears that you have selected an Oracle Home that does not have
    Oracle9i Forms installed.
    Please press the 'Previous' button and select an Oracle Home that does contain F
    orms.
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to true
    *** Install Page***
    Starting install install phase 1 of component Oracle9i Forms Migration Assistant
    Starting install link phase of component Oracle9i Forms Migration Assistant
    Starting install install phase 2 of component Oracle9i Forms Migration Assistant
    Initializing installer save inventory WCCE
    Unable to read /opt/devsuite/oraInventory/Contents/LibsList.ser. Some inventory
    information may be lost.

  • Adobe Interactive forms & WebDynpro for java problem with IE7 and IE8

    I have Interactive form ui-element in WebDynpro for java (ver. 7 SP 10) application. It works fine with IE6, but in IE7 (or IE8) it doesn't show that ui-element at all. We have tried to change IE7 security & advanced settings, but we have not made any progress. We have also tried to install/uninstall different Adobe reader versions etc.

    I know a little more about the problem now. After viewing the XML source I change the property of the inputfield.
    It was like this:
                <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="ReadOnly">
    but i changed the access to be nonInteractive
                <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="nonInteractive">
    now view2 shows the linebreak as in view1... Buut! when im going back to view1 from view2, the linebreaks gets converted into spaces
    thats pretty wierd, aint it?

  • Calling BIP from Oracle Forms: Having Java version problem.

    <h3>
    Hi,
    I tried to call a BIP report through Oracle Forms.
    I followed this PDF.
    http://www.oracle.com/technology/products/xml-publisher/docs/Forms_BIP_v22.pdf
    Problem is, when I run the form, I get this error (copied from the Java Console)
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\channasiriwardena
    Proxy Configuration: Manual Configuration
    Proxy: 192.168.11.100:81
    Proxy Overrides: *.iil.informatics.lk,192.168.11.*,192.168.10.*,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\channasiriwardena\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0 Forms Applet version is : 10.1.2.0
    java.lang.UnsupportedClassVersionError: oracle/j2ee/ws/client/ServiceFactoryImpl (Unsupported major.minor version 49.0)
    I am using Forms Forms [32 Bit] Version 10.1.2.0.2.
    JDeveloper Version is 10.1.3.5.0.
    The Forms 10g Java version is 1.4.
    So according to what I discovered on the net, the problem is: My JInitiator is 1.3 using JRE 1.3, BUT my .JAR file is Java 1.5.
    Since we are using the Oracle JVM, ticking “Use JRE 1.5..” in the Advanced tab of the Internet Explorer Options has no effect.
    We cannot upgrade the Oracle JInitiator to a 1.5 since there is no such JInitiator version. JInitiator is available only up to 1.3.1.30.
    What can I do. What if I install Java 1.3 in my machine and re-compile my JAR file with that? Will that work or is there another solution?
    Has anybody encountered this problem?
    Any help would be greatly appreciated.
    Thanks & Regards,
    C.S.
    </h3>

    Hi,
    Yes, you need to compile your source files with JDK 1.3 (since JInit 1.3.x.x uses JDK 1.3).
    Other solution would be to use JRE 1.5 (instead of JInitiator).
    Check out [this thread|http://forums.oracle.com/forums/thread.jspa?threadID=550563] on how to use JRE1.5
    -Arun

  • Interactive PDF Form in Landscaped Page; Problems with Additional Pages

    Please see the attached screenshot.
    I created a form (in Word) which has 10 pages of the exact same fields except for the side number (the 10 pages number from 1 to 200) which numbers each line to be filled out by the end user.
    I have created each field for page 1 (no easy feat as Acrobat 11 did not recognize most of the necessary fields) and all of the checkboxes must be grouped so that only one checkbox is able to be picked.  When I try to distribute each of the fields to the other 9 pages, or even if I copy and paste the fields to page 2, then the fields turn portrait rather than landscaped and I am unable to rotate them.
    I have tried extracting page 1, rename it to page 2, update the numbering scheme (which throws everything out of alignment), and then reinsert it behind page 1, and again, it rotates the landscaped fields to portrait.
    Is there any way possible for me to EASILY recreate this page nine more times (I have already spent approximately 10 hours working on this one page getting everything created and lined up correctly)? 
    In doing some research yesterday, I saw that this was a software limitation issue and that Acrobat does not allow fields in landscaped pages to be recreated as landscaped fields (I do not have this problem with the same type of form created in portrait pages and can distribute fields all day long through pages and pages of PDFs.
    Does anyone have any suggestions or guidance that I can draw upon other than having to create each page separately (I just do not have the time as the one page took me about 10 hours)? 
    Thank you so much!

    That's very disappointing ...
    Thanks Bernd, for your answer!

  • Deploy forms applications on 9iAS

    Hi,
    I am very new to Oracle 9i and our DBA is on leave....
    I have following setup
    Oracle 9i database on Unix (Solaris 2.8)
    Oracle 9i AS on Unix (Solaris 2.8)
    Oracle 9i DS on Windows XP.
    I have developed a small application using 9iDS and am able to deploy/test it on my windows development box.
    However after reading the following a92175.pdf document I am still not sure how to deploy my application on 9iAS so users can access and use the application.
    Please guide (I am working on a deadline).
    Thanks

    Shay,
    The upgrade link gives useful information for upgrading from earlier versions to Forms9i ( I browsed throught the topics)
    Yes, my application is forms9i application.
    Now the question is- which AS install do I need to use. I know there are 4 types and through forums I have understood you need to use BI install.
    Also the 9iAS install that I see at our work-place does not have any folders named in the deployment guide. I have understood that I need to do a complete (re)install.
    Assuming all goes well in the re-install:
    application I developed and tested in 9iDS on windows has following structure...
    z:\oracle\scripts\myproject\forms - holds fmb and fmx
    z:\oracle\scripts\myproject\reports - holds jsp
    z:\oracle\scripts\myproject\scripts.
    My application calls reports from forms and I give the path to reports by SET_REPORT_OBJECT_PROPERTY. How is this handled when I deploy the fmx files to AS
    When I do deploy my application to 9iAS what structure would i need to build?
    I understand that the dir I put my fmx files I place that dir path into FORMS90_PATH
    Then if I am porting the fmb files, i need to make changes to places whee reports are called as our 9i As is on solaris 2.8. Right?

  • Send Smart Forms within emails (html) Problems with format

    Dear all,
    the ABAP report SF_XSF_DEMO1 is a demo report which converts a certain smart form into HTML and then sends it as an email in html format.
    Sending the email is possible without any problems but I am wondering about the email format.
    <a href="http://www.imgbox.de/show/img/e4QvgzsS4L.jpg" title="Bilder hochladen">This screenshot shows how the email looks like.</a>
    I am not happy with the email layout as the Smart Form "SF_XSF_DEMO1" is designed in a different way.
    What do I have to adapt within the report in order to send an email that really looks like the Smart Form? Or is it a customizing issue?
    (I would like to avoid having to send the Smart Form as PDF attachment...)
    Thanks for you help!
    Kristian Kindler

    Hi Kristian,
    When ever you send a smartform output as an HTML email, the system generates automatic style sheets which are not supported in many email clients such as Outlook 2007, hence you will face a formatting issue. We faced the same issue and had do it it like this:
    Build a BSP page similar to the output which you want to send as an email. Now you can use the BSP URL to send the html email using cl_bcs class.
    I have documented this in my article below-
    http://divulgesap.com/blog.php?p=NDA=
    Hope it helps.
    Regards,
    Ravikiran

  • Oracle Forms 6i - mySQL (Commit Problem)

    Hi,
    i'm using Oracle Forms Builder 6i to connect to mySQL 3.23.49 via
    Oracle Open Client Adapter for ODBC 6.0.5.35.0
    Now I have a problem of controlling which form to commit if more than one form are opened.
    E.g. I need to open 2 forms (eg. A, B) and only want to commit the changes made on Form A
    1.
    I open the forms using the follows (i can't use OPEN_FORM('A', SESSION); since mySQL doesn't support)
    OPEN_FORM('A');
    OPEN_FORM('B');
    2.
    then I changed both forms
    Now the :SYSTEM.FORM_STATUS, :SYSTEM.RECORD_STATUS, :SYSTEM.BLOCK_STATUS are 'CHANGED'
    3.
    I then press my custom save button on form A (triggers KEY-COMMIT). Inside KEY-COMMIT, it calls COMMIT_FORM, then triggers
    ON-COMMIT eventually. In ON-COMMIT, i use the built-in COMMIT to commit the changes.
    Then I found that :SYSTEM.FORM_STATUS, :SYSTEM.RECORD_STATUS, :SYSTEM.BLOCK_STATUS are 'QUERY' which is normal. However both
    forms are committed.
    4.
    So I fixed it by: In ON-COMMIT, add RAISE FORM_TRIGGER_FAILURE; after COMMIT. Although it stops committing changes on another
    form. But :SYSTEM.FORM_STATUS, :SYSTEM.RECORD_STATUS, :SYSTEM.BLOCK_STATUS are still 'CHANGED'. Then I do a EXECUTE_QUERY
    after COMMIT_FORM to change back :SYSTEM.FORM_STATUS, etc to 'QUERY'
    5.
    It works. Only Form A is committed. However when Form A has a lot of records (eg. >500), it affects performance.
    Does anyone know how to solve this problem?
    Any help would be greatly appreciated
    Peter

    The question is not how you disable a key, it might be more how to disable a functionality. What functionality do you want to disable? By default F5 maps to the KEY-MENU-trigger, if thats the function you want to disable, write a NULL; in the KEY-MENU-trigger.

  • LifeCycle pdf Form Created - email button problem, windows rights

    I am currently struggling to roll out a form that allows users to email their data back to a recipient.  I have over come the common issues about the type of email button and enabling extended features.  The problem I have falls down to Windows User Rights, if I am an administrator on the computer I can email the form without problems.  But logged in as a normal user the button does nothing, no error, no indication.
    The user are using adobe reader 9.3.
    Thanks in advanced.

    You might want to check the virus scan software and ensure that it will allow programmatic access to the mail client on the machine. We use McCaffee and here is the screen shot that shows the restrcition.

Maybe you are looking for