Forum Discussion

Julia1's avatar
Julia1
New Member
2 years ago
Solved

security access issue

I have granted users access to the folder and to the individual reports inside it. After checking, it turned out that users can only see reports and they do not have access to the folder. Access is specified in the settings.

 

Can you suggest possible causes of this problem? Deleting and re-granting access to a folder is ineffective.

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Julia1 ,

    You can use Windows Terminal to change ownership of the folder. To gain ownership of a specific folder via Windows Terminal, follow these steps:

    1.Right-click on the Start menu icon and select “Terminal (Admin).”

    2.Type the following command and press . Make sure you add the path to your folder between the quotation marks.

    TAKEOWN /F "path of the folder" /R /D Y

    Below is the detail information will help you:

    www.maketecheasier.com

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Julia1 ,

    You can use Windows Terminal to change ownership of the folder. To gain ownership of a specific folder via Windows Terminal, follow these steps:

    1.Right-click on the Start menu icon and select “Terminal (Admin).”

    2.Type the following command and press . Make sure you add the path to your folder between the quotation marks.

    TAKEOWN /F "path of the folder" /R /D Y

    Below is the detail information will help you:

    www.maketecheasier.com

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.