Why can i install forms server properly in windows xp?

I guess i haven't installed FORMS SERVER properly, because in my \developer\bin\ i cant find "ifsrv60.exe"
the installation prompts me that if i have OEM (oracle enterprise manager) (which i think is ORACLE 9.2 ENTERPRISE EDITION) i should select NO, to avoid creating that service... so i always choose "NO".
I've tried choosing "YES" twice, even in SAFE MODE, and it crashes, saying something about "ifsrv60.exe -install"...and something about a "spawn" or something.
i wanna test if all works but without my "forms server" i guess i cant test it right? what should i do?
also, when installing i chose "server installation", then "web deployment" and then "single computer".
help me out

Hi
There is a special version for windows XP i dont remember the exact number right now but you have to install from that specific cd and plus you need to install patches 13.
If i understand you correctly, you are not able to connect to database? if so, you need to configure the tnsnames.ora file. you can use the Net8 easy config from start/programs/$oraclehome$.
or you can manually set it from Oraclehome$\net80\admin\tnsnames.ora
set it as:
<service name> =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <machine name)(PORT = 1521))
(CONNECT_DATA = (SID = <SID>))
I suggest you de-install everything you have installed previously, and start fresh.
Hope this helps
Regards
Tony

Similar Messages

  • Can't Install SQL Server 2012 in Windows 8.1 Pro

    I have Visual Studio 2010 Ultimate installed on my unit.
    I tried installing SQL Server 2012 and it failed because I don't have the SP1 for VS2010.
    I installed SP1 successfully, but now I can't install the SQL Server 2012.
    Error says: Managed SQL Server 2012 has stopped
    I have scanned many forums but cannot find the answer.
    I have .Net frameworks 3.5 and 4.0 installed in my laptop, still, no progress.
    Please help me with this. Thanks a lot.

    Check below thread seems to be similar issue
    You need to enable .NET Framework 3.5 using Control Panel
    Control Panel -> Programs and Features -> Turn on or off features.
    Install or enable PowerShell 2.0 also.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/1fe44750-0d6b-46ff-929a-15e616e33546/problem-installing-sql-server-2012-sp1-managed-sql-server-installer-has-stopped-working
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • How can i install forms developer 6i in windows XP

    i have downloaded "Oracle Forms Developer/Services 6i Release 2 for Windows NT" but cannot run the file in my PC which using XP. Could anyone tell me is it possible to install in XP??
    many thanks

    Richard,
    say it this way: It is our goal to have it in patch 13 and only bad luck will stop us from having it there. So it looks promising right now. If patch 13 has the XP certification, then this will be in appr. 10 weeks.
    Frank

  • Installing Forms Server on Windows 2000

    We installed Forms Server 6i on Windows 2000. We completed the installation successfully. When we clicked on the 'Run the Form on the Web.', it gives 'This page cannot be displayed.' error. We tried this twice, but getting same error.
    Any suggestions/help is greatly appreciated.
    Thanks
    VL.

    Do you have your web server installed too?
    forms server works in conjunction with your web server.
    Make sure you have done the following...
    Web server is listening on port 80
    Forms server is running in HTTP mode. ( You may need to stop and restart the forms service in win2000 if you change this from socket in the registry )
    You must also set up your virtual directorys on your web server. I used the microsoft internet information server that comes with win2000. It's an add on component on the disk. Oracle would suggest you use Oracle 9i application server ( Which is rebadged Apache )
    Forms server is running on port 9000. Also set in the registry.
    You also edit the in the formsweb.cfg file in <ORACLE_HOME>\forms60\server
    Make sure HTTP mode is set in this too. You can also change various params such as the applet size etc. I would recommend the Oracle look and feel and run in separate windows options.
    All the forms tester does is run a bit of cgi which will dynamically change the base HTML file in <ORACLE_HOME>\forms60\sever.
    You will notice there is one file which is baseie and basejint. The cgi will choose to use the one depending on if you choose to use jinitiator or ie50=native.
    When you go live can maually edit these files depending on what java viutual machine you choose. You can place this file in your web site root as defaut.htm or whatever you want and it will serve you app without using the cgi html generator.
    Sorry if parts of this you know but it took me weeks of work to set this up. The Oracle documentation is not very well put together.
    I have read nearly every line of the damn stuff.
    Please e-mail me if you have any queries as I may have not made sense in places.
    Oliver
    null

  • I can't install weblogic server 10.3 found error

    I have install to 65% and found error.
    i want to know why i can't install weblogic server 10.3 (may be error was create by jdk or anything else Please tell me! )
    and how many  problem  that can happen when install weblogic server 10.3
    ps. - OS that i install is windowsXP  sp2

    Without giving us any details about what error you got, or any circumstances of your environment (just the OS isn't enough), there is no way anyone could give you any help.

  • Can I install Calendar Server on another partition other than root file system

    Can I install Calendar Server on another partition other than / ?
    <P>
    In this version, the default path is hard coded to install in
    /users/unison. However, if you do not have enough room on your root
    partition or choose to install it in another location, you can do so
    using a logical link. The installation guide explains this as well.
    <P>
    For example, suppose you want /users/unison, which must NOT already
    exist, to be logically linked to /var/opt/unison, which must exist.
    Then as root user:
    <P>
    <UL>
    <LI>
    Create the directory /users (if it does not already exist)
    <P>
    % mkdir /users
    <P>
    <LI>
    Create the logical link. The directory /users/unison must
    NOT exist before doing this.
    <P>
    % ln -s /var/opt/unison /users/unison
    </UL>
    <P>
    <P>

    makes a lot of sense.  I am looking for an answer myself.  My documents folder long ago outgrew it's place on the boot drive.  It would be nice to keep it in the user folder organized on another disc

  • Can't install weblogic server sp5(apache bridge) on linux

    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

    What exact problems are you having? I'm using WLS 5.1 SP5 + apache
    1.3.12 + mod_ssl just fine.
    John Salvo
    Jason wrote:
    >
    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

  • Can we install Exchange server 2003, 2007 and 2010 on Server 2012 R2 ?

    Sir, 
        I want to know whether Exchange server 2003, 2007 and 2010 can be installed on Server 2012 R2 or not.
    Thanks in advance.

    You can only install Exchange 2013 SP1 on Server 2012 R2
    As far as I know Exchange 2010 SP3 can't be installed on R2 . The other Exchange Servers are too old

  • Why can't I use Server 2.2.2 with Mavericks 10.9

    why can't I use Server 2.2.2 with Mavericks 10.9?
    I have just upgraded and there seems to be no way to upgrade the Mini server.  Do I have to uninstall Mavericks

    It would have been prudent for Mavericks upgrade to tell me that Server 2.x was not compatible.
    Indeed Server 2 update that at least told me it was not compatible and that version 3 was available would also have been useful.
    I only used the VPN feature a handful of times since purchasing in August 2013 - Not very good value for money in my circumstances then.

  • Can I install SL Server on Mid 2010 Mac mini ?

    Hi
    Can I install SL server or Lion Server on my mac mini (mid 2010 ,2Gb,320GB,C2D 2,4ghz)  ?
    thx

    Either will work, but get more RAM.

  • Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial use if we are neglect risk sof using it on Production?

    Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial/Production
    use if we are agree to take risk of using it on Production?

    Hi,
    Yes you can, but you should be aware of the limitations of MS SQL Express version.
    1. 1GB RAM
    2. 10 GB database size per database excluding log file (SQL 2008 R2 and above)
    3.Job Scheduling service is not available with SQL Server Express.
    4.Data import and export feature is not available with SQL Server Express.
    5.Limitation on number of CPU
    Refer following article for features supported by different editions of MS SQL Server.
    Features Supported by the Editions of SQL Server 2012
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Can we install PHP server under Oracle E-Business R12?

    Hi,
    Can we install PHP server on oracle applications R12 for publishing PHP pages from E-Business?
    Thanks & Regards.

    Can we install PHP server on oracle applications R12 for publishing PHP pages from E-Business?As long as you install it in a different home/directory then you should be OK.
    Thanks,
    Hussein

  • I have Lion 10.7.3 can i install lion server

    I have Lion 10.7.3 installed on my iMac can I install Lion Server without having to do a clean install?

    Yes from what I read Lion server is just an Application that run on, ,and changes certain things, in the normal Lion OS.

  • Can I install an OEM version of Windows 7 on my Mac?

    I am completely unfamiliar with windows terminology. I ordered a copy of Windows 7 64-bit and when it came it said OEM on it and had all these warnings that it had to be preinstalled on a computer and I assumed it was like the software that comes with a Mac that you can only install on that one machine. I returned it unopened because I was afraid it wouldn't work. Since then I've read on these boards that OEM is a system builder, and it's cheaper, which is why I got it, and can only be used on one machine. But it sounds like I could install it on one Mac. I don't really care about installing it on more than one machine. So my question is, is that correct? can I install an OEM version of Windows 7 on one Mac? I wanted to check, because although it's cheaper, it's still almost $100 and I didn't want to waste that if I opened it and it didn't work. Any guidance would be greatly appreciated. I plan to use parallels by the way, but I am posting on this board because it was suggested that you folks know the most about windows.

    Answered here https://discussions.apple.com/message/21400262#21400262

  • NetFx3 error while installing SQL Server 2012 on windows 8 Pro

    I can't install SQL Server 2012 on my windows 8 Pro, every time I try I get this error: Error while trying to enable NetFx3 
    Can anyone help, please.

    Hi,
    Windows 8 does not include .NET 3.5 (include .NET 2.0 and 3.0) by default.
    1. We can make sure this feature is enabled by check in Program and Features.
    a. Go to Settings. Choose Control Panel then choose Programs.
    b. Click Turn Windows features on or off, and the user will see Windows feature window.
    c. You can enable this feature by click on .NET Framework 3.5 (include .NET 2.0 and 3.0) select it and click OK. After this step, it will download the entire package from internet and install the .NET Framework 3.5 feature.
    This option requires an Internet connection.
    2. As Alberto suggested, you can use the command to enable .NET Framework 3.5 (include .NET 2.0 and 3.0) feature in offline mode to avoid interruption before run SQL Server Setup.
    For your information:
    Installing the .NET Framework 3.5 on Windows 8 or 8.1
    http://msdn.microsoft.com/en-us/library/hh506443(v=vs.110).aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

Maybe you are looking for