ODBC Issue

Dear all,
I have a small issue regarding ODBC. I have installed two Oracle 10g Clients in one machine i want to connect to two different databases using these clients. When i try from SQLplus this works. But from ODBC both the Oracle ODBC drivers for both client 1 and client 2 point to client 2.
Please suggest how we can setup two seperate ODBC connections using two different Oracle home
Thanks

Thank you for your earliest reply,
I will explain you the scenario we have two seperate databases with characterset WE8ISO8859P1 and WE8MSWIN1256, we want to snchronize them with a third party tool (copy all rows from 1 db to another as normal import and export will not give us arabic data) for this we need two oracle client with different NLS setting (this already we have done) and than we need 2 seperate ODBC connections for this third party tool.

Similar Messages

  • Office 365 Pro Plus and ODBC issue

    Hi,
    ODBC connection works with Office 2013 standard but when Office 365 Pro Plus is loaded on the same machine after removing 2013 standard the odbc connection does not work.
    Microsoft query does show the database but when we try to connect the message comes up saying microsoft not working. When I did a odbc trace the log showed error fault 1000 in mso.dll
    Have tried the threads on 365 and odbc issues but none of these work.
    Grateful if could get some assistance on this.
    Kind regards,
    Tom  

    Hi George,
    We have tried in safe mode with no success.
    This is the log error message we get
    Event ID: 1000
    Log Name: Application
    Source: Application Error
    Faulting application name: MSQRY32.EXE, version: 15.0.4543.1000, time stamp: 0x5203294c
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x2073776f
    Faulting process id: 0x3e48
    Faulting application start time: 0x01cef5fa16b66049
    Faulting application path: C:\Program Files\Microsoft Office 15\root\office15\MSQRY32.EXE
    Faulting module path: unknown
    Report Id: 55964aa9-61ed-11e3-b442-91ada38bdb98
    Thanks,
    Tom

  • ODBC Issues

    I have a couple of ODBC issues. I am using mySQL and have installed the latest ODBC drivers 3.51.22 on my system. While I can setup user DSN's, I cannot setup system DSN's. When I setup the DSN under the system tab, it becomes a user DSN. The application that I am using needs system DSN's to access data (per documentation).
    I am logged on as an account that has administrator privileges on the system.
    My second issue is that the ODBC administrator constantly crashes when trying to do things within the application.
    Any help would be appreciated.

    Exact same problem here (as dwb67).
    (Sigh. Yet another thing on Macs that doesn't work)
    Message was edited by: KBW

  • Crystal Reports Server 2008 (Linux) - Crystal Reports/MySQL/ODBC Issue

    Hello,
    I have successfully installed CRS '08 on a Red Hat Enterprise Linux 4 server.  All services run fine.
    In the CMC, I have uploaded a Crystal Report that connect to a remote MySQL server. 
    I have installed the My SQL ODBC 3.51.11 and .12 Drivers as a System DSN.
    I have proven that the reports run fine in Crystal Reports 2008 directly against the remote MySQL DB server.
    (in Windows but with the same 3.51 ODBC Drivers)
    I have also proven that the database connection works okay from the CRS '08 Red Hat server to the remote MySQL DB server, when also creating a system DSN (using bash ./ODBCConfig)
    The problem is that when I log into the CMC or InfoView, and when I run the Crystal Reports from there, I get an error message:
    "Error in File <MyCrystalReport>: Failed to load database information"
    Is there something wrong with my specific Crystal Reports' Database Configuration? (Right click- Database Configuration)
    I see the driver was registered correctly in the /etc/odbc.ini file
    Am I supposed to set any other ODBC environment variables?
    Is there are firewall issue (port 3306 is already open)?
    In summary, the install was successful, and Crystal Reports can be uploaded and viewed via CMC or InfoView, but I cannot run the Crystal Reports against the database.
    Please advise, Thanks!

    Hi, I'm facing a similar problem. My ODBC DSN never works with CRS. Here are the details:<br><br>
    (1) I  installed the CRS 2008 in /opt/crystalreportsserver_2008_v1/ on a Linux platform. The CRS works well. I created a report with Crystal Reports 2008. This report directly connects to a MySQL server. After I published the report and manually modify its database configuration, I can browse it from InfoView. I'm sure that CRS, MySQL, and a report connecting to MySQL are all good.<br><br>
    (2) Then, I created an ODBC DSN on a Windows platform. This DSN connects to a MySQL server. I created another report with Crystal Reports using this DSN. The report can show the data within Crystal Reports.<br><br>
    (3) Then, I published the second report to CRS, but when I try to browse it, I always get such a message: Failed to open the connection.<br><br>
    I have configured the ODBC for CRS on the Linux server and I think the configuration is correct. This is how I do that: I edited the /opt/crystalreportsserver_2008_v1/bobje/odbc.ini file. In the file I added a data source called ods_telstar. Following is the content of the file:<br><br>
    [ODBC Data Sources]<br><
    CRSQLServerWP=DataDirect 5.3 SQLServer Wire Protocol Driver<br>
    CRSybaseWP=DataDirect 5.3 Sybase Wire Protocol Driver<br>
    CRText=DataDirect 5.3 Text Driver<br>
    %SYBASEDSN%=DataDirect 5.3 Sybase Wire Protocol Driver<br>
    ods_telstar = MySQL<br>
    <br>
    ... <br>
    <br>
    [ods_telstar]<br>
    Description     = ODS on telstar<br>
    Trace       = Off<br>
    TraceFile   = stderr<br>
    Driver      = /opt/crystalreportsserver_2008_v1/bobje/enterprise120/linux_x86/odbc/lib/libmyodbc5.so<br>
    SERVER      = xxx<br>
    USER        = xxx<br>
    PASSWORD    = xxx<br>
    PORT        = 3306<br>
    DATABASE    = ods<br>
    <br>
    In the middle I removed some data source definitions that are by default in the file. Note that I use "xxx" to replace the server name, user, and password. Such information is for internal use and I'm sure the original information is correct. The MySQL ODBC driver file has been put in the correct location. Correct access permissions has been assigned to the file.<br><br>
    I've tried to restart the CRS server, but still the report using ODBC DSN cannot be viewed.<br><br>
    The reason that we want to user ODBC DSN is that we may have many reports to publish. When we design the reports, we specify that they get data through an ODBC DSN such as ods_telstar. If we configure the same DSN on CRS, then we don't need manually modify each report's configuration after we publish them. If these reports are directly connecting to MySQL, then we have to manually modify each one's database configuration after we publish them.<br><br>
    I've no idea what's wrong with all the setup. Any suggestions and comments are appreciated!<br>

  • ODBC Issues with SAP Predictive Analytics 2.0 - Automated Analysis

    Dear all,
    maybe this adds only an aspect to the Infinite Insight OCBC Connection difficulties discussed in
    http://scn.sap.com/message/15766247#15766247
    but after trying and searching the web for more than a day any help would be appreciated.
    This is the situation:
    I'm using SAP PA 2.0 Desktop version and would like to upload a flatfile (*csv) to the Data Manager of Automated Analysis. Unfortunately, none of the solutions found by now worked.
    It is a SAP PA 2.0 64bit version installed on a Windows 7.0 64 bit P. The installed MS Office version is 32bit as all available drivers. Deinstalling MS Office and reinstalling a 64bit version is not an option. It is not possible to install SAP PA 2.0 32bit version either - the Installation process stops due to the wrong operations system.
    The DSN configuration suggested in the SCN discussion mentioned above didn't work, although displayed as data source in the Data Manager data base/file selection Screen. The error message returned is a Microsoft ODBC error [IM014] indicating that for the DSN used, there is an architecture mismatch between driver and application,
    The attachments shows screenshots of the error message and the situation in the ODBC adminitrator consoles both for 32bit and for 64bit (in system32 and SysWOW64 shares).
    Is there a solution to this problem?
    Kind regards
    Elisabeth

    Hi Elisabeth,
    If I understand correcty, you would like to upload your csv file to a database.
    What kind of database is it ?
    The Automated part of Predictive Analytics supports the following databases:
    SAP HANA
    Sybase IQ
    Oracle
    Hive
    Teradata
    Microsoft SQL Server
    MySQL 5
    Netezza
    IBM DB2
    PostgreSQL
    Vertica
    Greenplum
    Your screensot shows ODBC connections to Excel and Text files. It is is not real databases, it cannot execute SQL code.
    For more information on configuring a database connection on your machine, you can refer to this document : https://websmp204.sap-ag.de/~sapidb/012002523100001708812015E/pa20_conndb_win_conf_en.pdf
    Note that you need a database driver installed on your machine and access to a database (either installed on your machine or on a remote server).
    In general, all documentation related to PA2.0 can be found here : SAP Predictive Analytics 2.0 – SAP Help Portal Page.
    Hope this helps.
    Kind regards,
    Armelle

  • Oracle 8i and Windows 2000 - ODBC issue

    Oracle ODBC Test will not connect to a DSN that worked in Windows NT 4.0. After upgrading to Windows 2000, my ODBC stuff is hammered. I have many applications that rely on these DSN's. Does anybody have any suggestions? Please send comments/suggestions to [email protected] HELP! PLEASE!

    Hello:
    I need the following product:
    ORACLE COM.DOT this suit include:
    Oracle 8i, oracle webdb, oracle bronze support and others.
    Please, somebody can tell me which is de part number or what package include all this aplicattions.
    Thanks and i4m waiting for an answer.
    null

  • Complicated ODBC issues

    I am trying to set up a connection, but I keep getting an
    error that the "file is not available". I am running IIS on my web
    server (windows XP), on which I created an ODBC connection to a db
    that resides on a separate server (Linux). While logged into the
    windows machine I can connect to the db through ODBC using MSAccess
    and run queries, so I know I'm on the right track. However, from DW
    (on my developer machine, which is a mac) when I try to make the
    connection, I get "File is not available". I can see the DSN on my
    testing server (same as web server) but it cannot open the data
    file.
    I tried "hand-coding" a query referencing the connection on
    the web server, and uploaded the page to test, but I got the same
    error from IIS. I am wondering if there is a user authentication
    problem somewhere between the windows machine and the linux server.
    I have tried pointing the ODBC to the data file using a mapped
    drive to the linux share containing the db, and I have also
    specified the ip address and share. Both work when I'm on the
    windows box, but neither work from my Mac or through http. Anybody
    got any ideas?

                        try {
                             Thread.sleep(50);
                        } catch (InterruptedException e) {
                             return;
                        if (!timerThread.isInterrupted()) {
                             appBar.display.syncExec(timerRunnable);
                        }If the thread was interrupted, it woud have caught the InterruptedException and returned, so you can't reach this line of code. Well you can, if the thread was interrupted in the very brief timing window between returning from sleep() and the 'if', but it is statistically very unlikely. I suggest that just removing the 'if' and make the next line unconditional expresses your intent.

  • CF8 ODBC performance issues w/ SQL 2K5

    Problem: A basic "select *" query returning 5 rows is taking
    a little over 5000ms.
    Platform: Vista Business, CF8 Developer, MS SQL 2K5 Developer
    SP2, ODBC Socket using trusted connection
    I ran a query against cfartgallery without any performance
    problems. Leads me to believe this is an ODBC issue.
    (Server monitor memory tracking is off.)
    Does anybody have any suggested fixes? Thank you.

    gdemaria -
    I reverted back to using MX7 rather than 8.
    I tried using the JDBC driver, which is the default driver on
    the first screen--where you have to specify a username and password
    and you connect over port 1433-- but I couldn't get that to work.
    (This is probably a problem with my SQL server configuration.)
    My plan is to play around some more with the JDBC driver. Or,
    wait and see if I get an ODBC solution from the forum here. For now
    I will develop on MX7 and use CF8 in the live hosting
    environment---not an ideal situation, but it's workable.

  • ODBC error occurred while executing SQLExtendedFetch to retrieve the result

    Good morning everyone,
    I had the following error message while trying to run a simple query in Answers with 3 dimensional columns, 1 fact, and 4 calculated facts...
    "State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1001 code: 0 message: [Oracle][ODBC]Memory allocation error.. [nQSError: 16011] ODBC error occurred while executing SQLExtendedFetch to retrieve the results of a SQL statement. (HY000)
    It's taking around 2,5 minutes to run, then it give that error message.
    Has anyone got any ideas on where I should get started?
    Update: after 2nd time - it's running fine....I've added a filter...could this be the issue? Too many rows initially?

    Damon,
    you were correct - it was indeed an ODBC issue. Switching to OCI has fixed the issue. This link was also very helpful:
    regarding performance
    In my case, the problem with OCI happened because I was using System DSN name instead of how it's called in tnsnames.

  • ODBC goes dead after migrating to intel mac

    On my G4 powerbook, I had a full complement of ODBC DSNs connecting to various databases. I used the migration assistant to move my applications and files to a new MacBook Pro. I tested each application before wiping the old computer and getting rid of it. Just as soon as I did that, the ODBC stopped working. Any application that uses ODBC gets the same result, "cannot load driver" I tried installing intel versions of the same drivers, but same answer. It's failing at any/every attempt to connect to a database, including on localhost.
    Where can I get help fixing ODBC issues?

    this was bizarre. mysql odbc connectors failed until I installed an openlink odbc driver. Then, everthing worked.

  • WITH query_name and ODBC

    I'm playing around with the WITH query_name clause as in:
    WITH FOO AS (SELECT 123 AS BAR FROM DUAL) SELECT * FROM FOO
    I'm facing a curious issue. This query runs fine in SQL Developer and it runs fine from PHP if I use the OCI8 functions. However, it doesn't run from PHP using ODBC functions: odbc_exec() gives no error but all function calls that fetch rows, such as odbc_fetch_into(), generate a warning ("No tuples available at this result index") and no rows or columns.
    But I face no problem if I enclose everything in a plain SELECT:
    SELECT * FROM (
         WITH FOO AS (SELECT 123 AS BAR FROM DUAL) SELECT * FROM FOO
    Does the WITH clause convert a query into something that needs special handling? Is it an issue with the ODBC driver?
    I haven't been able to find anything relevant in Google, apart from learning that it seems to be an ODBC issue and not Oracle specific.
    I connect to Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 from Windows Server 2003 using PHP/5.2.6. (No access to Metalink or
    Oracle support, though, it's a customer site.)

    Actually, Dominic Brooks helped me with that a while back. You don't want the enclosing parentheses because it can throw odd errors, even in SQL*Plus. It's in this old post of mine here:
    http://blog.mclaughlinsoftware.com/2008/10/19/inline-views-table-fabrication-and-the-with-clause/
    As to differences on the parser between ODBC and OCI8, I'm not certain but believe that they use the same parser. To the best of my knowledge there are only two parsers (actually three but the other is old and only used by the Applications Division for their adpatch utility). There's the SQL parser and the PL/SQL parser. However, if somebody knows more, please chime in with the details.

  • I can not install Oracle 8i 1.6 Client for NT on an Intel pentium 4 Machine

    Hi all,
    I've heard the java virtual m installed during the installation of oracle client manager 8i 1.6 on a Intel Pentium IV is bugy till now we could n't bring it to runn. Is there anyone who has the uptodate Patch or work around for that problem?
    I will be pleased to read any of the suggestions
    Thanks and regards.
    Gallican

    I think you would need to contact Oracle support to get the CD's if they're still available. 8.1.6 is desupported.
    What kind of errors do you get whne trying to use Crystal with Oracle 8.1.7.4? Perhaps this is an ODBC issue?

  • Error while accessing data from MS Access DB through Window AD architec

    Dear Members,
    Iam having a BO 3.0 installation on a standalone PC with the basic tomcat and mysql setup... As a test environment, Now while designing universes i can easily connect to Oracle EBS structure also SQL server DB ... the problem is when iam linking to a MS Access DB through a network drive (its all ok in the designer) but while in Webi while runnning the query, it throws an error of (WIS 10901 .... database error DSN not specified)
    I have configured ODBC properly also given appropriate rights for the users and strangely the same universe is running well with my thick client desktop and webi rich client
    (so iam sure its not a odbc issue)
    Looking forward for any comments on this problem

    possibly the account running the webi report server doesn't have access to the drive. Is it local system? Try using the same account you are logged into the webi rich client as, but you will most likely need to grant that account local admin on the server so it can run the service.
    Regards,
    Tim

  • New error message...need help

    I got new error message in my application. it happened to even very simple test code
    like:
    An error occurred calling 'LogResults' in 'ITSDBLog' of 'DBLog 1.0 Type Library'
    An error occurred executing a statement.
    Schema: Generic Recordset (NI).
    Statement: UUT_RESULT.
    ODBC driver does not support the requested properties.
    -2147217887; User-defined error code.
    Step 'Log Results to Database' of sequence 'Log To Database' in 'Database.seq'

    Hello,
    I found 2 KnowledgeBase articles that I believe will be helpful in troubleshooting this Citadel ODBC issue:
    http://digital.ni.com/public.nsf/allkb/BD95183884B0F0F086256D3D0077C888?OpenDocument
    http://digital.ni.com/public.nsf/allkb/486B13FA750376A386256E8E0025DECB?OpenDocument  
    Some other things to try:
    It sounds like this has nothing to do with your code module and everything to do with TestStand communicating with the Citadel Database. Have you tried running a sequence with just one step (maybe a pop up) and turning database logging on and see if you get the same error?
    With warm regards,
    David D.

  • WINDOWS TERMINAL SERVICES AND ORACLE CLIENT 9,10.1,10.2 BUG

    PROBLEM:NON-ADMINISTRATOR USER UNABLE TO USE CLIENT SQLPLUS INSTALL
    FIX: NONE... REFER TO Bug No.     4684738     
    Filed     18-OCT-2005     Updated     06-DEC-2005     
    Product     SQL*Plus     Product Version      10.2.0.1     
    Platform     Microsoft Windows Server 2003     Platform Version
    HOW I FIXED:
    copied instant client basic, instant SqlPlus, instant ODBC (i need ODBC connection)
    step1:
    login to terminal server as administrator, unzip basic, SqlPlus, ODBC into a new directory on the server, make sure users have basic file rights read,view to new directory.
    step2:
    copy a working copy of tnsnames.ora (the databases you want to connect to) into the directory where all your instant client files are.
    step3:
    create SYSTEM ENVIRONMENT variables > click my computer, properties,advanced. create variable SQLPATH set value to path of your instant clent files. create variable TNS_ADMIN set value to path of your instant client files.
    step4:
    edit the PATH statement listed in SYSTEM ENVIRONMENT variables and add the path to your instant client files at the beginning of the PATH statement.
    step5:
    logout, login as administrator test instant sqlplus open command prompt enter > sqlplus username?/password?@mydatabase
    you should get connected to your database. Repeat step5 only login as a normal user. the normal user should be able to connect to the database.
    Issue: it appears instant ODBC not ready for prime time I get error 126, reading forums it appears there are files missing from the install package. The Microsoft ODBC connector for Oracle does work with my MSACCESS applications that connect to Oracle 10G using the afore mentioned process. I will continue to troubleshoot instant ODBC issue and post findings. Oracle has already wasted 12 hours of my time trying to get their junky software working might as well waste another day before throwing in the towel.

    You can download the latest JDBC drivers from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    You just need to place the jar somewhere and add the location to your classpath.
    Kuassi

Maybe you are looking for

  • Stock Transfer from one location to another through outbound deliveries

    Dear GURUS n EXPERTS, We have 5 warehouse and one manufacturing plant. Till this time we use two step Stock Transfer method to transferring stock from plant to ware houses. Now, we want to use Shipping & Transportation System to to calculate transpor

  • Regarding BPM alert

    HI All , 1)pls let me know what is the use of optional subsequent activitys in the container elements of the Alert category Alertcategory properties|container|optional subsequent activity 2)what is URL of subsequent Activitys. Actually i am raising a

  • URGENT DELIVERY HANDLING UNIT STATUS ERROR

    Hi Experts when i am doing PGI i am getting the following error and system is not allowing to do PGI ERROR: When trying to read the status of an object (HU  210868), a system error occurred: For object number HU0000210868 there is no status object.

  • Change Book's title in runtime ???

    Hello, Is it possible to dynamic change the Book's title(TAB title) in runtime ? And how can I change the portlet's title in runtime ?? Best regards, Eric

  • To view defination of already defined procedure/trigger

    Hi, suppose i have already defined a procedure or a trigger.Later on if i forget its actual definition then how can i view its definition as defined by me. Thanks