Excel ODBC Connection Issues

I'm having some issues importing external data from an Oracle 9i database.
Here is what is happening:
I am initially able to import data from the table I want to into Excel.
I do this through "Data -> Import External Data -> New Database Query" where I have my .ORA data source. I'm able to log in using my user and password and import the table. My problems come after I import this first set of data.
If I try to "Edit Query…" I get an error box that says "[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed".
If I try to "Refresh Data" I get two error boxes. The first is just: "[Microsoft][ODBC driver for Oracle][Oracle]" and the next says: "[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed". It then prompts me for the User name and password of the DB I'm connecting and after I enter the information, I get the same two error messages.
Also, if I attempt to establish another connection following the "Data -> Import External Data…" steps I run into a different problem. Upon entering the information for the User Name and password prompt I get two error messages. One says "!" and the next box says "Couldn't read this file". Once I click "OK" in those boxes, the Microsoft Query window automatically opens with nothing in it.
I can't seem to figure out why I can initially pull down data and then cannot succeed afterwards. I'm unable to connect to the DB I have through Excel until I completely closed all Microsoft Excel instances.
I also use this data source in Microsoft Access without any problems.
My Excel version is 2003.
I'm using Oracle Drivers I'm using are from an "Instant Client" package.
Any thoughts why I'm having these connections issues?
Thanks in advance.

This issue is closed.
The solution was:
"Data -> Import External Data -> Import Data"
Select "New Source" and select the "Oracle" data source and filled in the appropriate information. This was similar to the database query but it actually works.

