sharepoint-2013 - SharePoint 2013 Visio 文档错误 : the server failed to process the request

标签 sharepoint-2013 visio

当我尝试打开上传到我的 SharePoint 网站的 Visio 文档时,出现“服务器无法处理请求”错误。感谢您的帮助!

最佳答案

以下是我为解决该问题所遵循的步骤:

  1. 在 SharePoint 服务器上打开 SharePoint 管理中心。
  2. 管理服务应用程序(在应用程序管理下)。
  3. 选择 Visio 图形服务 -> 属性
  4. 检查使用的是什么应用程序池(在我的例子中是默认的 SharePoint Web 服务)。
  5. 打开 IIS -> 应用程序池。
  6. Visio 应用程序池通常由 GUID 名称表示。获取名称:

    • 打开 SharePoint Management Shell(以管理员身份运行)
    • 运行命令:Get-SPServiceApplicationPool |选择身份证、姓名
    • 查找应用程序池的 ID(来自第 4 步)
    • 在 IIS 中的 Name 列中找到相同的 id,并检查 Identity 列中的值
  7. 远程到sql server
  8. 打开 SQL Server Management Studio -> 连接
  9. 展开存储 SharePoint 内容的数据库 -> 安全 -> 用户
  10. 右键单击步骤6d中获得的用户名->属性
  11. 在 Owned Schema 和 Membership 中检查 db_owner

关于sharepoint-2013 - SharePoint 2013 Visio 文档错误 : the server failed to process the request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22077473/

相关文章:

javascript - 如何在 SharePoint 2013 JSOM 中设置 URL 字段的值

visio - 我无法在形状表上引用不同的 Visio 形状母版

.net - 记录依赖树

entity-framework - 有没有办法将.edmx图从VS2008导出到Visio?

sharepoint - 确定 SharePoint 2013 列表中列的字段 ID

sharepoint-2013 - 使用 CSOM 安装 Sharepoint 应用程序

odata - Sharepoint 2013 REST API GetFolderByServerRelativeUrl 不会返回作者详细信息

Sharepoint:如何使用 JSOM 轻松获取相关子项目

powerpoint - Visio/PowerPoint 有什么好的替代品吗?

visio - 如何打开 .vsdx 文件?