Hi,
I am using a workflow program to move entries from one repository to another. There are almost 50,000 documents to move. I am trying to do this in pieces eg 5,000 at a time. The issue is I am receiving this error - "There is not enough space on the disk". There are no logs at all in the Event Viewer.
I know I can get around this using a for each entry (based on a Search activity), but this is a fairly inefficient and long way and doing it (take > 4 times longer). Also using briefcasing is out of the question as I don't have much space left on my machine,
We have Workflow running on it's own server and both repositories are on different LF servers. How do I know which server requires more disk space?
1) The Workflow server itself OR
2) The server the repository is copying the document from OR
3) The server the repository is copying the documents to.
I assume it is just a matter of getting our IT dept to allocate more disk space, but which server needs it?
Thanks