Print Page | Close Window

Error Retrieving Schema

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=333
Printed Date: 14-Sep-2025 at 3:07am


Topic: Error Retrieving Schema
Posted By: Customer
Subject: Error Retrieving Schema
Date Posted: 26-Jul-2007 at 5:24pm

When using the Object Mapper to retrieve table info from a database, I get the message “An error occurred while retrieving the schema information for this provider. The provider and/or database may not be supported. Contact mailto:support@ideablade.com - support@ideablade.com for more information.”

What is causing this and what is the solution?
 
Thanks.
 



Replies:
Posted By: IdeaBlade
Date Posted: 26-Jul-2007 at 5:25pm
Usually this error occurs because the current user has insufficient privileges to the database being accessed.  The Object Mapper, acting on that user’s behalf, must read protected system tables to discover schema information.  To do so, the user must have admin rights to the database.



Print Page | Close Window