Subscription views along with model in package
-
Friday, November 09, 2012 12:59 PM
Hi,
While creating a package for a (MDS 2012 ) Model using wizard or mdsmodeldeploy.exe, are subscription views included in the Package? I can see that the model, entities and business rules are included but not the subscription views.
- Edited by TDPPN Friday, November 09, 2012 1:15 PM
All Replies
-
Friday, November 09, 2012 4:20 PM
yes, the subscription views should be included in the package per MSDN Deploying Models (Master Data Services)
A model package is an XML file that is saved with the .pkg extension. When you create a deployment package, you can decide whether or not to include data. If you decide to include data, you must select a version of the data to include.
All model objects are included in a package. These objects are:
Entities
Attributes
Attribute groups
Hierarchies
Collections
Business rules
Version flags
Subscription views
User-defined metadata, file attributes, and user and group permissions are not included. After you deploy a model, you must update these manually. -
Monday, November 12, 2012 8:51 AM
Hi BillAnton,
I have gone through the MDSN link. I have created a package for my model, following the steps mentioned in the above link. I deployed the package on other machine. Model, entities and business rules got deployed, but i could not see the subscriptio views. I opned the package using modelpackageeditor.exe , could not see the subscription views there. Am I missing something here/ doing something incorrect? Any help is much appreciated.
-
Monday, November 12, 2012 11:53 AM
I found when creating packages via the Wizard they did not include the subscription views, but if I created it on the command-line using MDSModelDeploy for a specific version and the includedata option, then it worked, eg
MDSModelDeploy createpackage -service MDS -model yourModelName -package yourModelName.pkg -version "yourVersion" -includedata
-
Friday, May 10, 2013 12:31 PMAlways the way of Microsoft to be ! (:
-
Friday, May 10, 2013 12:38 PM
Seems like I have so much data and I can't run this process... How should I proceed ?I found when creating packages via the Wizard they did not include the subscription views, but if I created it on the command-line using MDSModelDeploy for a specific version and the includedata option, then it worked, eg
MDSModelDeploy createpackage -service MDS -model yourModelName -package yourModelName.pkg -version "yourVersion" -includedata
-
Tuesday, May 14, 2013 1:41 PMModerator
Hi,
there is a Graphic user interface method on MDSManager for sub. views import/export :
https://mdsmanager.codeplex.com
Regards,
Xavier Averbouch
Microsoft Community Contributor
SOAT
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful".

