Enterprise Vault is using “alternate data streams” and writes hidden control files (i.e. evarchivepoint.xml, evarchivepoint.xml, evfolderpoint.xml) This generates a "cannot find file" error when the UDE tries to read the ADS and the job cancels.
Use the following commands to validate the contents of the files. Replace the path to the folder with path to the root of the archive point.
1. Run command from and Administrator PowerShell CMD prompt to return the contents of the EVArchivePoint.xml file.
Get-Content \\FILESERVER.EV.LOCAL\VOL1\Folder1 -stream evarchivepoint.xml
The return will be similar to the following:
<archivePoint xmlns="urn:kvsplc-com:FileSystemFolderArchivePoint"><archiveVEID>11FAB9DF012C208408C1F1007904C12351110000EVServer</archiveVEID><vsid>1D9694AA68B885D42A431D6EBE5432C671210000EVServer</vsid><rootFolderCreatedDate>131086299178152917</rootFolderCreatedDate></archivePoint>
2. Run command from and Administrator PowerShell CMD prompt to return the contents of the EVFolderPoint.xml file.
Get-Content \\FILESERVER.EV.LOCAL\VOL1\Folder1 -stream evfolderpoint.xml
The return will be similar to the following:
<folder xmlns="urn:kvsplc-com:FileSystemFolder"><archiveVEID>11FAB9DF012C208408C1F1007904C12351110000EVServer</archiveVEID><archiveFolderVEID>1EE8B46B4BFC3C843B62DF68395EB67BA1110000EVServer</archiveFolderVEID><rootFolderEID>14DE87268E6898241928FDB8124617A831011100EVServer</rootFolderEID><rootFolderCreatedDate>131086299178152917</rootFolderCreatedDate></folder>
3. Validate that the archiveVEID values are consistent between the two files.
If the value is not consistent between the two files please contact Enterprise Vault Support for assistance in correcting the issue.