ODBC Driver raising Fatal Error on Windows

Dear Friends,
I am facing FATAL Error Exception C5 from 8.1.6 and above oracle clients on windows 9X/2k/XP from VFP7/8. Error does not occur @ very first sqlexecute statement. It occurs at any no of statement. When user goes thru Foxpro Debugging mode it occurs with less frequency.
It is working fine with Orcle Client 8.1.5.

Hi, I also have a similar problem.
I use oracleinstantclient 10.1, and sometimes I get C5 in VFP9 when calling a procedure on the server using ODBC.
I looked on the forums and I found that one way to solve it is to not send <?variables> to ODBC driver, ex:
instead of
{CALL PACK_MG_EVOLUTIE.GEN_MG_INDICATORI(?lcSchema, ?lnMonth1, ?lnYear1, ?lnMonth2, ?lnYear2, ?lnType, ?lcMessage)}
use
{CALL PACK_MG_EVOLUTIE.GEN_MG_INDICATORI('SCHEMA_NAME', 6, 2005, 6, 2005, 1, 'MESSAGE')}
That solved my problem, but now I use oracleinstantclient 10.2 and I get
1526 Connectivity error: Unable to retrieve specific error information. Driver is probably out of resources.
Has anybody encountered the same problem?
I want to use instantclient 10.2 because I got the odbc installer to work on Windows 98.

