PST Migrate Wizard don´t use the right user
Hi,
we have a seperate pst migration account to run the automated pst migrations. It´s a seperate user because of compliance topics etc. This user is assigned to all pst migration tasks an the automated tasks works fine.
In some cases the admin wan´t to start a manual import. We log on to EV as this pst migrator account and start the wizard. But the wizard fails because of permission errors. In a dtrace is visible that the task failed because the VSA didn´t have permissions to access the file in the network.
Is it possible that the migrator wizard runs as the currently logged on user?
EV12.0.2 on Windows Server 2012R2
Thank you
Jakob
Jakob,
I'm actually the Backline TSE who has been helping Kaustav with your case, so the answer Veritas gave you is the answer I told Kaustav to give you. :smileyhappy:
I did some research on this and the reason we can't simply do a SQL workaround that doesn't check the file is that the stored procedures that are run when you add PST files (AddPstComputer and DonatePstFile) require as input a unique EntryId for the computer/file record that you are adding. This unique value (of EVGUID data type) is generated by the EV Directory Service at the time you add the file (for instance, by running the Add-EVPstFile cmdlet) and fed to the stored procedure that creates the record. Unfortunately I was not able to find a way to generate these EntryId values directly in SQL; it appears that they must come from the Directory Service. Without a valid and unique EntryId value, the DonatePstFile SP cannot add the PST file record to the PstFile table.
I hope that helps explain the difficulty behind the issue a bit more.
--Chris