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

Similar Messages

  • 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

  • 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

  • I'm from Argentina, sorry for my english. My question is: when I try to install or actualice an application from Apple store a window appears and say: error 1004, try later

    When I try to install an application or an actualization from Apple store to my iPad a window appears and say: error 1004, try later.
    What is that? It never happened before

    All apps are forever tied to the AppleID that originally downloaded
    them. It sounds like you have an app that someone else downloaded
    for you. Delete the app and redownload under your AppleID. If it is a
    paid app, you will have to purchase it under your AppleID.

  • 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

  • My project is finish with final cut 4 when i  export on quick time a window open and says (error 34 ) is anyone knows what is the problem tanks DENIS

    my project is finish with final cut 4 when i export via quick time a window open and says (error  34 ) what is the problem .
    i've made many transfers before and every time it was excellent thanks   denis

    Is the external formatted tmac OS Extended?
    It should be.
    Al

  • 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.

  • Trying to install windows 7 and getting error message windows must be installed to a partition formatted as NTFS

    Trying to install windows 7 and getting error message Windows must be installed to a partition formatted as NTFS

    Welcome to Apple Support Communities
    Boot Camp Assistant creates a Windows partition in FAT32 to make the Windows XP installation easier.
    The problem is that Windows Vista, 7 and 8 require a NTFS partition, so the Windows installer gives this error. The only thing you have to do is to choose the BOOTCAMP partition in the installer and go to “Drive options (advanced)” > Format. Finally, install it

  • I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • 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.

  • 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 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

  • 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

  • Windows 2000 provider version error

    Hi,
    I have an application developed in vs2008 targeting the 2.0 framework and using the ODT with ODAC1110621.
    The application works fine on an XP client, but when run on a Windows 2000 machine, encounters the following error....
    The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception.
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at EMS002V.ClsDB..ctor()
    Oracle.DataAccess.Client.OracleException The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize()
    at Oracle.DataAccess.Client.OracleConnection..cctor()
    The target machine(s) are using the ODAC1110621xcopy package using a full install of the client and components.
    The application uses a class object (ClsDB) to access the database and blows up when the constructor is called. In the class constructor is the OracleConnection constructor and that is what is generating the error.
    The windows 2000 machine has no other oracle components other than the oracle data provider and client, so I'm at a loss to explain why I'm getting this error.

    Hi,
    I dont have anything good to help you troubleshoot this specific environment, and I'm reasonably sure 11g ODAC was never tested or certified on Win2k as I think that OS has been desupported for a while now. However, perhaps some background might help (then again, it might not)..
    "Provider incompatible with client" generally occurs when OraOps11w (which is loaded by Oracle.DataAccess.dll) cant find the right version of OCI.dll, perhaps because it's not there at all, perhaps it's there but wasnt found because the OracleHome isnt in your PATH environment variable, or perhaps because the wrong version was found..
    Sooo, I'd recommend using Process Explorer to check the dll's that are loaded by the process when the error occurs, and where they're loaded from. Search your computer for OCI.dll, do you have just the one in the OH\bin directory? Check your PATH environment variable, is the Oracle Home there?
    Hope it helps
    Greg

  • QuickTime Player requires Windows 2000 or later ERROR

    I had been using QuickTime without a problem for several months, when all of a sudden I started getting an error that says "QuickTime Player requires Windows 2000 or later..." and QuickTime refuses to open. The strange thing is that QuickTime still works in my internet browser, it just cannot launch movies or open from my local machine. So, basically I guess the browser plug-in is unaffected. iTunes also works fine.
    I'm running Windows Vista 32-bit. My graphics card is an nVidia 8800GTX. My Windows, graphics drivers, QuickTime and iTunes are all up to date. I have made sure Compatibility Mode is disabled in the QuickTime.exe properties.
    Any idea what the issue could be?

    I found the solution to my problem. It's actually pretty obvious, but I did have the "Run as an Administrator" option checked in the compatibility tab of the QuickTime.exe. I didn't think that could be a problem I guess, but when I unchecked it... QuickTime starting working again.
    This might not be the solution for everyone with these symptoms but make sure NOTHING is checked in the compatibility tab.

Maybe you are looking for

  • IPhone 4 battery draining + flash not working

    I've had my phone since February 2011, and haven't had any problems up until today. The flash no longer works, I've attempted taking pictures and using flashlight apps, but it's not working whatsoever. And yesterday, the battery started draining like

  • How to clear incoming payement for the invoices which has been posted through payement terms

    Hi All , Could any one help me on the below problem which i am facing from last 1 month. Here is my activity which i have done. 1) i posted one invoice in f-22 with the payment term 002 which is predefined by SAP. 01 - CUSTOMER A/C 50 - SALES A/C wit

  • SLD Data Suppler: Forbidden

    I created my SLD using the SLD_Post_Install.pdf but I am getting the following message in the Vis Admin tool. It says: Failed to collect SLD data. Failed to send HTTP data: 403: Forbidden. Please check if the target SLD system is availalbe and the SL

  • Rectangle purple/pink shade covering the screen on white backgrounds.

    Hi,Travis here.I have just one question to ask.I've been using my iPhone 5s for quite some time now.But now I did notice when i use safari or like white backgrounds,I noticed that there is a rectangle pink/purple shade on the screen.It is not a big i

  • Can we calculate Average in VC

    Hi, Can we calculate average of all values of one data field itself, in VC. I had a keyfigure Quantity, now i need to display Avg of all Quantity according to calendar month. is this is possible in VC? Thanks Tulsi