|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: 2 days ago @ 4:23 AM
Points: 842,
Visits: 741
|
|
Heya guys, i am deploying a .pkg for MDS using MDSModelDeploy.exe I am doing exactly what MS says. But get an error. this is my CMD code
c:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration>mdsmodeldeploy.exe listservices MDS services (Service, Website, Virtual Path): MDS1, Default Web Site, MDS MDS2, Default Web Site, MDS1 MDS3, ISPMasterDataService,
MDSModelDeploy operation completed successfully. Elapsed time: 00:00:00.3989524
c:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration> MDSModelDeploy.exe deploynew -package "C:\Program les\Microsoft SQL Server\110\Master Data Services\Configuration\Finance_data.pkg" -model Finance -service ISPMasterDataService
MDSModelDeploy operation failed. Elapsed time: 00:00:00.0634293 Error: The DeployNew command failed because either there is a missing - option or the name is not in quotes. All names that contain spa s must be enclosed in quotation marks.
c:\Program Files\Microsoft SQL Server\110\Master Data Services\Configuration> any idea why? thanks
Ian Cockcroft MCITP BI Specialist
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Yesterday @ 7:47 AM
Points: 251,
Visits: 392
|
|
Did you ever find an answer to this? Often times if you copy and paste the commands there can be an issue so it's best to type these out manually. Also make sure the commands are in the correct order.
I've also had an issues with quotes in the past, so now I just quote every packagename/modelname etc.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
|
|
|
|