Similar Messages

  • Error Installing Citadel ODBC Driver 3.0.9 On Windows XP

    Hello,
    I am looking to read some data out of a Lookout database which is a Citadel 3 database. I am having an issue installing the Citadel ODBC Driver 3.0.9 on Windows XP (located here: http://www.ni.com/download/citadel-odbc-driver-3.0.9/512/en/). Everytime I run the setup.exe I get the following error:
    I have tried running the setup program in compatitibility mode for Windows 2000, 98, 95, and NT with the same result. Is there something I can do to manually install the driver?
    Thank you,
    Luke

    May have to install on a Win 2000 virtual machine alongside a newer database to convert to Citadel 4/5
    Forshock - Consult.Develop.Solve.

  • After Upgrade OBI 10g to 11g:Odbc driver returned an error - SQLExecDirectW

    Hi all,
    for an OBI upgrade from 10g to 11g I used a RPD and Webcatalog based on a remote machine other than my local machine. Firstable I am making the tests on a Linux Virtual machine, which uses the Sample Lite version from Oracle.
    I made the following steps:
    1. I upgraded the RPD and Webcatalog. It worked without any errors.
    2. I set the static variable BI_EE_HOME via Administration Tool to the path in the Linux machine.
    --> Here I am not sure if the set path is correct. It begins with: \bi\ ...\instances\...\coreapplication_obis1 (... : I can't mention here the whole path name).
    --> When the OBI Server is installed in Windows, the mentioned static variable points to something like 'C:\<install folder>\...\coreapplication_obis1'
    --> Question: is the begin of my set path correct?. I set that pointing to the Linux OBI Server, because the OBI Server is installed on Linux.
    Problem:
    After login as the user in RPD: Administrator/<Password for my upgraded RPD> I can see the links in the Catalog and the Dashboards links. But I can not see any values, any Reports when going through the links.
    For example when trying to see a Dashboard with date 12.02.2011it happens:
    Odbc driver returned an error (SQLExecDirectW).
    Status: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] general error.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43119] Query Failed:
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT "Dimension_-_My Dimension"."MyDimension" saw_0 FROM "Accounting (ACC)" WHERE "Dimension_-_My Dimension"."MyDimension" LIKE 'J%' ORDER BY saw_0
    I think its not retrieving the data from the remote database, because I don't have the data of the remote database in my local. I think the OBI Server still is pointing to the local virtual machine Oracle database.
    Can anybody tell me what happens here and how can I solve this problem?.
    I would appreciate any help....

    Hi gerardnico,
    I've tried many things and did as in your articles, but I don't have success with that.
    These are the things I did:
    1. I searched for the file tnsnames.ora in my Linux virtual machine. I could find it in many paths:
    /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/hs/admin/tnsnames.ora.sample
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/temp/tnsnames.ora
    /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    in the last path I found the listener.ora as well.
    2. I took the tnsnames.ora from the last path, because the ORACLE_HOME points to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    3. I edited the tnsnames.ora this way:
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_of_the_remote_machine)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = database_name_of_the_remote_machine)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = database_SID_of_the_remote_machine)
    (PRESENTATION = RO)
    4. I made a backup of the tnsnames.ora in path /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    and copied the tnsnames.ora from /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin to the Oracle_BI1 path
    5. I set the TNS_ADMIN to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    6. I restarted the BI Server
    No success in what I did. The error is still there.
    7. I've tried also: sqlplus database_user_remote_machine/database_password_remote_machine@database_SID_remote_machine
    I didn't get the connection:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 16 04:36:10 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: database_user_remote_machine
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    What am I doing wrong here?. I am still thinking that I need the import of the database.
    Additional SID=Service-Name=Database-name in the remote machine.

  • OBIEE: Odbc driver returned an error

    Hello All,
    While creating an answers on Oracle BI Answers, we are encountering the following error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC I2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 29275, message: ORA-29275: partial multibyte character at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)
    You can find the screenshot of the error:
    http://dl.dropbox.com/u/4734785/Image.jpg
    Thanks for your help,
    Vikram

    You have a conversion problem with your character set between the database and OBIEE.
    You have to set your NSL_LANG as you can see in this thread:
    ORA-29275: partial multibyte character
    To do this, you can do it in your connexion pool with an alter command. Check here for an image example:
    http://gerardnico.com/wiki/_detail/dat/obiee/presentation_service/obiee_connexion_alter_nls_date_format.jpg?id=dat%3Aobiee%3Acast_as_date
    Cheers
    Nico

  • SAP Design Studio ODBC Driver Not Found error while creating HANA connection.

    Hi,
    While creating SAP HANA ODBC connection in Design Studio via Tools > Preference > Application Design > Backend Connection. I am getting error ODBC Driver Not Found. Error screen shot is attached.
    My Design Studio version is 1.3 win 32 bit
    My OS Win 7 64 bit
    I have installed both HANA client 32 bit and 64 bit.
    I have tried creating DSN ODBC connection via "C:\Windows\SysWOW64\odbcad32.exe" and via Control Panel > Administrative tools > Data Sources(ODBC). But it does not detect it either.
    I am not sure what needs to change to let Design Studio know which HANA client driver to use.
    Please help!.

    Hi Rohit,
    This seems to be a known bug with Design Studio. Please see the SAP Note below on this.
    1774480 - Fix launching of ODBC Data Source Administrator
    Regards,
    Abhijit

  • PSC 1410 driver and fatal error during installation

    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you

    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you
    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you
    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you

  • A fatal error with Windows Server Backup

    Hey,
    I'm trying to backup my Windows Server 2008 R2 (physical server). Windows Server Backup tool crashes when I start to start it. It gives me error "A fatal error occurred during a Windows Server Backup snap-in (Wbadmin.msc) operation. Error details: The
    Windows Server Backup service has stopped. 
    Errors I get to event viewer:
    ASR Warning: Failed to collect disk information for ASR Backup. Reason:    Unable to obtain disk information for device 14 (Win32 error code 0x1).
    ASR Warning: Failed to collect disk information for ASR Backup. Reason:    Unable to obtain disk information for device 10 (Win32 error code 0x1).
    ASR Warning: Failed to collect disk information for ASR Backup. Reason:    Unable to obtain disk information for device 3 (Win32 error code 0x1).
    ASR Warning: Failed to collect disk information for ASR Backup. Reason:    Unable to obtain disk information for device 1 (Win32 error code 0x1).
    The following process dump file was generated:
     C:\Program Files\DebugDiag\Logs\Crash rule for all instances of wbengine.exe\wbengine__PID__9716__Date__07_04_2014__Time_03_08_24PM__911__First chance exception 0XE06D7363.dmp
    These devices (disks) that are showing in warnings arent initialized from Disk Management. If I open Disk Management, it always pops up prompt to initialize disks. I havent initialized these disks cause I already have them in use, but Windows regonizes those
    disks twice cause I'm using multipath. I shouldnt initialize one physical disk twice.  
    I think seeing these disks twice is crashing my Windows Server Backup. Is there a way to disable specific disks for Windows Server Backup? Can I disable those disks somehow, so Windows Server Backup wouldnt see those disks twice? Or can I somehow tell Windows
    that its seeing my disks twice, and there is actually only one disk instead of two.
    Greetings,
    Niko Turunen
    Finland

    Hi,
    How did you configure the disks by using multipath? The ASR component is a system-critical component that is reported by the ASR writer. Every fixed disk on the computer is exposed as a component in ASR. During backup, the requester should include all fixed
    disks.
    For more detailed information, please refer to the articles below:
    Using VSS Automated System Recovery for Disaster Recovery
    http://technet.microsoft.com/en-ca/aa384630(v=vs.80).aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Msi fatal error in windows 8

    I lost the ability to scan from my PC.  I tried to reload the software and drivers from a current windows 8 CD for the c410 but got msi fatal error message 1406 during the install.  The software finished loading but I no longer have the HP Solution Center on my PC so I can't scan but am able to print.  When I went to HP support, there are solutions for this error message for all windows operating systems except windows 8.  Is there a way to repair this error in windows 8? 

    Hello mike9905,
    Welcome to the HP Forums.
    I see that you are having an issue with a fatal error when attempting to install the printer.
    Please click on the following link for A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How to resolve this Fatal error on windows 8.1

    HI,
    Fatal error encountered during installation.
    The installer will now cleanup and exit!
    c:\oracle\Middleware\jdeveloper\wlserver_10.3\common\
    bin\console.exe(Accesss is denied)

    I found the solution.  I did some research and found references to deleting the caps.db files under older versions of Windows.   I did find a caps.db file under C:\Program Files (x86)\Common Files\Adobe\Backup.   I deleted the file, and then right-clicked the setup file and used "Run as Administrator" (didn't do that the first time),    Everything installed fine, except for an error message with Adobe Flash CS4.   But so far, the programs seem to work fine.   BTW, Adobe Reader 11, Photoshop Elements 11, and Premier 11 came preinstalled with my computer), which may have created some conflicts.
    For what it's worth, Adobe's own website indicates that there are no known issues with Windows 8.1 for CS4 (http://helpx.adobe.com/x-productkb/global/windows-8-1-compatability.html).

  • Oracle ODBC Driver (Client XE) Error

    It seems the Oracle ODBC Driver from Client XE is broken.
    When I try to create a new ODBC dsn entry from "ODBC Data Source Administrator", an error message is display "Error Cannot Load Resource File sqresus.dll". Do you have the same problem?
    FYI: This computer doesn't run the XE server.

    One solution is to install and use the Oracle Instant Client with ODBC.

  • Fatal Errors with Windows Integrated Server

    Every once in a while - 3 or 4 times in the last 3 hours I get a fatal error on the server. The last part of the server log looks like this:
    08/03/13 14:27:59 WARNING: ExecutorService.inform Unknown event state3 Ignored
    08/03/13 14:27:59 WARNING: ExecutorService.inform Unknown event state4 Ignored
    08/03/13 14:28:12 WARNING: ExecutorService.inform Unknown event state3 Ignored
    08/03/13 14:28:12 WARNING: ExecutorService.inform Unknown event state4 Ignored
    08/03/13 14:28:13 WARNING: ExecutorService.inform Unknown event state3 Ignored
    08/03/13 14:28:13 WARNING: ExecutorService.inform Unknown event state4 Ignored
    08/03/13 14:28:15 BASE URL IS: /SOAConsole/faces
    08/03/13 14:28:16 BASE URL IS: /SOAConsole/faces
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d80f244, pid=5376, tid=2388
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0xcf244]
    # An error report file with more information is saved as hs_err_pid5376.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Process exited.
    I'll be happy to include the error report file if that is helpful

    I'm sorry I have not been able to determine what caused the errors. In many cases I didn't actually notice it until I went to try to use the console or worklist and found the server was down. I then looked at the log to find the error. There was at least once when I was just navigating the console and it died, but I don't ermember exactly where. Nothing I hadn't done before. I'll try to pay more attention.
    I just restart the server to recover.

  • 32-bit Oracle ODBC Driver does not work under Windows 64-bit

    We have both Oracle Server 64-bit (10.2.0.3) and Oracle Client 32-bit (10.2.0.1) installed on the same Windows 2003 64-bit server.
    We can create and test 64-bit Oracle ODBC System DSN using 64-bit ODBC Administrator.
    We can also create a 32-bit Oracle ODBC System DSN using 32-bit ODBC Administrator.
    However, the "test connection" does not work:
    Unable to connect
    SQLState=IM003
    Specified driver could not be loaded due to system error 998 (Oracle in OraClient10g_home32)
    We need the 32-bit driver due to 32-bit applications acessing the local 64-bit Oracle server.
    How should we accomplish this?
    Thanks.

    I applied 10.2.0.3 path to Oracle Client 32-bit and now the error is different.
    This error message appears 3 times before configuring, creating or testing a System DNS:
    "An unsupported operation was attempted."
    I just click OK 3 times and then can configure, create or test the DSN.
    However the 32-bit application still cannot access Oracle...
    Yours.

  • Odbc driver returned an error

    Dear all,
    When I use SH schema as given Oracle Tutorial..i didn't get any problem.
    in real work when i try to show data individualy(fact/dimension ) table in Oracle answer , the data showing without error.
    But when i try to display data with the combination of fact and dimension table then it show an error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table P05 Waived Loan Interest) does not contain mapping for [D02 FI Hierarchy.FI Name]. (HY000)*
    SQL Issued: SELECT "D02 FI Hierarchy"."FI Name" saw_0, "P05 Waived Loan Interest"."Charged via Income/Provision" saw_1 FROM "BBDW" ORDER BY saw_0, saw_1
    My database version Oracle 10.2.
    Oracle BI Version 10.1.3.2
    Edited by: user2259460 on Jun 6, 2010 3:31 AM

    For one logical fact table, you can have several logical table source (which is a representation of the physical table)
    For one logical dimension table, you can have several logical table source (which is a representation of the physical table)
    When you create a logical join (complex join) between the logical fact table and dimension, you say that OBIEE must search in the physical layer a join relation between one of the fact logical table source and one of the dimension logical table source.
    Then your dimension physical table (D02 FI Hierarchy) must have minimum a connection with one of the fact logical table source.
    Otherwise, if OBIEE can't find one, you get your error.
    I hope that it's clear.
    Cheers
    Nico
    Edited by: gerardnico on Jun 7, 2010 12:34 PM can't and not can .. pffff

  • Unable to run Direct SQL Query - Error Odbc driver returned an error (SQLEx

    Hi,
    I have created some answers/reports and dashboards which are working fine.
    However when I try to run an SQL statement on "Create Direct Request" under "Direct Database Request" I get the following error:
    error : State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27022] Unresolved Connection Pool object: "rnd1.Connection Pool". (HY000)
    error : SQL Issued: {call NQSGetQueryColumnInfo('EXECUTE PHYSICAL CONNECTION POOL "rnd1.Connection Pool" select count(*) from dim_issue')}
    I am working as an admin user who has the rights to create direct sql query.
    Any help here will be highly appreciated.
    Thanks, Rohit

    hi,
    27022 Unresolved Connection Pool object: "rnd1.Connection Pool". (HY000
    have you declared correctly your Connention Pool?Or the query you write is it correct?
    check again you connection pool

  • Odbc driver error while OBIEE instal on LINUX tries to access Datawarehouse

    Hi All,
    I have installed OBI Apps on a LINUX machine.The ETL too ran successfully.As we can't install BI tool on LINUX I modified the OracleBIAnalyticsApps.rpd file on a Windows machine and copied it back to the LINUX machine.After modifying the NSQConfig.ini file I could see all the OBI Apps answers and Dashboards ie OBI Apps was installed on LINUX.But whwnever I try to access some data from OLAP i get the following error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16023] The ODBC function has returned an error. The database may not be available, or the network may be down. (HY000)
    SQL Issued: SELECT Time."Year" FROM "Human Resources - Workforce Profile" ORDER BY 1
    Probably this is because all the DSN specified in the rpd file were present on the Windows machine.I don't know how to modify these values for LINUX.Please help.Nothing is mentioned in the install docc as far as LINUX installation is concerned.
    regards,
    Soumya.

    I think when your BI Server is running on linux, you would use native drivers to connect to your data warehouse database and not ODBC. If your data warehouse is on a oracle db server, change the call interfact in the RPD connection pool to OCI and give the tnsname for the db server connection in the connection pool.

Maybe you are looking for

  • Songs from same album splitting into seperate albums

    I have had this problem a few times and have been able to work through it, until now. I have ripped albums onto itunes and had themshow up as 2 or 3 different albums of the same name on in the album art viewer on itunes. Last night I did a Trans-Sibe

  • P.o for scheduling agreement

    Dear SAPians Is it necessasry to create a Purchase Oredr for scheduling agreement or can it be directly send to a vendor

  • Struts and ADF in Portal

    Hello. We have had a TAR going for some time regarding an issue with Struts and ADF in Portal. This is the summary of the TAR: Customer followed the following document to create his Struts ADF application: Developing an End-to-End Web Application Usi

  • OR ('|') in regular expressions (e.g. split a String into lines)

    Which match gets used when you use OR ('|') to specify multiple possible matches in a regex, and there are multiple matches among the supplied patterns? The first one (in the order written) which matches? Or the one which matches the most characters?

  • Form field background color printing - acrobat pro 8, Windows

    My committee is tasked with making about 150 PDF forms writable and savable each year for a national organization. Over 3,000 people use these forms for reporting purposes, and also people who are entering contests, such as students, submit these for