Similar Messages

  • Sybase ODBC Connection Issue in Windows Server 2008 R2

    Hi ,
    We have three sybase odbc connection in Windows Server 2008 R2 server . One connection is not working now, it was working fine before 30 days.
    I can ping the server address successfully from BO Server through "dsedit".
    i have created the same connection in a diffrent server (Win server 2003),and it is working fine.
    Sybase ASE Driver version 3.50.00.10
    Please help me to overcome this issue.
    Thanks,
    Saurabh upadhyay

    Hi Saurabh,
    The error message you are reporting is telling us that you are using the very old ctlibrary ODBC Driver.
    That is pretty much the only way you can get that error.
    Run from a command prompt,  isql -v  that will return a version string.  We can then verify the version.
    However, the old ODBC driver will function with the newer client.
    The old driver would read the sql.ini for the network address, and was also a translation layer between
    the client application and the ASE.
    Both were eliminated when Sybase released the "Native" ODBC Driver.
    The ct_connect error states that the connection attempt is using ctlibrary.
    In your ODBC configuration, Check to see in the ODBC Administrator and check to make
    sure that the driver you are using for your DSN is the Adaptive Server Enterprise and not the
    Sybase ASE ODBC Driver.
    Also  check the Drivers tab in the ODBC Admin.  See what the actual file is listed for the driver.
    sysybnt.dll
    syodase.dll  are unsupported drivers.
    It would be to your advantage to open an incident with SAP for more complete support
    Thank you,
    Kevin

  • ODBC Connectivity Issue

    We connect fine to another Oracle database via DSN.
    However, when attempting to connect to a different database using a Driver={} and a dbq="" reference to specify the service name (which matches in tnsnames.ora),
    the ODBC Dialog Box appears and challenges the credentials. A retry results in an ORA 12154 error : "TNS Could not resolve the connect identifier specified".
    The credentials work fine when accessing the database via SQL Developer. However, that connection is a BASIC one.
    When I select TNS as the connection type and use the TNS, that connection fails when being tested.
    The behavior hints at ODBC driver issues. What is missing here ? Does the connecting workstation need a tsnames.ora file entry ?

    I think I figured this out. it was the tsnames.ora file.
    It didn't have the new database as an entry.
    What was really strange about this: we added a System DSN but never referenced it in the connection string.
    As long as the DBQ=Service Name reference was used, the connection worked fine.
    I asked my manager about tsnames.ora and how it was being maintained. He said "thru LDAP".
    Hmmm.....apparently, that sync mechanism is not working well at all.

  • ColdFusion 9 ODBC Connection Issue

    I have a 64 bit ODBC (OpenEdge/Progress) driver installed and it works fine in other applications but when I try to register the DSN in ColdFusion it gives me the error listed below.  I've tried to research this error and everything I found and tried has not worked.  Any ideas on what the issue is or how to resolve it?
    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application

    Never seen the error before, but an "architecture mismatch" would imply you're trying to use a 64-bit driver with 32-bit ColdFusion.
    What's the setup of the server?
    O.

  • Jdbc odbc connectivity issue

    I have made one system dsn ...in some folder..then in my jsp page my
    Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
    Connection myConn = DriverManager.getConnection."jdbc:odbc:Employee");im getting error like no data source...and its finding in root directory like c:/document seting etc etc ..not where my db lies
    if i put my db in root directory .then code wrks fine..but is it taking that root directory

    well well the code would not consider nothing here the microsoft native bridge driver has to find appropriate database.
    Are you sure u have created an entry in Odbc Data Source Administrator --> System DSN -> and you have a name called "Employee" out their pointing to appropriate database which you are trying to connect.

  • ODBC Connection  Issue

    Dear All,
    In my system installed three Oracle client version 10g,9i,8i.
    I have connected with odbc for oracle through visual basic 6.0.
    Acutally my problem is where to be place the tnsnames.ora file?
    Please suggest me.
    Regards
    Sudhakar P.

    Sudhakar P wrote:
    In my system installed three Oracle client version 10g,9i,8i.Why 3 different client versions? This is not exactly a good idea. Note that a DLL is uniquely identified by the Windows kernel by its physical name. This means that if you for example have 3 different OCI.DLL files, only a single one of these can be loaded at a time. Mix that DLL with other DLLs from another driver version, and you will have a very unstable client driver stack.
    I suggest that you only install and use a single Oracle client driver version - and preferable a later version and not an old discontinued and unsupported version like 8i.
    The "+best+" version to use for a s/w developer writing Oracle clients, is Oracle's Instant Client. This provides you with the minimal client footprint needed, is easy to use (no installation - simply unzip) and is royalty free (meaning that you can include it as part of your Oracle client s/w developed).
    Acutally my problem is where to be place the tnsnames.ora file?As Daniel said - alternatively the location to the directory containing the tnsnames.ora file can be set via the TNS_ADMIN environment variable.
    Also note that you do not need the tnsnames.ora file from client s/w perspective. Your can code the client to manually create and use a TNS connection string - as oppose to using a TNS alias that need to be resolved by the OCI driver stack via the tnsnames.ora file. Or you can code the client to support both.

  • Power Query for Excel login/connection issue.

    Hi all
    I have recently installed Power Query for Microsoft Excel in MS Office 2013.
    I can connect successfully to the all the BI Universes, create queries & design reports in Excel.
    The problem that I have is that I can only do this with the Administrator account. The Admin account is the only account that can connect successfully to the BI universes.
    I have created test user accounts,test groups and assigned security to basically reflect the same rights as the Admin group, but to no avail.
    I have also assigned security to these users & groups on the application level (RESTful Web Service, Universes, Connections) , but no luck.
    It constantly says : "Access to the Resource is forbidden"
    The last thing I want to do is make the users part of the Administrator group. I'm sure you guys would agree that that would be like opening Pandora's Box

    Hi Liang,
    Power Query is part of Excel 2016 and can be found under the Data tab.
    Regards,
    M.

  • Connectivity issues using MS Query in Excel

    Hi,
    I am currently having an issue with the connectivity when using the MS Query. This started about two weeks ago. I am running Windows 7 enterprise with office 2010. I am pulling data from an Oracle Database using the Microsoft ODBC for Oracle driver. Two
    weeks ago using the MS Query option, it would take seconds for the two to connect. Now it takes 20 to 30 minutes and that is if it connects at all.
    I am unsure of why all of the sudden the initial connection between the two is taking this long. To my knowledge no major updates or patches have been installed to either software.
    Any advice would be great.
    Thanks

    Are you using SQL plus? Have you tried Oracle's SQL
    developer? It is free, does not require an install
    on your computer (you can run it from a flash drive),
    and it exports pretty smoothly to excel.I'm not using SQL Plus -- this was purely excel / ODBC as the client and Oracle as the database layer.
    I had looked at SQL Developer, along with DB Visualizer (along the same lines , as a sql gui with some export capability to .csv and excel formats). However, I don't think it quite served my purpose in trying to have a workable data-source where I could pull from Excel and use VBScript or C# to do the manipulation and customized reporting/charting/pivot-tabling.
    My eventual workaround was to bypass MS Query altogether for creating the 'external data table' in Excel, and instead create the query through code.

  • Excel import on Oracle Linux - How to create an ODBC Connection

    Hi,
    We have Oracle BI EE on Oracle Linux. We need to create an ODBC DNS and import tables to Admin tool.
    How would you create a ODBC connection inside Linux to Microsoft excel file using unixodbc. What drivers we need.
    Please let us know.
    Thanks!
    Nilaksha.

    See this post here: Re: [NQODBC][SQL_STATE: HY000][nQSError: 100[nQSError: 43093][nQSError: 16023]
    You need to find an Excel ODBC driver for Linux. The ones that come with OBIEE won't read Excel as far as I know.
    For info on creating an ODBC connection for OBIEE on Linux check the manual or search this forum. You don't need unixodbc for it.

  • Error trying to Schedule a report in my CMC - Connectivity issue ODBC

    Hi,
    I'm in a world of pain at the moment with my CMC. I can't schedule a report to even distribute them to a BO inbox.
    Setup : BOXI 3.1 on RH linux Ent 5.0 with data server being on a remote machine.
    The error I receive is
    A database error occured. The database error text is: unixODBCDriver ManagerData source name not found, and no default driver specified. (WIS 10901)
    Where do I define my default driver? in odbc.ini in the bobje folder?
    Are the unixODBC and associated MySQL connectors needed for BOXI 3.1? I've only found a BO doco related to R2. This doco only relates to the BOE115_AUDIT data.
    Thanks for any suggestions, Ed

    Hi Ed,
    This most likely relates to the odbc connection being used in your universe. (I am assuming this is a Web I report). In order for it to work the ODBC connection has to be on the server that is running the WebIntelligenceProcessingServer. If it is not then it will not work
    Regards
    Alan

  • Issues while readin SQL server via ODBC connection

    Hi Experts,
    I havea SQL server db as a source. I have configured the Datastore using ODBC connection. Developed a job which simply reads a table and populates into a flat file. when we run the job, it doesnt show any progress, it just stops after a log message "initializing data store, processing job" . I looked at the job logs file on the Job server, its incomplete as well.
    One thing is that, im able to see the data when i go under data store and view data option for that particular table.  My other jobs works just fine with oracle data base sources. We restarted the BODS server as well, but it doesnt  help. Any idea on what might be going on ?.
    Thanks for your time.
    Regards,
    Narayanan

    Hi Narayanan ,
    There are two steps:
    1) Set up the ODBC connection correctly on your Linux server
    http://wiki.sdn.sap.com/wiki/display/EIM/ToconfigureDataDirectODBConLinuxand+Unix
    (test with isql command line if connection on that server to the SQL Server is working)
    2) Select ODBC connection in the datastore and then put the name of the connection you defined. (do not choose Database - SQL Server)
    Norbert

  • A CR remote ODBC connection question for anyone brave enough to jump in.

    Greetings.
    Been working with CR 2008 for about a month now, having great success. Two days ago it all went south as I hit a brick wall. Yep, I'm a relative newbie to CR, but I've been doing IT for many years. This has really got me stumped. Any takers?
    My testbed:
    I have a segregated network with two PCu2019s  (A and B). PC (A) is running XP-Pro (32-bit) at IP 192.168.1.104, while PC (B) is running Win 7-pro 64-bit at IP 192.168.1.100.
    I installed CR 2008, Oracle 10g Express and MySQL Server 5.5 on both, so they are both configured identically from a database/server perspective.   Both use Norton Internet Security 2011.
    Oracle EX came with a sample HR database. I added a normalized Innodb compliant northwind database to the SQL Server and verified both installations.
    Both CR programs on PC(A) and on PC(B) can connect without issue to their respective local databases.  The HR database has been successfully (locally) accessed by CR. The Oracle northwind database has also been successfully accessed (locally) by CR.
    The problem:
    When running CR on PC(A), I cannot find a way to successfully connect it (i.e., CR) via ODBC to the other databases on PC(B) - or visa versa. 
    I have eliminated the obvious possibilities like firewalls or improper port addressing. Strangely, I can create DSNs on PC(A) that tells me it successfully connects to the target DB on PC(B), but for whatever reason I cannot get CR on the same machine to successfully use the same DSN that just successfully connected without CR. ARRRggggggg!
    For example:
    Step 1:
    I set up a System DSN as follows on PC(A) in my attempt to connect to the target HR database on PC(B):
    System DSN: HR-Fastsob
    Driver: CR Oracle Wire Protocol ODBC Driver 5.3
    Standard connection, Host: 192.168.1.100
    Port: 1521
    Service name: XE
    Step 2:
    I click on the Test Connect in the u2018ODBC Oracle Wire Protocol Driver Setupu2019 window.
    It responds with a u2018Logon to Oracle Wire Protocolu2019 window, in which I am prompted to enter the User Name and password. On the Oracle Express setup, I configured the database instance with root access as User: u2018SYSTEMu2019 and Password: u2018Passwordu2019, so I figured these should be the correct credentials.
    I click the u2018Test Connectionu2019 connection button and breathe a sigh of relief as it tells me Iu2019ve u2018successfully connectedu2019.
    Step 3:
    3.1 - I launch CR
    3.2 u2013 I create a new blank form
    3.3 u2013 I create a new connection
    3.4 - I click on ODBC (RDO)
    3.5 - I select the HR-Fastsob DSN from the list of DSNs.
    3.6 - Click next
    3.7 - An ODBC (RDO) connection window appears.  Iu2019m prompted to enter the user ID and password (SYSTEM and Password respectively), then hit the u2018Finishu2019 button.
    3.8 - A u201CLogon Failedu201D pop-up appears. I hit the u2018OKu2019 button.
    3.9 - Another popup appears saying u201CDatabase Connector Error: u201808s01:[Crystal Reports][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number. [Database Vendor Code -1]u201D. I sigh, then hit the u2018OKu2019 button.
    3.10 u2013 Yet another window appears saying u201CLogon filed. Details: 08001:[Crystal Reports][ODBC Oracle Wire Protocol driver][Oracle]ORA-12203: unable to connect to destination [Database Vendor Code -1]. I hit the u2018OKu2019 button.
    3.11 - An ODBC (RDO) connection window appears with my earlier entries (from step 3.7). No matter what I enter, the results are the same.
    Two days later, Iu2019m still scratching my head.
    I'm really hoping there's a guru in here that can feel my pain and who can dumb down the solution to this perplexing problem I'm facing.
    Iu2019m really at a loss. Obviously, I donu2019t fully understand ODBC connectivity well enough.
    The next beeru2019s on me if you get this one.
    Thanks to anyone willing to help me out

    Hi Don....
    Thanks for jumping in -- much appreciated.
    Your suggestion seemed plausible, as I had alternated between the system32 (64-bit) and the sysWOW (32-bit) odbc drivers. I thought maybe I had mixed it up...but alas, that didn't turn out to be the source of my problem. Your suggestion is still valid though, had I been using the 64-bit ODBC driber with a 32-bit CR app.
    I decide to try another approach -- by eliminating CR from the equation altogether. I ran Microsoft excel against the same remote databases using the same DSN and voila.... all worked as I thought it should in the first place. My connection was extremely fast and rock solid.
    This would ( I believe) suggest that the issue is with my version of CR i.e., Developer edition (v12.3.0.601) running on Win 7.
    I tried running CR in compatibility mode XP-Pro SP2, but got the same errors. So now I have to decider whether or not to upgrade to CR 2010 in the hopes it will work on Win 7 Pro 64-bit.
    Thanks again for stepping up.
    warm regards
    Bob

  • Getting sqlplus and odbc connection to work

    I'm looking to automate some data extraction activities either through a windows batch file or set up a data connection in an excel spreadsheet. I've installed (I think) the instant client, but, I'm not seeing any programs to run in my start>All Programs list except Microsoft ODBC Administrator and sqlplus does not work when typed at the command prompt (sqlplusw neither).
    Not sure what I should do next...thanks for looking and your help.
    I currently use sql server and access and have set odbc connections and connections to sql server in excel.
    Here's what the inventory shows:
    Inventory contents of (my-computer):
    Oracle Homes
    OraClient10g_home1
    Oracle Client 10.2.0.1.0
    Oracle Instant Client 10.2.0.1.0
    Oracle ODBC Driverfor Instant Client 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    SQL*Plus Files for Instant Client 10.2.0.1.0
    HOME SELECTION
    Central Inventory Location: "C:\Program Files\Oracle\Inventory"
    Oracle Home Status
    OraClient10g_home1 Selected
    PATH = D:\oracle\product\10.2.0\client_1\bin;D:\oracle\product\10.2.0\client_1;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
    etc, etc, etc
    --------------------------------------------------------------------------------

    thanks
    sqlplus working, had the wrong path, but, not connecting. I did save a copy of the tnsnames.ora from another machine. Here's what it shows, below, I think I need to use the LDAP adapter, but, not sure how to make it use that, sqlnet.ora is:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT)
    ----command line results------
    C:\>tnsping POST_DBSR.xxx.ourcompany.COM
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-SEP-2
    010 07:33:32
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    D:\oracle\product\10.2.0\client_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 192.168.1.xxx)(PORT = 1521))) (CONNECT_DATA = (SID = post)))
    TNS-12535: TNS:operation timed out

  • 11g 64-bit unable to create ODBC connection

    Hello,
    I am currently facing issue related to ODBC connection. Details of configuration is as follows
    OS: Vista 64 Home Premium
    Oracle DB 11g 64bit: ver 11.1.0.6.0,plus the addition of the fix for bug 7389110 (as per release notes)
    ODBC driver location: C:\app\oracle\product\11.1.0\db1\BIN\sqora32.dll
    It appears and works well from 32 bit ODBC connection manager. However, it's not visible/available from 64 bit ODBC connection manager. Oracle installation repository appears under 64 bit area ("Program Files") and not under "Program Files (x86)". Assuming it might be a problem with installation I have also tried copying registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC with no luck.
    Any help to create ODBC connection is much appreciated
    Thanks,
    Hemant
    Please do not respond to this question here. I am moving it to ODBC forum area
    Edited by: user6868322 on Aug 5, 2009 2:04 PM

    Opening new tread under ODBC forum and closing this

  • Connection issues with Safari 3

    I'm having some connection issues with Safari 3.
    When I connect wirelessly, Safari won't load any web pages. I go and use Firefox and everything is just peachy.
    I've reset Safari, emptied the cache and whatnot. I went in and checked the permissions, everything checks out.
    When I connect with Ethernet, there's nothing wrong, which is my dilemma.
    Help would be greatly appreciated.

    There are a number of posts in the Leopard forum from people with direct experience with upgrading from Panther to Leopard. Here is a relevant thread from there that should reassure you.:
    http://discussions.apple.com/thread.jspa?threadID=1418714
    Your system should be fine for Leopard, but you will probably need a current version of Photoshop if you don't already have it. See this download:
    http://www.adobe.com/support/products/pdfs/leopardsupport.pdf
    Also, Leopard doesn't run Classic (OS 9) apps.
    One caveat - first make a bootable backup "clone" of your present system onto an external firewire drive so you can recover if anything goes wrong. You can use the "Restore" tab of Disk Utility to make such a clone, and there are also Panther-compatible versions of Carbon Copy Cloner (v 2.3) and SuperDuper (v 2.1.4), both excellent for this.
    It's even possible to a create second Panther clone on a different external volume to create a "dual-boot" system, using that volume to continue to run old applications that you can't run with Leopard.

