Microsoft Knowledge Base Email Alertz

(178132) - When connecting through SQL Server Driver that comes with Microsoft Data Access Components (MDAC), the ODBC Client may receive the following (or a similar) error message after connecting successfully: The ODBC catalog stored procedures installed on...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 178132 - Last Review: November 3, 2003 - Revision: 3.3

INFO: ODBC Client Error After Connecting Using MDAC SQL Server Driver

This article was previously published under Q178132

On This Page

SUMMARY

When connecting through SQL Server Driver that comes with Microsoft Data Access Components (MDAC), the ODBC Client may receive the following (or a similar) error message after connecting successfully:
The ODBC catalog stored procedures installed on server MySQLServerName are version 6.50.193; version 07.00.0324 or later is required to ensure proper operation. Please contact your system administrator.
NOTE: The exact version numbers may differ, depending on the version of the catalog stored procedure and the version of the driver.

This message is primarily informative. When it is seen, it just means that a later Instcat.sql needs to be run by the SQL Server Administrator. The MDAC install places a Instcat.sql file in the system directory. This file matches the version of the driver installed by MDAC and must be run by the administrator.

Running the Instcat.sql Script

To run the Instcat.sql script, use the command line ISQL utility, which is documented in the SQL or Query Analyzer Server "Transact-SQL Reference" manual:
   cd \<default sql directory>\install
   isql /Usa /Ppassword /Sservername /iinstcat.sql /oinstcat.rpt
					
Microsoft has confirmed this to be a problem in the SQL Server Driver included in the Microsoft Data Access Components. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

For additional information on the relationship of the ODBC driver toInstcat.sql, click the article number below to view the article in the Microsoft Knowledge Base:
137636  (http://kbalertz.com/Feedback.aspx?kbNumber=137636/EN-US/ ) INF: Relationship of the ODBC Driver to INSTCAT.SQL
For the latest versions in ODBC and OLEDB drivers, you can download Microsoft Data Access Components (MDAC) from the following Microsoft Web site:
http://msdn.microsoft.com/en-us/data/aa937729.aspx (http://msdn.microsoft.com/en-us/data/aa937729.aspx)

APPLIES TO
  • Microsoft Data Access Components 1.5
  • Microsoft Data Access Components 2.0
  • Microsoft Data Access Components 2.1
  • Microsoft Data Access Components 2.5
  • Microsoft Data Access Components 2.6
  • Microsoft SQL Server 6.5 Standard Edition
  • Microsoft SQL Server 7.0 Standard Edition
Keywords: 
kbdriver kbinfo KB178132
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate