2014-11-05 222 views
2

我嘗試獲取沙盒的非成員。但我得到這些erorr消息。顯示MKS沙盒的非成員

si viewnonmembers -sandbox=D:\Sandboxes\project.pj 

*** MKS124814: Cannot show view information: MKS125335: Out of tree members and 
subprojects (not located in the project directory or a subdirectory of the proje 
ct directory) are not supported. 

回答

0

si viewnonmembers幫助你可以使用選項--cwd=value Act as if command executed in specified directory所以命令應該看起來像這樣:

si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test" 

--recurse選擇跳過Do you want to recurse into the directory...

si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test" --recurse 

根據您的服務器配置的.pj可能會比其他project.pj

0

非成員只能在沙箱上下文中查看,而不能從任何項目視圖操作中查看。

所以,在執行命令之前,您應該跳進你的本地沙箱中的位置:

cd SandboxFolderPath 

當你在你的沙箱文件夾,您可以執行

si viewnonmembers