Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No data dictionary found asp.net

Status
Not open for further replies.

jrbanks001

Technical User
Jan 18, 2006
1
US
I am trying to connect to MAS 200 with an ASP.net application. It worked two weeks ago and now i get the following error: Any help would be great.

ERROR [S0000] [ProvideX][ODBC Driver][FILEIO]No data dictionary found for specified database
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Microsoft.Data.Odbc.OdbcException: ERROR [S0000] [ProvideX][ODBC Driver][FILEIO]No data dictionary found for specified database
 
Is there any chance that the tables you trying to connect to have ODBC security set up? If so, the user name and password you are using, do they have access to the tables you are reading?

If not, An error like this may be caused, although I am not strong with ASP, I have seen similar errors using VB and VBA.

ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
ODBC error: [Providex][ODBC Driver][FILEIO]No data dictionary found for specified database" then "Error detected by database DLL" occurs when running a Crystal report.
Possible Resolutions:

Resolution 1: ODBC security is preventing access to the tables or fields needed to run the report.

1. Print the ODBC Table/Field Security and ODBC User/Company Security reports to view security settings. This report displays any changes made to default security settings.
1. Open Library Master / Setup / ODBC Table/Field Security Maintenance. Click the 'Print' button.
2. Open ODBC User/Company Security Maintenance. Click the 'Print' button.
2. Change security setting to grant appropriate access.
1. Open Library Master / Setup / ODBC Table/Field Security Maintenance. Set the appropriate security settings for the module, table, and field. Increase or decrease the read permissions as needed.
2. Open ODBC User/Company Security Maintenance. Set the appropriate security settings for the user codes, company, and module. Increase or decrease the read permissions as needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top