ODBC Data source administrator hanging for 20 seconds

After installing 32 bit ODAC 11.2 Release 5 and Oracle Developer Tools for Visual Studio (11.2.0.3.20) our business is reporting slow Excel/VBA code using ODBC.
The business are querying using a ODBC System DSN. It works but hangs for 20 second when VBA releases the connection.
I can see that I get the same pause after testing the connection in the "ODBC Data Source administrator"
1. Open ODBC Data Source administrator
2. Edit the System DSN
3. Push "Test Conncetion". Says "Connection succesful". Push OK
4. Push "OK"
ODBC Data Source administrator now hangs for 20 seconds.
I did a clean installation on a Win7 x64 machine using 32 bit ODBC Data Source administrator
Nothing to find in the eventlog.
Does anyone know what could be wrong?

Udpate: I tracked it down to Microsoft ISA Firewall Client installation. If I uninstall the ISA Firewall the problem disappears.
Only disabling the ISA Firewall doesn't help!
Other have reported the same behaviour https://groups.google.com/forum/#!topic/microsoft.public.isa.clients/F14GNANHppA
Any help will be appreciated!
Thanks

Similar Messages

  • ODBC Data Source Administrator hangs when File DSN is selected

    I have been debating whether I should post the question here or a database related forum. Let me try it here first.  Please let me know if you think there is a better place.
    I used to use ODBC Data Source Administrator more frequently before upgrading the OS to Win8.  I don't think that I had this problem.  Here are the screen shots:
    The machine has a quad-core CPU.  The ODBC Data Source Administrator probably uses as much CPU as it can get when it hangs.
    Hong

    Hi, Hong,
    I'm agree with Robert that it would be better to use Process Monitor to check if your application needs look this huge zip file.
    In addition, what exactly I mean you can use other huge zip file but no contains many file to instead the fomer zip file. This operation just used to proof your app would check this ZIP file.
    Roger Lu
    TechNet Community Support

  • Why do SQL sample programs work when there is no entry for the data sources in the ODBC Data Source Administrator that are used by the sample program?

    Hi,
    I am trying to understand how to access an SQL database from CVI.  
    I don't understand how the sample programs shipped with the toolkit can access the database they use if it is not listed in the ODBC Data Source Administrator.
    In the code, I see the line:
    hdbc = DBConnect ("DSN=CVI SQL Samples");
    However, there is not an entry that I can find in the ODBC Administrator for "CVI SQL Samples."
    The SQL help suggests there should be a User DSN named, "CVI32_Samples", but I don't see that entry in the ODBC Administrator on my win-7 system.
    I believe the sample program is accessing a database file named, "C:\Users\Public\Documents\National Instruments\CVI\Samples\sql\samples.mdb".
    Exactly how is the call to DBConnect() translated to the file, "samples.MDB", if there is no entry in the ODBC Administrator?
    Regards,
    Mark 

    I figured it out.  There is a 32 bit ODBC administrator and a 64 bit ODBC administrator.  The ODBC administrator I run through the control panel is the 64 bit ODBC administrator. To access the 32 bit administrator I need to run, "C:\Windows\SysWOW64\odbcad32.exe".
    I am running the samples in 32 bit mode, so I need to use the 32 bit ODBC administrator.
    Best,
    Mark

  • Call ODBC Data Source Administrator dialog from java code

    Hai all
    Is it possible to call "ODBC Data Source Administrator dialog " using java code.
    Tell me whether it is possible or not?
    If yes then kindly give the code please.

    try{
    Runtime.getRuntime().exec("odbcad32.exe");
    } catch(Exception e){
    e.printStackTrace();
    }or
    try{
    ProcessBuilder pb = new ProcessBuilder("odbcad32.exe");
    pb.start();
    }catch(IOException e){
      ioe.printStackTrace();
    }make sure path variable has %SystemRoot%\system32; value.
    guess both have to work... :)
    NOTE: It is OS Dependent (specially for MS WINDOWS based OS's) & the second method would work for Jdk versions of 5.0 & above..
    Hop this would be of some help :)
    REGARDS,
    RaHuL

  • The ODBC data source administrator does not have the mysql odbc 3.51 driver

    Hi^^,
    I am trying to create the DSN for the type 1 driver.
    I go the the ODBC data source administrator > click userdsn>add
    It takes me to the screen"Create new data source"
    Here i want to select Mysql ODBC 3.51 Driver and then click on finish.
    My problem is that I do not have the choice of Mysql ODBC 3.51 Driver.
    How do I get it among my list of choices.
    Is the mysql software corrupt and do i need to install it.
    Regards,
    Prashant

    Don't use odbc at all for java <-->MySQL. Use the JDBC driver from the MySQL website

  • Multiple excel files - ODBC Data Source Administrator

    I have about 1750 excel files that I need to convert to text format.
    Is it possible to ... configure all files in the ODBC Data Source Administrator window?

    If you need these DSNs for Java only, you can define them directly inside the connect string.
    Look at these previous topics:
    http://forum.java.sun.com/thread.jsp?forum=48&thread=150956
    http://forum.java.sun.com/thread.jsp?forum=48&thread=218662
    Call again, if you don't succeed.

  • Oracle 817 client not available in ODBC Data Source Administrator pick list...

    I have installed Oracle 817 client on a PC.
    I can see the server, I can see the instance.
    I can log into the instance using SQLPlus with no problem.
    The product I'm using requires an ODBC connection configured in the ODBC Data Source Administrator.
    When I try to configure it in the DSA, Oracle 8 is not in the list.
    HELP!

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • ODBC Data Source Administrator (64-bit) crashes when I try to invoke PostgreSQL ANSI(x64) or Unicode(x64) drivers

    ODBC Data Source Administrator (64-bit) crashes with the following operation:
    1. Open 'ODBC Data Source Administrator (64-bit).
    2. Choose 'User DSN' tab
    3. Click 'Add' on right of windows. 'Create New Data Source' window opens
    4. Select driver 'PostgreSQL ANSI(x64)'
    5. Click 'Finish'
    6. Then get message 'ODBC Administrator has stopped working', with only option 'Close program'. A generic, unhelpful message is give: "A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    Using the 32 bit ODBC Data Source Administrator and 32 bit driver there is no problem. I also had no problem with this under Windows 7 using the 64 bit drivers. What might cause this? Is there a way to debug and determine whether the driver is at fault or whether
    it's ODBC Data Source Administrator.
    Further information:
    This Windows 8 Enterprise 64 bit installation was an upgrade from Windows 7 Enterprise 64 bit.
    The PostgreSQL ANSI(x64) driver can be installed from: http://www.postgresql.org/ftp/odbc/versions/msi/
    I am using version 'psqlodbc_09_01_0200-x64'
    Please request any further information that might be useful.
    Regards,
    Tom.
    NB Reposted from   Windows 8 Hardware Compatibility forum. It's not really a hardware problem.

    Hi,
    This type issue should be more related to SQL product. You may post the issue on SQL forum.
    http://social.msdn.microsoft.com/Forums/en/category/sqlserver
    Kim Zhou
    TechNet Community Support

  • ODBC driver not recognized by Windows ODBC Data Source Administrator

    Using Windows XP Professional with all patches. I installed Oracle 10g Client, then removed ODBC driver and loaded 10.1.0.1.3 ODBC driver. Windows ODBC Data Source Administrator will not see this driver. (It also didn't see the previous driver, which is why I tried the new one.) The driver is in the registry (HKEY_LOCAL_MACHINE: SOFTWARE\ODBC\ODBCINST.INI) properly configured. It was not in the odbcinst.ini (Windows directory) file however, so I manually added it. I found directions on this site to be sure the drivers were loaded in the Oracle home directory, which is where I put them.

    Hi Joe,
    According to your description, after you run C:\Windows\SysWOW64\odbcad32.exe, Access driver is not displayed when you expand HKEY_LOCAL_MACHINE>ODBC>ODBCINST.INI node.
    The issue is caused by wrong path of odbccad32, please make sure that you are using Administrator account or you have administrative privileges, then refer to the following steps:
    Go to Control Panel.
    Click Administrative Tools.
    Right-click Data Sources(ODBC) to open Properties dialog box.
    In Target text box, type  %windir%\syswow64\odbcad32.exe             
    In Start in text box, type %windir%\syswow64, then click OK to  save the settings.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • ODBC data sources on Solaris for x86

    Background:
    I want to use Solaris x86(of course), Apache, MySQL and a language known as iHTML for creating dynamic database driven web sites.
    iHTML requires an ODBC data source to do this.
    Problem:
    While I can download MySQL for x86, MyODBC does not show a version available for Solaris x86.
    How can I set up an ODBC datasource pointing to a MySQL database on Solaris for x86?
    TIA,
    Scott Brown

    Oracle does not support 9i on Intell platform; and, on the hand u r using 9i for sparc, which will never work.

  • ODBC data source administrator

    Hi, I have installed Oracle ODBC driver 10.2.02. I'm trying to add a system data source in System DSN tab in Control panel/administrator tools/data source(ODBC).
    In the Oracle ODBC Driver configuration dialog, I select the TNS service name from the drop-down list, ORCL_SALESBOX, which points to the SALESBOX machine where Oracle database rsides.
    Specify SH as user ID, then click "Test Connection", then specify its password, then click OK, In a few seconds, the message appears withe following text,
    Unable to connect
    SQLState=08004
    [Oracle][ODBC][Ora]ORA-12154:TNS:Could not resolve the connect identifier speicifed.
    I checked the Net Manager, ORCL_SALESBOX is defined as the SALESBOX, with port as 1521, sid as ORCL.
    I don't know why the connect identifier could not be resolved by ODBC. I suspect SQL*Net is needed, and am not sure if it's installed at the time my ODBC driver was installed.
    Could you shed some light light on this? How do you add data source in ODBC administrator?
    Thanks a lot,

    Did u first tried to login with this username/password@connct_string on sqlplus or anyother dev tools. If this things works fine then there should be some issues with ODBC driver .

  • Alternative to ODBC Data Source Administrator

    This question is about ODBC/Environment Variable managers. This is the way your web applications typically get their database connection strings, application database userids, and passwords.
    Such information should never be hardcoded in a web app so most developers employ an ODBC/Environment variable manager to get the info. 
    The ODBC manager stores database names, type of database (ORACLE, SQL Svr, etc.), application database userids/passwords, and connection string by application. 
    To get the required information you make a call to the ODBC manager and the correct database is opened or the connection string is provided. Some ODBC/Environment variable managers will also store additional information such as POC’s, phone numbers,
    and message banners that can be read by web applications so the web app can be changed real time without having to recompile. Others allow changing connection strings, passwords, banners, and other stuff in DEV,FUNC,QA/TEST, and PROD regions all from a single
    web based ODBC manager app. Microsoft's ODBC Data administrator is an example of one that has to be changed on each individual server manually. Does anyone know of a web based ODBC/environment variable manager application on the market that can hold
    connection strings and other application environment variables that a web application can get by calling a simple method?

    Hello,
    Thank you for your post.
    But your issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    In my opinion, maybe you can consult on ASP.NET forum:
    http://forums.asp.net/  for better solution and support.
    Thank you for your understanding and support.
    Best regards,
    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.
    Click
    HERE to participate the survey.

  • Cannot see System DSN ODBC Data source (however user DSN is Ok)

    We have installed BO 6.5.1 on Windows 2008 R2 64 bit and set up ODBC Data source to the existing SQL server.
    When we try to set the BO up (Administration>Safe recovery etc.), in the "Database middleware selection" - "Define new connection" - "Data source name" we cannot see the System DSN name that we've created in the Window's "ODBC data source administration" control panel applet. If we create a User DSN, we can see it ok but it works for one user only (as it should).
    So, in a nutshell, if we setup a User DSN it works fine but if we setup a system-wide System DSN BO cannot see it. I've got no idea why...
    Can anyone point me to the right direction, please?

    Are you using the ODBC Administrator from control panel?  If so, try launching this instead:  odbcad32.exe from start/run.
    This is the 32-bit ODBC administrator and since we are a 32-bit application, a 32-bit DSN will need to be configured.
    Here's another forum thread that may be helpful:
    http://social.msdn.microsoft.com/Forums/en/sqldataaccess/thread/49e206c3-f4f8-4757-8990-71b93120d2bc
    and this one too:
    http://forums.techarena.in/windows-x64-edition/698703.htm
    Thanks
    Jonathan

  • Instant client installation unavailable in ODBC data sources

    I'm trying to install instant client to enable MS Excel to access an Oracle database. OS is Windows 7.
    After installing instant client plus the odbc package, I can't see a new entry in the odbc data sources - only the standard Microsoft sources (Excel, Access, SQL Server) show up.
    There's also an Oracle SQL developer installation on my computer. Connection to the database works fine in SQL developer - so the DB does exist and it is accessible.
    Steps conducted during instant client installation:
    - Downloaded basic lite instant client (11.2.0.3.0) for windows.x64
    - Downloaded odbc package for windows.x64
    - unpacked zip file to instantclient directory
    - executed the odbc_install.exe in the instantclient directory. I'm not sure if this install.exe does anything at all. There was no error message but also no confirmation or reaction of any kind.
    - executing the install file from the cmd window gave me a message, that the odbc drivers were already installed. So I guess odbc_install.exe was executed properly
    - setting some system variables
         1) path variable: added instantclient directory to the ones already listed in path
         2) tns_admin: new entry, pointing to instantclient directory
         3) ld_library_path: new entry, pointing to instantclient directory
    - wrote an tnsnames.ora file using the connect information also used in SQL developer
    - saved tnsnames.ora file in instantclient directory
    - rebooted computer to activate changes
    When opening the odbc data source administration, I'm only able to see Microsoft drivers for Access, Excel, SQL Server. I'd expect to get an Oracle driver option to add to the installed drivers.
    Wild & uneducated guesses about what might cause the problem:
    - IC is installed on E: drive. Maybe some component is expected to be saved on C: (low likelihood, many others would have complained by now)
    - Win 7 often asks for explicit permission to do this or that via popup windows. Maybe the odbc-component encounters such a request ans says "Ummm....???"
    Any idea, what I might try to get an oracle entry in the odbc data source list?
    Best regards
    Peter
    Edited by: 1003309 on 30.04.2013 05:33

    I'm not sure to be honest, but what I downloaded did not have a setup.exe.
    Does what you're talking about allow you to connect to Oracle databases via ODBC? If so, is it downloadble from the Oracle site?

  • Launch ODBC data source window in Java

    Hi , In windows OS , when config the database data source ,I have to launch the ODBC data source administrator window in the control panel , I think this is a troubled thing .Can I call the window in java program directly ? Thanks.
    Liwei

    I read this recently on this Forum. So, yes .. apparently it can be done.
    <------ Search 'DB' etc - by date and look for something 2 days back. Also if you check the New To.. forum I posted a jdbc.odbc program about 5 days back to test your driver. Good luck (actually this is a bit tricky the first time, so keep at it)

Maybe you are looking for

  • Aging Report does not match Balance Sheet Receivables/Payables Account

    Hi experts, I am requesting your help to find out why our customer receivables/vendor payables aging reports total does not match our balance sheet accounts receivable/ accounts payable account for the same period. I would expect Customer Receivables

  • Slow email send/receive for user associated with beehiveonline

    It takes hours to send/receive an email to/from the user associated with my beehiveonline workspace. Also, the number of emails that we receive has decreased, it may be not related at all, but there is no way for me to check if that's just due to low

  • Airdrop between mac book pro and iPhone 5c

    How do I airdrop between a macbook pro and iphone 5c?

  • NCQ on iMac G5 (non-iSight)

    Anybody know whether or not iMac G5 1.8GHz (non-iSight) has Native Command Queing (NCQ) support on the SATA bus?

  • PSE 12 won't recognize scanner

    I can not get Photoshop Elements 12 to recognize my printer.  Things have been working, but suddenly, I get a message indicating the scanner is busy or not connected.  I have Photoshop Elements 11 as well and it still recognizes the scanner just fine