Restrict Access to Private folders in FastStats

Restrict Access to Private folders in FastStats

In a standard FastStats system, each user gets read and write access to a private folder by default. They do not automatically get access to the public folder and its subdirectories.

Access to the public folders is granted via the Modify > Modify Access Rights option from the Users tab

It is possible to deny users access to their own private folder. You might want to do this if you want all of a user's resources to be available to other users, for example.

To configure this in FastStats:

Right-click on the relevant User or Group within the Users tab (or right-click on the Global node if you wish to configure this for all users of the system)
Choose Modify > Modify Security Capabilities



Uncheck the Inherit option and then tick the Disable user from using private folders option
Click Close

If a user is reporting that they cannot access the private folder then you need to check this setting.

The setting is stored within the UserConfig table within the webservice control database for this system.

In this example below, the user with UserId 3 in the 'Holidays2' system has got this setting defined as so they would not be able to see the Private folder within the Files tab:




    • Related Articles

    • FastStats Service not producing log files

      The obvious thing to check is that the log file path and file name has been configured and that this exists. It is also worth checking the Log level. If this is set to Warning or Error then it will only write out warnings and errors. Try setting this ...
    • Admin User cannot see Users Explorer tab or Licences and Bundles screen in FastStats

      A user who believed they were set up as an admin user, reported logging into FastStats but not seeing either the Users tab or the Administration options. After checking the users settings were correct, we realised that in this case the issue was ...
    • Limits issue within FastStats

      We’ve found and fixed an issue with the query component, where in rare situations we didn’t fully clear the limit properties between queries. This could cause a query limit clause to be mistakenly applied to a subsequent query. To apply this fix: ...
    • Updating Visual Studio Tools for Applications (VSTA) whilst remaining on old version of FastStats

      A user wanted to confirm that upgrading Visual Studio Tools for Applications (VSTA) on the build and application server to version 16.0.35907.0 and SSMS to version 20.2.37.0 would have any impact on the current installation of Faststats being used: ...
    • Combining Table Results in Orbit using a CubeLookup Expression

      Sometimes it is useful to be able to get results from a Table in Orbit and use them in another Table. Within Orbit, it isn't currently possible to refer to results in one tile within another one. However, we can use a combination of some powerful ...