当登陆 Arcgis Server Manager的时候,点击 "Services" 中的选项"Manage Services",就报错:

An error has occured on the server. For details please check the Event (Application) log on the web server.
工作站服务没有启动

Source    System.DirectoryServices
StackTrace    
在 System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
在 System.DirectoryServices.DirectoryEntry.Bind()
在 System.DirectoryServices.DirectoryEntry.get_Name()
在 ESRI.ArcGIS.Manager.Security.SecurityHelper.GetDomainName(String machineName)
在 Manager_Framework_Permissions.Page_Load(Object sender, EventArgs e)
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

解决方案是,将gis用户中的"ArcGISSOM", "ArcGISWebServices" 添加到 "Administrator"用户组中即可.

相关文章:

  • 2021-09-07
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-01-13
  • 2021-08-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-07
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案