Results 1 to 7 of 7

Thread: ODBC architecture mismatch

  1. #1
    Join Date
    Mar 2010
    Posts
    118

    ODBC architecture mismatch

    I am facing certain issue in my Windows 7 system while configure a database. I found a new error first shying that DSN failed. And that had happened due to mismatch architecture. I am using Microsoft Office 2007 Enterprise Edition. I am looking for simple fix for this but not able to locate the same. Does anyone face similar issue for the same. What are your recommendations.

  2. #2
    Join Date
    Apr 2009
    Posts
    460

    Re: ODBC architecture mismatch

    Once you have successfully installed a ODBC driver then you must need to define the data sources for the same to function properly. The DSN must give a unique description of the ODBC driver which is installed in the system. In the System DSN tab at first the user and then the system data resources is defined for the drivers which are installed. You might need to look in File DSN tab for the directory.

  3. #3
    Join Date
    Apr 2009
    Posts
    487

    Re: ODBC architecture mismatch

    Here in my setup I have SQL Server 2008 Express and customers Access 2000 VBA. I had configured the ODBC links to my client using the routine Build_System DSN. So far, so good, ODBC links are created correctly. The problem is that some client box where I got issue with determining the port dynamically. This option is checked, and the connection fails. If I untick manually set the port to 1433 connection results. But I avoid passing on all my client.

  4. #4
    Join Date
    Apr 2009
    Posts
    745

    Re: ODBC architecture mismatch

    On a machine, you can have 0 or 1 default instance, that is to say unnamed and 0, 1 or more named instances. The default instance - if it is present - normally uses port 1433 and other instances - named instances - use a dynamically allocated port which must be specified in the connection string or is found by the SQL Server Browser Service if it is enabled, the UDP port 1434 is free and you have more precise name of the named instance in the connection string.

  5. #5
    Join Date
    Apr 2009
    Posts
    515

    Re: ODBC architecture mismatch

    If you do not have a default instance (unnamed) and a single named instance, I believe that this single named instance the port will 1433 in place of the unnamed instance but even in this case, you must specify the port or use the SQL Server Browser Service + to the name for instance in the connection string. Is this installation of SQL Server is the default instance or is a named instance and if so, specify the name you for instance after the server address.

  6. #6
    Join Date
    May 2008
    Posts
    3,316

    Re: ODBC architecture mismatch

    ODBC allows a client to connect to a database by declaring a data source (typically a database) in the ODBC manager (commonly known as a director of ODBC data source). The data source can be either a database file that Access, Excel or even a file. Administrator ODBC data source (sometimes called ODBC32 bit), available in the Control Panel, declares the type of data it is possible to access and assign a name. The System DSN tab allows you to see the list of DSN already installed on the system.

  7. #7
    Join Date
    May 2008
    Posts
    4,831

    Re: ODBC architecture mismatch

    Create the data (create one or more tables in a database or create an Excel or Access) and then install the ODBC driver for the database if it is not installed by default on the Data Source Administrator. Establish connection ODBC System DSN tab of the Data Source Administrator, click on Add and then choose the type of driver to use. The administrator of data source name will then ask to be assigned to the data sourc. This re-setup can fix your issue.

Similar Threads

  1. Start tag/end tag mismatch error
    By raeballi in forum Windows Software
    Replies: 1
    Last Post: 25-03-2012, 01:13 PM
  2. Network Security Key Mismatch
    By Langward in forum Operating Systems
    Replies: 5
    Last Post: 13-10-2011, 04:43 PM
  3. File Server Architecture v/s Client Server architecture
    By Kishan K in forum Networking & Security
    Replies: 4
    Last Post: 04-02-2011, 07:55 AM
  4. Xonar DX channel Mismatch
    By $Agamemnon$ in forum Hardware Peripherals
    Replies: 6
    Last Post: 26-09-2010, 06:13 AM
  5. How can I use the mismatch() in CPP
    By Garrett in forum Software Development
    Replies: 5
    Last Post: 16-02-2010, 08:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,536,245.12495 seconds with 17 queries