Issue accessing share from local server unless EVERYONE given access

James Edmonds 831 Reputation points
2022-04-08T08:25:40.197+00:00

Hi,

We have a server hosting an app, which runs as a domain account with run as service permissions.
The app relies on shares hosted on this same server, and dumps output of a task to those shares.

On the shares, we have a domain security group added with modify permissions, and domain admins with full control.
191302-image.png

If I access the share from a remote machine using my domain admin account, I can access the share.
191220-image.png

If I browse the folder the share points to, locally on that app server using my domain admin account, I can access the folder in its entirety.
191311-image.png

However, if I try to browse the share locally on that app server, using my domain admin account, I am unable to load the share:
191199-image.png

Can anyone think of any reason I would not be able to access the share from the server, and can only access it from a remote machine?
If I add EVERYONE with modify permissions to the share permissions, it works fine locally.

We don't really want to have EVERYONE on the share permissions, but without it, the app seems to be unable to dump files to the share locally, likely because it too is having issues accessing the share locally like I am.

Many thanks
James

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Newbie Jones 1,401 Reputation points
    2022-04-08T12:39:47.377+00:00

    This is due to UAC. Even though your logged on as an admin, nearly everything you do is done with a standard user token.

    Domain Admins is a special group.

    You can probably resolve this by creating another security group and giving that group access to the share\folders, and then adding the accounts into the group (which I though was best practice for share\folder permissions).

    You can also try running Explorer "as an admin" before trying to access the share.


1 additional answer

Sort by: Most helpful
  1. Newbie Jones 1,401 Reputation points
    2022-04-11T08:39:43.547+00:00

    Not 100% sure why myself. I've just seen it before and remembered it.

    I think its related to the domain admins group. It's not a standard security group.

    I suspect its a combination of the above. Running the task from the same server and using domain admins.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.