I am trying to extract a Data-tier application from my Master Data Services database. I need this for SQL Server Data Tools Db project that needs to reference the MDS database. But when following the wizard steps in SSMS to extract to a dacpac, I get errors. And the errors are stuff that are in no relation to the stuff I have built in the database. For example, the first error is this:
Error SQL 71562: Procedure: [mdm].[udpDBErrorSave] has an unresolved reference to object [master].[sys].[syslanguages].
My login is a sysadmin on the server, so why can this wizard NOT find things in the master db? I have tried loading the database into a SQL Server Data Tools Database Project, but that has issues as well.
Any ideas?
Todd C - MSCTS SQL Server 2005, MCITP BI Dev 2008 Please mark posts as answered where appropriate.