Oui, j'ai besoin d'une solution
Hi All,
Not really a solution that needs solving more of a general query.
I have created a EVPM script that will grant access to archives for specific users.
It looks likes this:
[Directory]DirectoryComputerName = EVServerSiteName = EVSite[ArchivePermissions]ArchiveName = Archive Name 1GrantAccess = read write delete, domain\user1[ArchivePermissions]ArchiveName = Archive Name 2GrantAccess = read write delete, domain\leaver[ArchivePermissions]ArchiveName = Archive Name 3GrantAccess = read write delete, domain\user3
I save it as a .ini in unicode and run it as normal...
However, I get errors similiar to:
Line number in error: 11Section in error: ArchivePermissionsAttribute in error: GrantAccessValue in error: read write delete, domain\leaverReason: Could not lookup the account: domain\leaverError parsing the config (.ini) file
Now, I appreciate that the user I am trying to give permissions to has left and is no longer in the AD. That is not my issue.
My issue is, why does EVPM have to bomb out? Can it not just skip passed this attempt and go onto the next in line.
In production I have a ~3000 user ini script and I don't want to have to go through it finding the next error and taking out that line, processing it again... taking out that line etc.
I can tidy up my script before running it. But it seems like something so simple, that if it is not a fatal error, it can skip that command.
My question is, is it possible?
Could it be looked into for future releases?
Cheers
Chay