Installation Issues with 64bit 2008 R2
I am receiving the following error on a 2008 R2 box. I am in the admin group. I have been granted full control of the C drive. This is a virtual machine. Any ideas? System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.UnauthorizedAccessException: User does not belong to the configured administration group. at Geocortex.Essentials.Management.WebServices.Management.ValidateRequest() at Geocortex.Essentials.Management.WebServices.Management.Start() --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Geocortex.Essentials.Management.ManagementWS.GeocortexEssentialsManagerWebServices.Start() at Geocortex.Essentials.Management.Data.ClientManagement.Start() at Geocortex.Essentials.Management.Data.ClientManagement..ctor(String url, UserCredentials uc) at Geocortex.Essentials.Management.Data.ClientManagementFactory.CreateClientManagement(String url, UserCredentials uc) at Geocortex.Essentials.Management.UI.PropertySheets.RootPropertySheet.OnLogin(Object sender, LoginEventArgs args) --- End of inner exception stack trace --- at Geocortex.Essentials.Management.UI.PropertySheets.RootPropertySheetPanel.OnClick(Object sender, EventArgs args)
0
-
I can log in successfully to the REST Manager, Server is good to go 0 -
Sound like you have been bit by the User Account Control bug -- On systems where User Account Control is being used (like Server 2008), the default group of 'Administrators' does not work for access to Geocortex Essentials Manager (the Group Administrators is not a real Administrator according to UAC). This is a fairly easy fix. 1. Create a new group. Call it something like 'EssentialsManagerAdmin' 2. open the wwwroot\Geocortex\Essentials\ManagerWebService\web.config file in a text editor 3. look for the line in that reads: and replace 'Administrator' with whatever group you created. 4. Now add whatever users you wish to use Essentials Manager to the group you created, restart IIS and you should be good to go. There is a video that walks you through this (https://support.geocortex.com/video-recordings) here . Regards, Jonathan 0 -
Thank you. I have seen that video, so I will revisit 0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
3 commentaires