Expand Minimize
This topic has not yet been rated - Rate this topic

EREP_OBJ_NOTFOUND

SQL Server 2000

EREP_OBJ_NOTFOUND  (0x1301)

You have attempted to retrieve a repository object that does not exist. If multiple users are accessing the repository database concurrently, this error can occur if one user deletes a repository object while a second user is attempting to retrieve the object. It can also occur if you are using an object identifier that has been saved from prior interactions with the repository, and the object has been deleted between the time that you obtained the object identifier and the time that you attempted to retrieve the repository object. Consider handling this exception with special processing for the case where a repository object no longer exists.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.