ACC: "Stored Procedure 'PROCEDURE' Not Found" Error MessageID: Q95061
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
When you try to gain access to the SQL Server, you may receive the error
message
Stored procedure 'PROCEDURE' not found
The SQL Server 4.2 you are attempting to gain access to is not set up correctly. It is missing the required stored procedures.
To correct this situation, install the necessary stored procedures on the SQL Server by using the INSTCAT.SQL SQL script file supplied with the Microsoft Access disk set.
Run INSTCAT.SQL to configure Microsoft SQL Server for use with ODBC, the
open database connectivity protocol used by Microsoft Access to link
(attach) SQL Server tables. INSTCAT.SQL is the SQL script file that ships
with ODBC. You need to run it to set up the stored procedures that
provide catalog information used by ODBC.
To install the catalog stored procedures using INSTCAT.SQL, run
INSTCAT.SQL using the SQL Server facility ISQL (Interactive SQL)
from the MS-DOS command line.
Following is the syntax for this procedure. Note that you need to enter
the two lines as one continuous line, and that you do not include the
angle braces <> in the command:
ISQL /U <sa login name> /n /P <password> /S <SQL server name>
/i <drive:\path\INSTCAT.SQL> /o <drive:\path\output file name>
Following is a description for each switch:
/U Gives the system administrator's login name.
/n Eliminates line numbering and prompting for user input.
/P Gives the system administrator's Password - case sensitive.
/S Gives the name of the server to set up.
/i Gives the drive and fully qualified path for INSTCAT.SQL.
/o Provides the output file destination for results of the
process including errors.
ISQL /U sa /n /P SA_Password /S SQL_SERVER /id:\SQL\INSTCAT.SQL
/o d:\SQL\output.txt
ODBC.DLL dated on or after 10-16-92 containing 44736 bytes
DBNMP3.DLL dated on or after 9-15-92 containing 8241 bytes
SQLSRVR.DLL dated on or after 10-16-92 containing 135792 bytes
NETAPI.DLL depends on the network being used
COMMDLG.DLL dated on or after 10-25-92 containing 89248 bytes
NOTE: The sizes and dates referenced are correct if the files are
installed by Microsoft Access version 1.0.
Microsoft SQL Server "Administrator's Guide," version 4.2, pages 205-212
Additional query words: kbtshoot tshoot odbc
Keywords : kberrmsg kbusage OdbcOthr
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 19, 1999