【发布时间】:2013-06-06 01:15:52
【问题描述】:
我看到使用 Visual Studio 2012 在我的新 SharePoint 2013 服务器上部署简单的 Hello World 应用程序时出现奇怪的错误。错误是“未配置远程托管服务”,内部消息和堆栈跟踪是:
Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException:找不到目标应用程序(应用程序 ID:__RemoteAppManagementInfo__)。 在 Microsoft.SharePoint.Utilities.SecureStoreHelper.ExecuteSecureStoreMethod(字符串方法名,对象 [] 参数) 在 Microsoft.SharePoint.Administration.AppDeployment.RemoteWebSiteAccount.Initialize() 在 Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.ConfigureClientAndAccount() 在 Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.DeployInternal() 在 Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.Deploy() 在 Microsoft.SharePoint.Administration.SPAppTask.DeployOperation() 在 Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
我知道我可以进入 Secure Store Service 并使用该应用程序 ID 配置一个新的安全存储目标应用程序,但我在任何设置文档中都没有看到这一点,我真的很想知道那是从哪里来的。我觉得我在某处遗漏了一个简单的配置设置,但我找不到它。
【问题讨论】:
-
似乎有(4) claim parameters required for the Secure Store application _RemoteAppManagementInfo_ - 用户名、密码、ManagementEndpoint 和 IsEnabled。我不确定 URL 中的内容 - 您是否成功解决了这个问题? This MSDN sample 声明“SharePoint 2013 中的自动托管应用程序只能安装在 SharePoint Online 网站上”。这不是私人提供的功能吗?
标签: sharepoint sharepoint-2013