Maybe you are looking for

  • How to display the  text in a classical report before top-of-page?

    Hi all, I am developing a classical report with top-of-page because i want to display the texts of cloumns  even users scroll down the output. But here the problem is i have to display a text and selection screen values in the ouput ,Before this top-

  • Already have DVDSP4 - want to install DVDSP3 but not overwrite DVDSP4!

    Hi all, I already have DVDSP4 installed, but i have found that i can't export to MPEG2 from Final Cut HD. I would like to get this back on my 'export' list in Final Cut HD. Can i install DVDSP3 back onto my mac without overwriting DVDSP4? I prefer no

  • Problem with BO Data Services - Multiple Dataflows in single WorkFlow

    Hi All, I have defined a single job, with one workflow and multiple data flows within the workflow. The idea is to build a single load file adding data from each subsequent data flow.  For example - First Data Flow adds header records - Second adds 1

  • Missing PDF pluggin

    Hi, It's extremely frustrating that my wife's $300 note book has no problems opening pdfs online. My $3,000 mac can't after spending 5 f***king hours open pdf from the Internet. After trying to download again and again the pluggins from adobe, I'm no

  • PDF data encryption

    Hello I have a PDF form which will be available over a public website for users to download and fill their information. Upon filling and clicking the Submit, the PDF will invoke my servlet which is deployed on Websphere Server. Is the data transmissi