Oracle 9iAS for Forms on XP

I am installing Oracle 9i Application Server form and Business Intelligence on Windows XP
Professional Edition?
Although there were no major hick ups during installion but the problem I am
facing now is that when ever I run a form from the server and the form tries
to query the database it throws Ora-03114 exception i.e. 'not connected to
ORACLE'. There is no problem when I try connecting from the same
username/password and server name to SQL Plus.
I have added the following config in formsweb.cfg file.
[SFM]
width=1024
height=745
separateFrame=true
form=ADM_LOGIN.fmx
archive_jini=f90all_jinit.jar,demo90.jar
userid=sfm_prod/sfm_prod@e2s
lookAndFeel=oracle
colorscheme=blue
splashScreen=/SFMV2/images/SFMsplash.gif
serverapp=/SFMV2/registry/sfm
Note: When I used the function GET_APPLICATION_PROPERTY(CONNECT_STRING) in a Form it returns a null value, so does the
GET_APPLICATION_PROPERTY(USER_NAME) and GET_APPLICATION_PROPERTY(PASSWORD)
Thanks.
Ali

Does the Login prompt pop up when you removed the useid details from formsweb.cfg?
It looks like you are not getting through user authentication. Try running it without the userid to see if it tries the connection at all.

Similar Messages

  • Oracle 9iAS for sun sparc

    I've installed oracle 9ias for sun sparc server which read the database on the database tier.
    My problem are:
    1. I cannot start ifs ServerManager
    using root id.
    message: unable to start ifs ServerManager.
    invalid credentials specified.
    Could someone please tell me what is:
    ifs User Name >
    ifs User Password >
    ifs service name >
    ifs schema password >
    2. How to deploy oracle forms and oracle reports on the 9ias?
    3. Cannot start Web Cache? What should I do?
    4. Cannot start Oracle9ias Discoverer.
    Please someone help me..its urgent.!!

    thanks a lot man...
    but anyway...
    could you please tell me how can i connect to my form server on the 9ias from web browser.?
    I've been trying it so many times but still i failed to do so...
    I really appreciate if you could help me in that too...
    all the best to U...

  • How to configure Oracle SSO for forms and apex

    Hi All,
    I am trying to configure oracle SSO for forms and apex using third party external authentication. Please help me how to configure. I a have tried all possible things
    from web but I am not able to do it. Is there any doc or links are much appreciated.
    Info: Some reason my oiddas web link is not working it used to work fine before and also the from /pls/orasso/ link I am not able to login may be because of my oiddas issue
    Thanks

    Hi Andreas,
    Thanks you for your help. I am trying to implement third party external LDAP authentication for APEX and Forms.
    So I started with OID and SSO setup to create external Partner Applications. Some reason my oid and sso web login links are not working. I didn't find any errors. I need some help in finding the problem and direction, I already read docs on web but no proper direction. I appreciate your help.
    Thanks

  • Need 9iAS for Forms ?

    Hi All,
    We r using 6i on Client-Server windowsNT rightnow. Planning to use hole application on Intranet, using microsoft NT and LAN. When i install Oracle 8i, it was having HTTP server and I have Forms/reports server
    with my developer2000 CD. If I install that do i need to have 9iAS ?? why ?
    if we have webserver(HTTP-apache), Application Server(Forms server) and database then y we need any other thing ? what is 9iAS actually ?
    thanks.,

    Hi Purvesh -- About 2 years ago we introduced Oracle9i Application Server as a single integrated application server product that included the existing runtimes/server pieces of Forms, Reports and Discoverer. The corresponding builder pieces are delivered with Oracle9i Developer Suite.
    We have just released Oracle9iAS Release 2 - a single integrated product that includes HTTP Server, J2EE and Web Services, as well as Forms Services, Portal, Wireless, Business Intelligence (Reports, Discoverer, Personalization, Clickstream Intelligence), eBusiness Integration, Email, Security and Management.
    You can check out the summary from
    http://oracle.com/ip/deploy/ias/index.html?pkgsum.html
    Or take a look at the data sheet or other whitepapers on OTN:
    http://otn.oracle.com/products/ias/pdf/9ias_ds.pdf
    cheers,
    -juliana
    Oracle9iAS Product Management

  • Urgent!! Splash screen problems when using 9iAS for forms

    I'm having some difficulty getting rid of the "Oracle Developer" splash screen that comes up when running a form from 9iAS using jinitiator v1.1.8.10.
    There is a
    <!-- PARAM NAME="splashScreen" VALUE="yourlogo.gif" -->
    <!-- set splashScreen to "no" will suppress the splash screen which is the Oracle Developer Server screen -->
    <PARAM NAME="splashScreen" VALUE="NO">
    but there is also
    <EMBED type="application/x-jinit-applet;version=1.1.8.10"
    java_CODE="oracle.forms.engine.Main"
    java_CODEBASE="/web_code/"
    java_ARCHIVE="/web_code/f60all.jar"
    WIDTH=800
    HEIGHT=560
    serverPort="9000"
    serverArgs="module=module_path&name.fmx"
    serverApp="default"
    lookAndFeel="default"
    separateFrame="false"
    pluginspage="http://something:8080/web_html/jinit_download810.htm">
    No matter what I do, the splash screen still shows up. Please help me get rid of this.
    Thank you.

    Possibly a bad choice of configuration. Of these classes:
    ******.bean.RssFeedBean.populateRssItems(RssFeedBean.java:59)
    ******.bean.RssFeedBean.<init>(RssFeedBean.java:34)
    ******.util.TagReplacer.replace(TagReplacer.java:145)
    ******.domain.Revision.replace(Revision.java:102)
    ******.handlers.PageEvent.respond(PageEvent.java:89)
    ******.servlets.Controller.doGet(Controller.java:100)Are all of them in your web application, in either WEB-INF/lib or WEB-INF/classes? And is JDOM there too?

  • Configuring Oracle 9iAS for LDAP Authentication

    I have installed OID Server on my PC. Now I want to switch my Login Server to External LDAP Authentication mode. For that I run the script ssoldap.sql passing the host, port, search base, etc.. from my login server schema (portal30_sso) The script throws me the following error :
    " Bind variable "CN" not declared ".
    I even compile the package ssoxldap.pkb before that. But still this error persists.
    tnsnames.ora and listener.ora files are fine and the tnsping to the external procedure is also working properly.
    Can anyone help me in this.

    I got that problem solved. Its little bit funny solution. Instead of running the sql file using the File->open->ssoldap.sql, we should directly write the whole path i.e. @d:\oracle9i\portal30\admin\plsql\sso\ssoldap.sql
    And secondly, I also found one small change related to the installation manual. Its related to Adding entries to the LDAP Server. the manual shows this syntax:
    ldapadd -h i3dt111 -p 389 -D 'cn=orcladmin'
    -w welcome -f d:\oracle\admin\phd\udump\users.ldif
    but instead we shoud write this:
    ldapadd -h i3dt111 -p 389 -D cn=orcladmin
    -w welcome -f d:\oracle\admin\phd\udump\users.ldif
    . Just remove the single quotes in the username string.
    Anyways, thanks for your suggestions.
    null

  • 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

  • Which is the best version of Discoverer with Oracle 9iAS ?

    I have been told to find the best version of Oracle Discoverer for ORacle 9iAS - for
    the ORacle Financials and HR (E-Business suite ) ?
    Can anyone direct me to the manual where it explains the integration of
    ORacle Discoverer with E-Business suite ?

    Hi
    You can only use Discoverer 9.0.2 with Application Server 9iAS. This is because Discoverer 9.0.2 is an integral part of that server. However, Discoverer 9.0.2 was never certified against Oracle Applications so you cannot use it to connect and run with 11i.
    I would question why you are trying to do this because 9iAS is desupported as is the Discoverer version that goes with it. You should upgrade your AS to 10g 10.1.2 and take advantage of the latest version of Discoverer.
    Please take a look at this posting on my blog: http://learndiscoverer.blogspot.com/2006/04/april-2006-oracle-discoverer-patch.html
    which lists all the versions of Discoverer along with the correct patch levels and desupport dates.
    The integration of Discoverer with E-Business Suite can be found in a number of documents on MetaLink:
    313418.1 - discusses Discoverer 10g and 11i
    233436.1 - discusses Application Server 10g and 11i
    257798.1 - discussed Discoverer 9.0.4 and 11i
    139516.1 - discusses Discoverer 4i and 11i
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Templates for Forms

    Hi,
    in E-business suite 11.5.10 where can I find the oracle templates for Forms ? In which folder ?
    Thanks.

    Thank you Hussein,
    I have this problem that I posted on this thread:
    Re: ORA-06508 keep showing up.. What setting did I missed?
    Any ideas how to solve this problem? I tried copying the pll, appstand.fmb, tempate.fmb from the server as you suggested but still encauntering the same error:
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-06508
    Thanks
    Jim
    Edited by: Jimmy JKT on Dec 15, 2010 8:10 PM
    Edited by: Jimmy JKT on Dec 15, 2010 8:16 PM

  • As configuring the services like for example that of Forms and reports in Oracle 9iAs

    Como configurar los servicios como por ejemplo el de Forms y reports en Oracle 9iAs para sistema operativo Solaris. Para que los reports y forms sean vistos en la WEB.

    Jenny, for Forms and Reports configuration issues, you might try posting to the Oracle9i Forms forum:
    Forms: http://forums.oracle.com/forums/forum.jsp?id=345390
    Reports: http://forums.oracle.com/forums/forum.jsp?id=338539
    These are actively monitored by product managers from those groups. If your question covers Web services with Forms and Reports, check out the viewlets showing how to make those aspects of Forms and Reports work at:
    http://otn.oracle.com/tech/webservices/sample.html
    We are planning on rolling out some new content and how to's specific to Oracle Reports and Web services probably the last week of July. The content is just been written, reviewed and recorded this week based on the examples you see in those viewlets.
    Mike.

  • [b]How to deploy forms 6i on Oracle 9iAS[/b]

    Hello,
    Anybody knows hot to deploy forms 6i on Oracle 9iAS (WEB).
    Oracle 9i Application contains several options
    1. Oracle9iAS installation.
    1.1 J2EE and Web Cache.
    1.2 Portal and Wireless.
    1.3 Business Intelligence and Forms.
    2. Oracle9iAS Infrastructure installation.
    3. Oracle9iAS Developer Kits installation.
    I want to know , Which option should i select in order to deploy the forms on web.
    Thank You.
    Rahul

    I'm not sure if you can deploy Forms6i on 9iAS. Anyway, this is not the right forum for this question. Please repost your question in the 9iAS General forum or in one of the Forms-related iDS forums.

  • Detailed info on tuning params for Forms Services for 6i/9iAS

    Hi Folks,
    I have searched the Oracle site and documentations high and low
    for detailed information on tuning of params for Forms Services
    on AIX under 9iAS 1.0.2.0. There seems to be non except for
    pool=..., record=performance, etc and I have notbeen able to
    obtain info on how to tune these params.
    I have a goal as follows:
    a. To have 4000 Web Forms users connected to the Database thru
    the 9iAS/Fomrs Services (this is apart from response time)
    b. I have a 4way SP node with 8GB RAM
    Initial tests of 100 simultaneous users have indicated that CPU
    consumption is between 70% & 90% and the memory consumption is
    800MB. Pool was changed from 1 to 10 and 12. There is no change
    in CPU usage but memory usage increase to 950MB with increase in
    PAGE Faults. Performance collector shows garbage (-ve time count
    and -ve %age for certain activities).
    Any direction/tips on bettering the thru-put or achieving the
    goal is very helpful and greatly appreciated.
    Thanks,
    Giri

    There are loads of paper on OTN that talk about tuning the Forms
    middle tier. Check out:
    http://otn.oracle.com/products/forms/techlisting.html#internet
    "How To Tune Your Oracle9iAS Forms Services Applications" as a
    start.
    The important thing to note is that unlike the database, you
    tune the application and not the Forms Services themselves.
    Also, it does not really matter what platform you are in terms
    of the techniques you use to tune the application.
    This should help you and if you have any more specific problems
    then please post again.
    Regards
    Grant Ronald
    Forms Product Management

  • PSP Vs Oracle 9iAS Form/Report Services

    Hi All,
    what is the difference in using the PSP and 9iAS Report/Form services, Can i use Oracle Form/Report Services in place of PSP, if so how and if not what i have to check for the other alternatives in ORacle for report/form designing as my project has 1000+ reports.

    If the two AS installs are fresh, I suggest that you wipe (uninstall) them both and re-install AS either with BI Forms option or the standalone F & R variant.
    Be sure to read the accompanying Installation Guide thoroughly before installing.
    Message was edited by:
    orafad

  • Oracle 9iAS Support for WebUtil

    Oracle 9iAS Support for WebUtil
    With the official release of WebUtil soon approaching on 10g will this mean that WebUtil will be supported on a 9i achitecture as well?
    I have successfully installed the beta version of webutil in a development environment and have been very impressed by its ease of use and functionality. However my bosses are concerened about deploying a beta release on our live 9iAS R2 setup until it is confirmed that Support will be available.
    When will WebUtil be officialy released on 10g?
    Will Oracle offer support for those using WebUtil on 9i?
    Many thanks

    Tim,
    I'd like to give Grant the final word on this because he is more involved, but to my understanding and current information, WebUtil will be supported with Oracle Application Server 10g only.
    Forms 9i and Forms 10g are not that different in that there is no real migration work needed. For this reason we plan to support Forms10g and Application Server 10g.
    The release of WebUtil - again Grant will know better - should be anytime now.
    Frank

  • Oracle 9iAs documentation and patches for aix 5.3

    Hi,
    I have Oracle 9i application server release 1.0.2.2.2. I work on aix 5.3 and i've installed oracle server release 3. In Oracle 9iAs i need to work with oracle forms 6i and reports 6i.
    I need Oracle Oracle 9i application server release 1.0.2.2.2. documentation and patches for aix 5.3
    best regards

    What is Oracle server release 3? Application server 1.0.2.2.2 is desupported now, it worked in the past with server release 9.2. Certification matrix on metalink shows a lot of necessary additional steps (OS patches and software patches) to be done. Metalink is also the place for Oracle software patches, OS patches come from IBM.
    OS dumps (but for pre-6i versions) are documented in metalink note
    DEVELOPER TOOLS CORE DUMP OR OPERATING SYSTEM ERRORS RELATED TO MOTIF
    Note:1077772.6
    Werner

Maybe you are looking for