The following error can be seen in the Archive Manager Event Log and the DataloaderWorker.exe.log file:
System.IO.IOException: There is not enough space on the disk.
Additionally all XML files processed by the DataloaderWorker from the \Export folder are being moved to the \Error folder.
A disk used in processing the XML files from the \Export folder into the attachment store and SQL DB has run out of space. The error does not specifically state which disk has run out of space.
Because the error does not specifically state which disk has run out of space it is necessary to check the following and resolve the issue by providing more space:
1. All drives local to the Archive Manager services server where the Dataloader service runs.
2. All drives on the SQL server responsible for the ArchiveManager database.
3. The default storage location (Attachment Store)
To list the default storage location, open SQL Management Studio on the Archive Manager SQL server and run the following query:
USE Archivemanager
SELECT * FROM storagelocation WHERE [default] = 1