cancel
Showing results for 
Search instead for 
Did you mean: 

Granting additional users and groups access to the TEMP folder

Kai_Schröer
Level 5
Partner Accredited

 Hi!

We try on customer system EV 11.0.1 CHF4R1 and in our testsystem EV 12.0.1 to use the regkey TempFolderExceptions as in this article described:

Granting additional users and groups access to the TEMP folder
http://www.veritas.com/docs/000102553

Unfortunately it seems the key don't work. We try different ways, but every time the Admin Service shut down like here described:

Enterprise Vault temporary folder security checks
http://www.veritas.com/docs/000023496

Any ideas?

thx

-----------------------------------
https://twitter.com/pmcs_ev
5 REPLIES 5

ChrisLangevin
Level 6
Employee

Kai,

I think the first step is to get a dtrace of the Admin Service when you start it and it fails. Attach it here so we can also see the exact way you've written the Registry string.

 

--Chris

Kai_Schröer
Level 5
Partner Accredited

Hi Chris,

thanks for suggestion. Maybe we are a little bit closer now.

In our test environment we can find out it works when we add the users just with Read-Rights. With Full-Access we get the issues.

We have to check this with customer and see.

thanks.

-----------------------------------
https://twitter.com/pmcs_ev

Kai_Schröer
Level 5
Partner Accredited

Same on custome side.

With Read-Rights the key works

With Full Access the key doesn't work.

-----------------------------------
https://twitter.com/pmcs_ev

Kai,

I'll look into it and see if I can reproduce it.

 

--Chris

ChrisLangevin
Level 6
Employee

Kai,

 

I tried this morning and the key seems to be working correctly. Granting the user read access or full control, either way the dtrace and the result is the same.

 

7758    08:39:18.749     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsFolderSecure Entry. Checking folder 'C:\Users\VAULTA~1\AppData\Local\Temp\'
7759    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::LoadExceptionsFromRegistry Entry
7760    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::LoadExceptionsFromRegistry: Found temp folder exceptions reg key.
7761    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::LoadExceptionsFromRegistry Exit
7762    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSidAllowed Entry, sid type : 1
7763    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsAllowedAdminSid Entry
7764    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsAllowedAdminSid Exit :passed sid is not a well known admin sid.
7765    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSidAllowed Testing user type sid...
7766    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSIDInGroupToken Entry
7767    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSIDInGroupToken Exit.
7768    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSidAllowed Exit. Username: user3
7769    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsFolderSecure SID is not in the approved list, proceeding to registry lookup..
7770    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSidInRegistryList Entry
7771    08:39:18.750     [26668]    (AdminService)    <6464>    EV:L    CPermissionsHelper::IsSidInRegistryList: passed sid found in registry exception list.

 

Please gather a dtrace of AdminService while reproducing the issue and post it here, so we can see what's different about your situation. Please also include exact string from your TempFolderExclusions registry value.