Incompatible repository database version
bjones@meta-logix.net
Posts: 4
Starting with the "General Repository" error, I followed Brian's advice and made sure I had select rights on msdb.RTblSites and exec rights on sp_get_dtspackage. Now I get the "Incompatible" error. We store our packages in "Local Packages". We do NOT anything in "Meta Data Services Packages". When I select "Meta Data" in the Enterprise Mangler, I get the following message:
An error occurred while trying to access the database information.
The msdb database could not be opened.
What next?
An error occurred while trying to access the database information.
The msdb database could not be opened.
What next?
Bill J
This discussion has been closed.
Comments
Have you got the latest SQL Server service pack (3a) installed on the SQL Server? There is a Knowledge Base article from Microsoft describing the exact same problem:
http://support.microsoft.com/default.as ... -US;319455
We're going to look into catching any failed attempts to get into the metadata repository and change DTS Compare so that it will ignore the repository if it can't be opened. MSDE databases seem to suffer from this problem by nature because they do not have metadata services.
Frankly, we make heavy use of DTS but don't use Meta Data. Any important reason we should?
TIA