I am trying to deploy the sample .pkg's using the defaults and it is failing. Could someone please tell me why ?
Tried changing –service “MDS1” to –service “MDS_1” and I got the same error
******These commands:************
"C:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration\MDSModelDeploy" listservices
rem this errs out
"C:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration\MDSModelDeploy" deploynew –package “C:\Program Files\Microsoft SQL Server\110\Master Data Services\Samples\customer_en.pkg” –model “Customer” –service“MDS1”
******Yield the following error:*******************
c:\MDS_Presentation>"C:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration\MDSModelDeploy" listservices
MDS services (Service, Website, Virtual Path):
MDS1, Default Web Site, MDS_1
MDSModelDeploy operation completed successfully. Elapsed time: 00:00:09.7083660
c:\MDS_Presentation>rem this errs out
c:\MDS_Presentation>"C:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration\MDSModelDeploy" deploynew –package “C:\Program Files\Microsoft SQL Server\110\Master Data Services\Samples\customer_en.pkg” –model“Customer” –service “MDS1”
MDSModelDeploy operation failed. Elapsed time: 00:00:00.3883468
Error:
The DeployNew command failed because either there is a missing - option or the name is not in quotes. All names that contain spaces must be enclosed in quotation marks.
Mark