I have a C# program that runs during a transition that uses LoginAuto
In the following manner,
IEdmVault19 EDPMVault = (IEdmVault19)(new EdmVault5());
string VaultName = EDPMVault.GetVaultNameFromPath(fullName);
EDPMVault.LoginAuto(VaultName, 0)
The problem is that it prompts SOME users for the user for their id and password and then states that
they lack the authority to login. Any idea on what the issue is and how to fix it?
I'm using that VB.NET / C# side without problems so I would say to check these things:
1. Make sure user don't have disabled automatic login from Administrator -> Local Settings -> VAULT (Remember that these are vault specific)
2. Make sure that at (all) archive server services(s) you have correct group added there (if using AD login).
3. Remove vault view completely from user and add it again.
Just few ideas what I have encountered with similar issues.