Windows 2000 And Forms6i

Does anyone know how Forms6i and indeed any other of the Oracle suit of software perform and indeed work on Windows 2000?
Thanks
Andy McGoldrick
[email protected]

Hi,
0-what oracle home should I used? C:\oracle\ora92 or C:\oracle\OraHomeForm60i
C:\oracle\OraHomeForm60i, this seems to be the home of the Forms installation
1-what login-password-hoststring should I use to login first time in order to create a new data block in form builder(suppose I want to used scott/tiger tables)? i used system/manager/ABC and scott/tiger/ABC but got errors
scott/tiger@tns_names_entry
2-Do I need to do some initial configs first, if yes--How?
No. If the database in a separate home then all you need to do is to verify that it is accessible from the Forms Home
3-I did copied the file TNSname.ORA from C:\oracle\ora92\network\admin to C:\oracle\OraHomeForm60i\NET80\ADMIN but still not working
On the command line, navigate to teh Forms home and do tnsping <database name>. This should give a response, if not then check the SQL*Net configuration. Also, you can try to use SQL*Net from teh Forms Home to connect to teh database. If this fails, then the tnsnames.ora file needs some look after.
regards
Frank

Similar Messages

  • Install Acrobat 7 and CS2 applications - running Windows 2000 and IE 6

    need to install replacment Acrobat 7 and CS2 applications - running Windows 2000 and IE 6. Any problems with this?

    http://web.archive.org/web/20070203090721/http://www.adobe.com/products/creativesuite/syst emreqs.html

  • User Logon Name (pre-Windows 2000) and Domain Name Don't have the same Value

    Hi
    is it possible to have User Logon Name (pre-Windows 2000) and Domain Name with different value?
    Exemple:
    domain name domain1.com
    and User Logon Name (pre-Windows 2000) Domain2\user

    If you have trust in place, then also you can use trusted domain name to login from trustee domain. Also, UPN suffix can be added.
    http://technet.microsoft.com/en-us/library/cc773178%28v=ws.10%29.aspx
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • Why will a stand alone executalbe with an installer work on windows 2000 and crashes on windows xp professional?

    When I run the setup.exe file on a Windows 2000 system it installs properly, but the same file run on a XP Professional system I get an error stating Fatal Error: Installation ended prematurely because of an error.
    See here for more information on the specific installer I'm trying to use.
    In fact I get this error for any stand alone executable I try to install on any XP machines. I am using LV 7.1. Is there a way to manually install eve
    rything?
    Thanks

    Sure you can Install a lv application manually. just copy the exe-file,
    support files in a folder. For the runtimeengine just copy the file
    lvrte.dll in the folder of your application or in the windows system folder.
    Hope that helps, Niko
    BB Herman wrote:
    > Why will a stand alone executalbe with an installer work on windows
    > 2000 and crashes on windows xp professional?
    >
    > When I run the setup.exe file on a Windows 2000 system it installs
    > properly, but the same file run on a XP Professional system I get an
    > error stating Fatal Error: Installation ended prematurely because of
    > an error.
    >
    > See
    > HREF="http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000...
    for more information on the specific installer I'm trying to
    > use.
    >
    > In fact I get this error for any stand alone executable I try to
    > install on any XP machines. I am using LV 7.1. Is there a way to
    > manually install everything?
    >
    > Thanks

  • Hi, anyone can tell me how to open a CD - ROM FOR windows 2000 and XP Version 1.1b Software by Softwire LTD?

    Hi, anyone can tell me how to open a CD - ROM FOR windows 2000 and XP Version 1.1b Software by Softwire LTD?

    Then you will need a copy of XP running in a virtual machine, or possibly bootcamp depending what Mac OS you're currently on.
    Rather expensive way to do it, but if it's Windows software, you need Windows.

  • Unable to buildclient and to buildserver on windows 2000 and Tuxedo 8

    Hi,
    I am still trying to make the simpapp sample run on my laptop (windows 2000) and
    I still don't manage to do so.
    Currently, I am trying to compile with the tuxedo tools (buildclient and buildserver)
    and this doesn't work at all.
    It seems that a library is missing.
    buildserver -o simpserv -f simpserv.c -s TOUPPER
    cl /MD -I"%TUXDIR%"\include -Fesimpserv BS-388.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib
    "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.lib advapi32.lib
    user32.lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BS-388.lib
    CMDTUX_CAT:4180: ERROR: can't execute cl /MD
    -I"%TUXDIR%"\include -Fesimpserv
    BS-388.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib
    "%TUXDIR%"\lib\libbuft.lib
    "%TUXDIR%"\lib\libfml.lib
    "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib
    wsock32.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib
    -link -implib:BS-388.lib
    What is this 'cl' command which is alwasys called in the buildserver and buildclient
    Thanx in advance for your help.
    Best Regards
    Jean-Guillaume LALANNE

    never mind...
    Posts from other threads in this group suggested using VC++'s vcvars.bat for setup.
    That solves the stdio problem, buildclient now works for me.
    "Rod" <[email protected]> wrote:
    >
    Same platform, also unable to buildclient. I put VC++ bin and Common/MSDev98/Bin
    (to eliminate a complaint about MSPDB60.dll)in my path, but buildclient
    replies with:
    simpcl.c(13) : fatal error C1083: Cannot open include file: 'stdio.h': No
    such file
    or directory
    I tried setting CFLAGS="-Ic:\Program Files\Microsoft Visual Studio\...",
    and discovered
    that buildclient apparently can't handle directory names with spaces. Different
    variations of quoting, with single and double quotes in various positions,
    evenutally
    got rid of the
    Command line warning D4024 : unrecognized source file type 'Files\Microsoft',
    object
    file assumed
    warnings, but it still can't find stdio.h:
    TUXNT_CAT:77: ERROR: Can't execute cl /MD -I"c:\Program Files\Microsoft
    Visual Studio\VC89\Include"
    -I"%TUXDIR%"\include -Fesimpcl simpcl.c "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib
    "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib "%TUXDIR%"\lib\libengine.lib
    wsock32.lib kernel32.lib advapi32.lib
    user32.lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BC-75c.lib
    I was able to compile the client from inside VC++ and make an executable,
    but the
    server executable needs an atmi main.
    So, I'm still stuck without an stdio.h....
    Scott Orshan <[email protected]> wrote:
    That's the C compiler (Microsoft Visual C++). To develop applications,
    you need a compiler. Make sure that it is in your PATH.
    jeangui wrote:
    Hi,
    I am still trying to make the simpapp sample run on my laptop (windows2000) and
    I still don't manage to do so.
    Currently, I am trying to compile with the tuxedo tools (buildclient
    and
    buildserver)
    and this doesn't work at all.
    It seems that a library is missing.
    buildserver -o simpserv -f simpserv.c -s TOUPPER
    cl /MD -I"%TUXDIR%"\include -Fesimpserv BS-388.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib
    "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.lib advapi32.lib
    user32.lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BS-388.lib
    CMDTUX_CAT:4180: ERROR: can't execute cl /MD
    -I"%TUXDIR%"\include -Fesimpserv
    BS-388.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib
    "%TUXDIR%"\lib\libbuft.lib
    "%TUXDIR%"\lib\libfml.lib
    "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib
    wsock32.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib
    -link -implib:BS-388.lib
    What is this 'cl' command which is alwasys called in the buildserver
    and
    buildclient
    Thanx in advance for your help.
    Best Regards
    Jean-Guillaume LALANNE

  • Separate between windows 2000 and xp

    Hi!,
    In Zenworks 3.2 I want to filter between Windows 2000 and Windows xp
    machines. As a result I want Windows 2000 machines to be imported in a
    different container then Windows xp machines, but unfortunately windows
    2000 en windows xp are on one tab. How do i separate?
    Do i need zen 4 or some kind of snapin?
    TIA
    Peter
    Peter Taal
    HagaZiekenhuis,locatie Rode Kruis
    Afdeling Informatisering en Automatisering
    mailto:[email protected]

    Okay Thanks for your reply.
    But what about nal objects? For example Microsoft patches. You don't want Xp
    patches to be rolled out on 2000 machines. So filtering on file existence is
    the only way?? for example C:\windows\explorer.exe for xp and
    C:\winnt\explorer.exe for 2000.
    Deyan Stoykov schreef:
    > In order to do that you need 2 instances of the workstation import
    > service, each running on a different server and pointing to a different
    > server policy package object. Then point 2000 stations to first server's
    > hostname/ipaddress and xp stations to second server's
    > hostname/ipaddress. You can do that manually or you can use 2
    > application objects to populate the hosts file or the registry entry at
    > "HKLM\Software\Novell\Workstation Manager\Import Server" - one for 2000
    > + one for XP and set the system requirements -> operating system for
    > both objects respectively.
    >
    > HTH
    > Deyan
    >
    > P.Taal wrote:
    > > Hi!,
    > >
    > > In Zenworks 3.2 I want to filter between Windows 2000 and Windows xp
    > > machines. As a result I want Windows 2000 machines to be imported in a
    > > different container then Windows xp machines, but unfortunately windows
    > > 2000 en windows xp are on one tab. How do i separate?
    > >
    > > Do i need zen 4 or some kind of snapin?
    > >
    > > TIA
    > >
    > > Peter
    > >
    > > --
    > >
    > > Peter Taal
    > > HagaZiekenhuis,locatie Rode Kruis
    > > Afdeling Informatisering en Automatisering
    > > mailto:[email protected]
    Peter Taal
    HagaZiekenhuis,locatie Rode Kruis
    Afdeling Informatisering en Automatisering
    mailto:[email protected]

  • Windows 2000 and ODBC errors

    I received "ODBC call failed" errors with client machines running Windows 2000 and Oracle 7.3.4 or 8.1.5 or 8.1.6, though I have used the same setup procedure with Windows 95 and Windows 98 and those Oracle releases without problems.
    Are there any known problems with Oracle 7.3.4, 8.1.5 or 8.1.6 running on client machines with Windows 2000? If so, are there workarounds for this problem?
    null

    Double-check the 8.1.6 release notes, but I don't believe any of those releases are certified on a Win2000 machine. I believe you need 8.1.7.
    Justin

  • Correct ITunes version for Windows 2000 and Nano

    My daughter just got a Nano for x-mas and is not recognized by old I-tunes software. I assume I need a newer version. However, 8.x that is advertised as latest version does not mention Windows 2000. I can't find any info on what version of ITunes I need or if there is one even compatible with both 2000 and the Nano. Can anyone tell me? I am incredibly frustrated by the lack of info on this and the lack of info in the user's manual. I see there are several different versions/generations of Nano, but have no idea how I am supposed to know what I have. I am not computer illiterate, but find this site poor at explaining questions like; how to tell what generation of Nano one owns, what version of I Tunes is necessary to synch with that version of Nanao, and is that version of ITunes compatible with ones operating system.
    Can someone tell me what version of ITUNES I need (or if it is even possible)and where I can find it? Thank you if anyone can provide this info that Apple chooses not to make easily accessible.

    So does this mean the IPOD is useless unless I get a whole new operating system so I can get the latest ITUNES?
    I also found a fact sheet about what to do to re-install USB drivers if the IPOD isn't recognized by the computer (which it isn't), followed the instructions and it still is not recognized! Is there a place those drivers can be downloaded so I could try something other than ITUNES for putting music on?
    I still contend that MAC does a horrible job of explaining these issues to people when they are buying. I've spent about 4 hours looking at help pages and have yet to see one that mentions minimum system requirements (ie Windows 2000 is not supported) and what, if anything can be done about it. I spent about a half hour trying to locate an e-mail help/customer service address to ask these questions and let them know about my frustration, but all I could find was the phone number, for which I only get one call! I don't have time to spend this much time trying to track this info down. My first computer was a MAC and talked for years about how great they were, but this lack of easy access to basic info/customer service has soured me on them. Sorry about the rant. Thanks for any help. While I am not a computer nerd, I work with them enough to know how to get around.

  • Windows 2000 and Oracle 8i (8.1.6) In stall problem

    Hi,
    I have installed oracle 8i on a windows 2000 server. I have problem configuring a client machine to access the oracle database using service names.
    I configured the service name using net8 assistant. When I try to access the database it gives me a TNS:Protocol Adapter error.(ORa 12560).
    I spoke to some dba and they said its windows 2000 problem.
    I did not have problems configuring a service name from the same client machine to a oracle database installed on windows NT(service pack 5).
    I am able to access the database on windows 2000 through sql plus/other oracle application after I configured a service name using TCP/IP protocol.
    I also able to access oracle databases installed on other windows nT machine from the Windows 2000 server client apps.
    any suggestions ?
    Thanks
    shashi

    Oracle is a pain in the butt, I'm in the middle of trying to install it too.. I've not come across that error, but it'd take to long to list the other errors I've had too!!
    Dya know what order the packages should be installed in??
    thanks
    Dave

  • I am being told to update my Flash but I only have Windows 2000 and I think it is meant for Windows XP, what should I do?

    My Firefox was auto. updated which fine because you still support Windows 2000 but now it says that I need to update Flash Player and I think that needs Windows XP. I am not sure it excepts Windows 2000 anymore or I am not sure. What should I do?

    Are you trying to install Flash Player for Internet Explorer?  See https://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
    [topic moved to Flash Player forum]

  • Windows 2000 and Nokia Cable Drivers and PC Suite

    Appears Nokia does not support Windows 2k. Even though their web page states the USB Cable CA-101 driver, Nokia_Connectivity_Cable_Driver_rel_7_0_2_0_eng.msi, per their line "Nokia Cable Driver for Windows 2000, XP and Vista" on the web page says so. frustrating. Already aware that PC Suite version 7 is not supported in Win2k.
    Is there a driver out there for the USB Cable CA-101 that will connect to the phone running Windows 2000? and allow at least the sd memory card be accessed for data transfer and other functions? thank you.
    phone: 5610 XpressMusic
    OS: Win2k service pack 4

    Hi exergonico,
    Which device are you using?  Do you have CD that came along with your device?  Could you please Search(Google) for Nokia PC Suite 6.85 or 6.86 nokia pc suite version and install on your pc to check this issue?

  • Windows 2000 and oracle 7.3 ,8

    I've tryed to install oracle 7.3 and 8 lite in a computer with windows 2000, but both of them just don't work, it keeps giving a problem in memory reference.
    can someone please help me?
    null

    I got problems in installing Oracle 7.3 or Oracle 7.4 in Windows 2000 platform.
    When you spoke about "new version or another version of Oracle Installer", did you refer to an upgrade version of Oracle 7.x or
    to a particular patch or to Oracle8.x?
    Kind regards,
    Monica
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Oleg Ivanov:
    Wait new version or use another version of Oracle Installer. Some vesions of the Oracle Installers does not work especially in 2000 year. The behaviour is 1) unloading from memory without any messages during installation 2) DrWatson error "access violation" or something other.
    It is a not very big problem: Technical support is a important part of Oracle business.<HR></BLOCKQUOTE>
    null

  • Can Crystal Report Server Embedded works on windows 2000 and 2008 server?

    To whom maybe concerned,
    It seems that CRSE 2008 supports windows 2003 series only from support platform document and windows 2000 sp4 was removed from the support list from this version.
    May I know is there potential risk to run it on windows 2000 sp4? Again, How about windows 2008?
    Thanks for your attention.
    Daniel Kao

    Hi Ted,
    Thanks for your reply. May I know the time line for supporting windows 2008?
    Thanks for your attention.
    Daniel Kao

  • Help Windows 2000 and Zen4GB is

    Well, I goofed, purchased a (non-returnable) refurbished 4GB Zen and have Windows 2000. I read the specs and that page did not list the OS needed. I am certain many others have had this problem as 2000 is pretty common, and don't know why Creative hasn't handled this software issue, does anyone know how to hook up the Zen 4GB with Windows 2000?

    Winamp is a program similar to iTunes that helps you to manage your music on your computer and then sync the music to your device. You can download it for free (just Google Winamp) or there is a Pro version for a small one-off payment. It supports Windows 2000. There's a wealth of information on the website, including a Help section, FAQ and a User Forum. As the program is open-source, it supports plug-ins which modify the software to suit a user's needs - you may be able to find a plug-in in order to use your Zen with it. I use it as I personally prefer it to Creative's own offering and find it'sa powerful but easy program to use.
    MediaMonkey is a similar program although I haven't used it personally. Google it and you can download it for free. It has the plug-ins already installed to be able to detect and sync most MP3 players. It is supports Windows 2000 (in fact it supports Windows 95!).
    Hope this helps!

Maybe you are looking for

  • How to remove the white space the in Excel  output

    Hi All, I was working with Oracle Apps r12. We have developed a custom report using xml and the report output type is Excel. when ran the report it completed with normal and the excel output is generated,We have a column called Amount and its having

  • Error Occurred During the Posting - Cash Document Posting (DPM)

    Dear Experts, while trying to Post the Cash Documents  from DPM session we got the below message : we have tried to check the application log by pressing on the button in the screen "application log" but we get nothing just the same message that appe

  • ExtendToolscript opens when I call script from photoshop

    Hey, I asked this question over in general discussions by mistake so I though I would re-ask it here. I have a Javascript that I have written that builds a interface of buttons in organised groups based on the contents of certain folders. Everything

  • Software Protection vs Dongle Protection

    Hi, I have a C# .NET software and I would like to deploy it with protection. I though many times of the [Product Key] which will be generated from a mix of hardware serials but I saw some applications such as Micros POS using the USB Dongle Protectio

  • How to perform converstaion implementation using JAX-WS

    Dears; I have two products which comunicate by using web services, Application 'A' sends to Application 'B', the current implementaion is that this web method accepts three parameter: Username, password, and the data payload as a third parameter. The