(RHEL3) iAS form service 10g  with jpi  1.4x error

hello~
my form service os is RHEL3 , and i install
oracle form and report service 10g on it !
when i use jinit 1.3.1.13 and ienative VM to test form
, everything is fine , but use jpi 1.4x to test
form will raise the java exception like below :
FRM-92050
<java.io.IOException: Negative content-length from HTTP.>
at oracle.forms.net.HTTPNStream.doGet(Unknow Source)...
========================================================
but when i install the IDS 10G in another RHEL3 server
and start the OC4J instance , i test form with
config= jinit or ienative or jpi , everything is fine,
is it a BUG in IAS904 form for linux platform???
I'm sure all config had setup ok..

We had the same error (FRM-92050) (we have a Unix server) and we changed the FORMS60_TIMEOUT=10 (from 5) and upped the users and confirmed processes from the default of 100 to 200 (in the default.env and init<dbname>.ora). Now we are able to connect remotely.
(We had not priviously done all the post install steps. These are included in those steps.)
good luck,
LW

Similar Messages

  • Developer 10g and Forms Services 10g

    Hi,
    I have a Developer 10g installed on a Windows XP and a Forms Services 10g installed on a Linux operating system.
    When I generate a .fmx in my Developer and try to run it on Forms Services, no Built-in works... not even CALL_FORM or EXIT_FORM!
    Is there any compatibility issue with these platforms??
    Thank you all in advance,
    Carla Almeida

    It seems correct. Check that orcl is a correct identifier, that is it's present in tnsnames.ora on the Linux Server.
    I assume that ORACLE_HOME and PATH are correctly set. If you go to /aplicacoes/sgi/forms_fmx directory you can simply do :
    f90genm.sh MODULE2.fmb user/password@orcl

  • Can I call a report in Reports 6i from Forms Services 10g?

    Hi there,
    I was wondering if I could call a report in Reports 6i from my application in Forms Services 10g. If so, how could I do it?
    Thanks!

    In Forms 6i you probably did use RUN_PRODUCT to call reports. In 9i onwards you should use RUN_REPORT_OBJECT instead.
    See http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    Note that you should be able to run RDF files without any conversion.

  • Using Forms  9i/10g with Websphere Application Server

    Hi all,
    We intend to migrate from Forms 6i to Forms 9i/10g. Our enterprise does not support the use of Oracle Application Server. I would therefore like to know if it is possible to use Forms 9i/10g with Websphere.
    Your reply will be highly appreciated.
    Best regards
    Fidix

    Dear Frank Nimphius,
    Hope You will be fine.
    Is there any way we can use Oracle Application Server (Middle Tier) or 10g AS Integration Adaptors or any thing on Middle Tier except Transparent Gateways to access SQL Server using Oracle Forms and Reports 10g.
    Looking Forward.
    Aamer
    [email protected]

  • How to deply icons on forms services 10g (10.1.2)

    Hi.
    I've been trying to do a couple of "simple" things on forms services and have not yet succeded:
    - Deploy Icons on the web.
    - Specify an alternate path for fmx,pll and mmx files.
    The installation is Application Server Forms and Reports Sevices.
    According to Forms Services Deployment Guide (section 4.9.2.1), to enable custom icons in an archive file (jar) the steps are the following:
    - Create an archive (jar) file of all icons files.
    - Place the archive in forms/java directory.
    - Modify the archive_jini to add the reference to the newly jar file. I've done these in both default section and custom section of formsweb.cfg.
    - Modify imageBase to codebase in formsweb.cfg.
    I can even "see" the archive file from the browser:
    http://churum:7777/forms/java/art_icons.jar
    Also, for finding forms files I modify the default.env file and added the desired directory:
    forms_path = /home/oracle/OraHome_2/forms;/home/appls
    HELP please. These two thing are supposed to be easy aren't they?.
    Thanks in advance ...!

    Perhaps the browser cache was refreshed or dumped. You can see this behavior (Forms not picking up changes made in the config files) by experimenting with the background color (set in formsweb.cfg). Make a change, load a page, new is there sometimes, sometimes not. When not, doing a refresh on the page (force a new/clean read) results in the new color being applied.

  • Can I use Oracle Forms Services 11g with Database 9.2.0.8.0?

    Hi everyone.
    My department is evaluating development tools in order to build new web applications, and also possibly to migrate current applications buit with Oracle Forms 6.0.5.34.0. Our database is Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit.
    We have read that the newest Oracle Forms version is Oracle Forms Services 11g. Is Oracle Forms Services 11g compatible with Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit? or would we have to migrate our RDBMS to Oracle 11g?
    If our database is compatible, what would we need to develop and deploy applications with Oracle Forms Services 11g?
    Many thanks in advance.

    Wheter it's compatible or not: Database 9.2.0.8 is in sustaining support which means you won't get patches for it. So even if it is compatible I'd opt to upgrade to a newer version, as I wouldn't feel comfortable having a not-supported product out in production.
    Have a look at the certification matrix for supported configurations
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    As for the requirements; most things can be found on the forms homepage on OTN:
    http://www.oracle.com/technetwork/developer-tools/forms/
    or at the documentation:
    http://download.oracle.com/docs/cd/E17904_01/index.htm
    cheers

  • Testing Forms Services availability with Hardware Load Balancer

    I have posted a question about load balancing to a group of application services running Forms Services here on the Forms forum but have had no reply:
    Forms Services availability checking for BIGIP Load Balancer
    My basic questions are:
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    My reason for the question is we had a Forms Services failure that was not detected by the ifcmd servlet as the HTTP side of things was still working. This meant that the BIGIP load balancer sent everything to the failed server as it had the least connections. So basically no-one could logon.
    I've raised an SR with Oracle but they recommend the standard URL above. Has anyone else had a problem like this and if so were you able to fix it?
    Regards,
    Philippe

    Well SR followed up and it looks like the only course of action is to use the standard HTTP check: http://server:port/forms/frmservlet?ifcmd=status ...
    ... unless that is you want to do some serious customisation. Oracle don't support any other form of checking.
    I'm guessing from the lack of responses to this thread that this hasn't been an issue for anybody else ... ???
    Any thoughts/suggestions really welcome as we go into production in 4 weeks.
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    Thanks,
    Philippe

  • Load balancing Reports Services 10g with WebCache?

    Hi Guys
    Does anybody have any good ideas on how to load balance Oracle Reports Services?
    Can I do it with WebCache as with Forms Services?
    /Jacob :)

    My java application resides in a different server (weblogic) from the Oracle Application server (which has the report server). I do a browser redirect from my java application to a URL of OAS . I have hard coded Oracle Application server and report server name in one of my config files in my java weblogic server
    In the above URL, servername:7770 is the Oracle Application Server. I would not have a problem with this since this will be the name of the cluster.
    But the problem is server=<report server> . The report server which will pickup my request will be identified only after the browser has redirected to the URL. SO I cannot hard code it in my ajava application.
    Can I just remove server=<report server name> when generating URL from my java application when I need to run report server in a clustered load balancing environment?
    Sorry if my earlier post was confusing

  • Linux Startup script for Forms Services 11g with Weblogic

    Hi,
    Does anybody know where I can find info about the startup script process for Forms Service 11g under linux? I can't find it googling it... I think I have to startup weblogic first... isnt it ? or opmnctl works alone ?
    In 10g we just need to set env vars and then "opmnctl startall" and if we need enterprise manager "emctl start iasconsole" ... what about on 11g?
    Regards
    Ricardo

    You can start directly the WLS_FORMS without starting the Admin and Node manager ..
    I think if you go through this link , you will get more information ..
    Re: Forms 11g - Installation steps for a developer machine

  • Browser closes on invoking the Forms Services 10g.

    Hi All ,
    When I invoke the forms services using the following url in the browser , the browser window closes :-
    http://<IP-address>/forms/frmservlet
    Could anyone let me know what could be the reason for this and how to resolve it.
    Thanks,

    Apologies if I'm stating the obvious, but it couldn't be something as simple as
    http://<IP-address>/forms/frmservlet, where i don't see port's number?
    That is:
    http://<IP-address>: <port_number>/forms/frmservlet

  • Forms Builder Starting With 500 Internal Server Error

    Hi, 
    I'm having a problem while starting Forms Builder from portal. It gives 500 : internal server error.
    When I start the check tool it stops in step "XML Forms Builder Jar Download" saying /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar  is unsigned.
    When I open java console with trace level 5, the log is as follows :
    <i>
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Registered modality listener
    Invoking JS method: document
    Invoking JS method: URL
    Referencing classloader: sun.plugin.ClassLoaderInfo@1abcd9b, refcount=1
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:02 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder: could not load User settings: Cannot find resource C:\Documents and Settings\Administrator\.xfbuilder\usersettings.properties
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:04 - (WARN) (Client) Property Manager: Could not load dataTypes
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:05 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder.client.data.DataObjectFactory: Could not load dataTypes
    Invoking JS method: execScript
    Invoking JS method: evalIntermediateValueToReturn
    </i>
    Does anyone have an idea about how to start Forms Builder correctly?
    Regards,
    Bar&#305;&#351;
    Message was edited by:
            Baris Buyuktanir

    Hi,
    In KM Content goto /etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar and download the file to local files system.
    Now open the jar file with winrar/winzip and open META-INF folder, there you should find <b>SAPPortalsCertificate.SF</b> and <b>SAPPortalsCertificate.RSA</b> files.
    If these files exist in META-INF folder, then you jar is signed and if not unsigned. For security reasons classloader does not allow to open unsigned jars as some other jars in classpath are signed.
    So if these files not present in META-INF folder, then replace the corrupt km.appl.xmlforms.xfbuilder_core.jar file with file that works on some other server.
    Greetings,
    Praveen Gudapati

  • Error running forms 10g with OC4J

    Hi everyone,
    I installed Oracle DB 10g and Developer Suite 10g (did not install Ap. Server) at the same machine (different homes), everything seemed to be OK, I use sqlplus with no problems, then I did this:
    1) Created a table with just one field
    2) Created a test form with Forms 10g using wizard with just that table and that field (I connect to oracle with no problems on forms builder)
    3) Started OC4J Instance
    4) When I run the form, it opens Internet explorer then shows Oracle application server forms service, but with this message ORA-12560 TNS: Protocol Adapter error, I click OK and ask me for a user and password, but the same error!!
    IS there any configuration that I have to do on OC4J?? Why I can connect to oracle from sqlplus, enterprise manager and so, but it fails running forms, specifically when open OC4J???
    Thanks in advance

    Did you save the form before running it, in the context of the builder? there is a known bug in this area.
    Patrick.

  • Oracle DB server and Reports&Forms Services - in separate homes

    Hi
    I have manaed to installe Oracle DB server (10g) in home1 and reports & forms services (together with Developer suite, 9.0.4) in home2 - can I work normally with that installation/configuration. What is normal practice?

    can I work normally with that installation/configurationIt depends on what normally means. If your machine is a test/development one (Developer suite), then I don't see problems. On a production environment it would be better to have separate machines, unless the machine is a big one, with a possibly small number of users. I have a customer with a W2000 production server running both DB and Application server (complete version), but he has 10-15 users and the machine has 2 CPU 3GHz and 5Gb RAM.

  • Oracle forms 9i/10g connecting SQL Server 2000

    Could anyone please guide me in detail to connect Oracle Forms 9i/10g with MS SQL Server database?
    To connect with Oracle Database, we need to copy and paste the tnsnames.ora file from the Oracle Database folder to the Oracle Forms folder.
    But how do i connect with other databases like SQL Server, MS Access, and so on?
    Thanks in advance.

    Follwoing is the soluton which I got from orafaq forum:
    <<<<<
    I'd go for an ODBC on the database server, using HSODBC. It worked quite well on a data warehouse project using OWB. I fail to see why it wouldn't work for Forms.
    MHE
    >>>>>
    Now I'm fully in a confused and frustrated state. Each person is saying different solutions for the problem. One person is saying to connect using ODBC driver while other is saying to connect JDBC driver. Actually which driver should I configure? Also no one is giving a clear picture for the problem.
    How can I get a detailed solution for this problem (with screen shots) which include step by step procedure to configure a driver?
    So, I would be pleased if you could please guide me with step by step procedure to get connected with Oracle Forms using SQL Server?
    Or atleast some reference site where I can find the same.
    Thanks.

  • Forms Services for 6i

    Hi,
    I m using Oracle Forms 6i. The Forms services stops automatically without throwing any error. The no. of connections are also not very high. The CPU usage is not more than 26%. The event viewer says the following:
    'The Oracle Forms Server [Forms60Server] service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 0 milliseconds: No action.' or
    'The Oracle Forms Server service terminated with service specific error 2'
    On the application end I get the following error:
    'FRM-92050: Failed to connect to the server: frmappint.us.ul.com:9000'
    Please advise what can I do to resolve this issue.

    Hi,
    the best advice I can give is to upgrade to anything newer that supports the Forms Servlet listener architecture (since Forms 6i patch 4 and Oracle Application Server 9.0.1)
    Frank

Maybe you are looking for

  • Why does the Safari PDF viewer plugin show up in mission control?

    Whenever I swipe to activate mission control the PDF viewer plugin of Safari shows. This obviously doesn't happen if I do not have a tab with a PDF active in the browser, but why does it show anyway? I have tested Firefox and Chrome and their PDF plu

  • How to set attributes in new connection url request

    Hi, I'm an italian programer and I'm sorry for my english. Using the follow java code, I include an jsp page in to other jsp page. I use struts framework too. The problem is that the page includes do not has on the request object the same attributes

  • Saving state within regions

    Hi I have a form page with 2 regions; the first region has fields like name, surname... You filled in your details name etc and region 2 is hidden at this point and then you press the button 'Continue' this button then branches to the same page and s

  • Missing Parameter - Global Date Variable

    I am trying to use a global variable for a date in my interface. I have the variable declared on the schema of my staging area and when I refresh it it works fine. I put the variable as refresh followed by the interface in a package. When I run the p

  • Where is the place/field to enter the website that I wish to see upon opening

    I had Mozilla set up to open with the start.earthlink.net website. Now it's not happening. What bumped me out of that setting, and where do I find the dialog box to reset to that location?