|
What causes the following error?
Error saving the file content for the document ContractDocuments.csv: java.io.FileNotFoundException: DOCUMENTNAME.DOC (No such file or directory)
This error occurs because the name of the document attempting to upload does not match the name in the File column.
The document referenced in that line of the error details has no match in the File column of the ContractDocuments.csv file. _
If the document name is DOCUMENTNAME.DOC, it must appear exactly as such in the ContractDocuments.csv file. These files are case and space sensitive, therefore, the strings must match exactly.
Strategic Contracts