问题描述
我只有一个装有SharePoint 2013和SQL 2014的盒子.
我正在尝试使用Export-SPMetadataWebServicePartitionData命令导出托管元数据.
连续出现错误Export-SPMetadataWebServicePartitionData:目录名称无效.
在第2行:char:1
+ Export-SPMetadataWebServicePartitionData $ svc.Id -ServiceProxy $ proxyName-路径 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo   ;: InvalidData:(Microsoft.Share ... cePartitionData:SPCmdletExportM ... cePartitionData)[Export-SPMetadataWebServicePartitionData],FaultException`1
+ FullyQualifiedErrorId:Microsoft.SharePoint.Taxonomy.Cmdlet.SPCmdletExportMetadataWebServicePartitionData
我已尝试使用https://technet.microsoft.com/zh-CN/library/ff607847.aspx
中提供的两种格式的路径除了SQL权限中的sysadmin外,SharePoint服务器场帐户,SQL服务帐户和MMS应用程序池标识都具有对位置和批量管理员权限的完全控制权.
请帮助.
此致
Vaibhav Antriwale
I have a single box with SharePoint 2013 and SQL 2014 installed.
I am trying to export the Managed Metadata using the Export-SPMetadataWebServicePartitionData command.
Continuous getting the error
Export-SPMetadataWebServicePartitionData : The directory name is invalid.At line:2 char:1
+ Export-SPMetadataWebServicePartitionData $svc.Id -ServiceProxy $proxyName -Path ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...cePartitionData:SPCmdletExportM...cePartitionData) [Export-SPMetadataWebServicePartitionData], FaultException`1
+ FullyQualifiedErrorId : Microsoft.SharePoint.Taxonomy.Cmdlet.SPCmdletExportMetadataWebServicePartitionData
I have tried to use the path in both formats as provided in https://technet.microsoft.com/en-us/library/ff607847.aspx
The SharePoint farm account, SQL service account and MMS application pool identity all are having Full control to the location and bulk admin permission in addition to sysadmin in SQL permissions.
Please help.
Regards,
Vaibhav Antriwale
这篇关于托管元数据服务应用程序导出-导入问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!