-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArcGIS Server Directories root: "Access Denied" - but only with Cinc #333
Comments
I probably should mention I'm running the Cinc script as Administrator (Run as Administrator) (Elevated). |
Hi @thk70, Could you attach your json file (scrub out sensitive information such as passwords and machine names, etc)? If config-store and directories are a file share then you will want to pass in the file share UNC path not a local path. For example:
Otherwise if local paths, such as arcgis-cookbook/cookbooks/arcgis-enterprise/recipes/server.rb Lines 90 to 99 in 237b0e3
Thanks, |
In further investigation I found out that the Cinc client ( or rather the interactive user running the installation) needs at least Modify Permissions on the parent container (folder): This is not an issue running the manual installation. Only the Cinc installation requires permissions on all folders in the path. Even if they are already created. I would suggest that's a prevailing behaviour for the Cinc client. However. I think the manual installation wizard requires the directories root is already created before running the installation. And Cinc is probably trying to create them in any case. I found a workaround with "temporarily giving permissions during installation" which I think can pass the sec-office. Thanks, |
The Directories root (and config store/logs) are residing on a fileshare. If I install with Cinc it errors with "error 5 - access denied" but if I install by hand using "Configure ArcGIS Server Account" utility it works fine.
The AD service account running ArcGIS Server (and my own interactive logged-in account) has Full permissions on the fileshare.
AGS server and fileserver Windows 2022 (VM)
AGS 10.9.1
Cinc client 16.16.13
Esri cookbooks 4.0
From log:
directory[E:\arcgisserver\arcgisserver-hosting] action create (arcgis-enterprise::server line 90)
The same error happens if I rerun Cinc - after successfully install ArcGIS Server manually in the same destination folders.
Any Thoughts?
The text was updated successfully, but these errors were encountered: