Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Run Forms 9i

Re: Run Forms 9i

From: Indy Johal <Indy.Johal_at_prnewswire.com>
Date: Thu, 31 Jul 2003 06:44:24 -0800
Message-ID: <F001.005C7FB8.20030731064424@fatcity.com>


Siddharth

Is your Http server running and can check it with http://ciscow40s0249.cisco-temp.com:8888

If you got an error in it then it mean you need to start the OHS by using dcmctl utility or thru OEM which can be invoked by running http://ciscow40s0249.cisco-temp.com:1810

Then check if the OC4J instance is running like the Default one is OC4J_BI_FORMS and the easy way is to use the below two link where First one is to check the Listener Servlet and the second one will check the Default forms and make sure that your <ORACLE_HOME>\forms90 contain test.fmx and <ORACLE_HOME>\forms90\server\default.env says FORMS90_PATH=<ORACLE_HOME>\forms90

http://ciscow40s0249.cisco-temp.com:8888/forms90/l90servlet http://ciscow40s0249.cisco-temp.com:8888/forms90/f90servlet --> This will give the page as Forms are installed successfully by running the test.fmx

If you got an error
then it means your OC4J Instance is down and this again can be started by using "dcmctl" utility or OEM as in OHS

If all is well above then Now you can make the following changes to run your application
1) create a directory named like <ORACLE_HOME>\forms90\SIDHARTH 2) put all of the your application .fmx and .plx file in the above directory
3) edit <ORACLE_HOME>\forms90\server\default.env file and make FORMS90_PATH=<ORACLE_HOME>\forms90\SIDHARTH 4) edit <ORACLE_HOME>\forms90\server\formsweb.cfg and make the following changes

        forms=MODULE1.fmx
        userid=SCOTT/TIGER_at_omkar

5)http://ciscow40s0249.cisco-temp.com:8888/forms90/f90servlet

Hope this will give you some of the setup Idea and make it run or let me know

Indy Johal

"Siddharth Haldankar" <shaldank_at_cisco.com> Sent by: ml-errors_at_fatcity.com
07/31/03 04:29 AM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Run Forms 9i



Hi,

Do you have to do any setting to run forms9i, it does not have any forms runtime environment. It runs only in the web server. My forms are giving this link

http://ciscow40s0249.cisco-temp.com:8888/forms90/f90servlet?form=C:\Prog ram%20Files\Common%20Files\System\MAPI\1033\MODULE1.fmx&userid=SCOTT/TIG ER_at_omkar&buffer_records=NO&debug_messages=YES&array=YES&query_only=NO&qu iet=NO&RENDER=YES

but it gives page not displayed. Do we need to set any parameters? Please advice.

Thanks in advance.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Siddharth Haldankar
  INET: shaldank_at_cisco.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Indy Johal
  INET: Indy.Johal_at_prnewswire.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 31 2003 - 09:44:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US