Error Message
FSA Archiving Task Report log shows the following error when processing the first read-only file:
*** Error *** - Error making file: a placeholder file. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
FSA Archiving Task Report log also shows the following error when processing subsequent files after the first read-only file is encountered:
*** Error *** - Error making file: a placeholder file. The file: cannot be made a placeholder as the placeholder service for file server: is not available
Dtrace of Placeholder Service (EvPlaceholderService) on the File Server shows:
{CWmiMsftDedupVolume::CWmiMsftDedupVolume:#30} Error while connecting to WMI namespace. Error [0x8004100e]
{CPlaceholderSvr::FinalConstruct:#2199} Failed to create the WMI object for deduplication
{CPlaceholderSvr::ProcessMsDedupeFile:#2087} CTraceSink::FormatAndTrace format exception Format:{CPlaceholderSvr::ProcessMsDedupeFile:#2180} Unable to open file %s. File will not be processed. Error [%#x] {CPlaceholderSvr::ProcessMsDedupeFile:#2183} Exit
Dtrace of FSA Archiving Task (EvFsaArchivingTask) on the EV server shows the following error when processing the first read-only file:
{CPlaceholderSvcClientStub::WritePlaceholder} (Exit) Status: [Access is denied. (0x80070005)]
{FILESYSTEMITEMPROCESSOR.EN_US} Exception: Error making file: a placeholder file. Info:The placeholder service for: is being marked unavailable Diag:
Type:KVS.EnterpriseVault.FileServerArchive.PlaceholderServiceUnavailable ST: at KVS.EnterpriseVault.FileServerArchive.WindowsNTFSVolume.MakePlaceholder(Volume volume, VaultFileInfo fileInfo, String itemUrl, Int32 flags, String retentionCategoryId, DateTime archivedDate, DateTime modifiedDate, DateTime createdDate, IFolderPermSyncWrapper folderSyncWrapper)| at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.PostProcessItem(FileAndRuleInfo fileAndRuleInfo, ArchiveMetadata archiveMetadata, ItemState& stateOfArchive, FinalActionTypeEnum& finalAction)| at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.ArchiveFile(FileAndRuleInfo fileAndRuleInfo)|
at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.ArchiveFileInABatch(FileAndRuleInfo fileAndRuleInfo) Inner:System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))| at KVS.EnterpriseVault.Interop.PlaceholderSvcClientStubClass.WritePlaceholder(String serverName, String FilePath, String WebAppUrl, Byte flags, String retentionCategoryEid, String unused, DateTime archivedDate, DateTime modifiedDate)| at KVS.EnterpriseVault.FileServerArchive.WindowsNTFSVolume. MakePlaceholder(Volume volume, VaultFileInfo fileInfo, String itemUrl, Int32 flags, String retentionCategoryId, DateTime archivedDate, DateTime modifiedDate, DateTime createdDate, IFolderPermSyncWrapper folderSyncWrapper)
Dtrace of FSA Archiving Task (EvFsaArchivingTask) also shows the following error when processing subsequent files after the first read-only file is encountered:
{WINDOWSNTFSVOLUME.EN_US} Exception: The file: cannot be made a placeholder as the placeholder service for file server: is not available Info:
Diag: Type:KVS.EnterpriseVault.FileServerArchive.MakeFileAPlaceholderException ST: at KVS.EnterpriseVault.FileServerArchive.WindowsNTFSVolume.
MakePlaceholder(Volume volume, VaultFileInfo fileInfo, String itemUrl, Int32 flags, String retentionCategoryId, DateTime archivedDate, DateTime modifiedDate,
DateTime createdDate, IFolderPermSyncWrapper folderSyncWrapper) Inner:None {FILESYSTEMITEMPROCESSOR.EN_US} Exception: Error making file: a placeholder file. Info:Error whilst checking if the file: is a placeholder Diag: Type:KVS.EnterpriseVault.FileServerArchive.MakeFileAPlaceholderException ST: at KVS.EnterpriseVault.FileServerArchive.WindowsNTFSVolume.MakePlaceholder(Volume volume, VaultFileInfo fileInfo, String itemUrl, Int32 flags, String retentionCategoryId, DateTime archivedDate, DateTime modifiedDate, DateTime createdDate, IFolderPermSyncWrapper folderSyncWrapper)| at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.PostProcessItem(FileAndRuleInfo fileAndRuleInfo, ArchiveMetadata archiveMetadata,
ItemState& stateOfArchive, FinalActionTypeEnum& finalAction)| at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.ArchiveFile(FileAndRuleInfo fileAndRuleInfo)| at KVS.EnterpriseVault.FileSystemArchivingTask.FileSystemItemProcessor.ArchiveFileInABatch(FileAndRuleInfo fileAndRuleInfo) Inner:KVS.EnterpriseVault.FileServerArchive. MakeFileAPlaceholderException: The file: cannot be made a placeholder as the placeholder service for file server: is not available| at KVS.EnterpriseVault.FileServerArchive.WindowsNTFSVolume.MakePlaceholder(Volume volume, VaultFileInfo fileInfo, String itemUrl, Int32 flags, String retentionCategoryId, DateTime archivedDate, DateTime modifiedDate, DateTime createdDate, IFolderPermSyncWrapper folderSyncWrapper)
For more information on Dtrace please refer to the link in the Related Articles section.