SAP Knowledge Base Article - Public

3430149 - Error "Upload error; ensure that files mentioned in manifest are in the ZIP file" raises when importing attachment via Data Workbench

Symptom

The error "Upload error; ensure that files mentioned in manifest are in the ZIP file" raises when importing attachments via Data Workbench.

"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."

Environment

SAP Cloud for Customer

Reproducing the Issue

  1. Go to Data Workbench > Import.
  2. Select Attachment, and then select an object.
  3. Click the button "Next".
  4. Upload the zip file that contains the file "manifest.csv" and other files.
  5. The error "Upload error; ensure that files mentioned in manifest are in the ZIP file" raises.

Cause

The paths of the files are not maintained correctly in manifest.csv.

Resolution

Please use relative paths in manifest.csv, and do not start paths with "./". For example, to upload "test.xlsx" and "avatar.png" that is in the folder "pictures":

The FilePath should be:

  • test.xlsx
  • pictures/avatar.png

Instead of:

  • ./test.xlsx
  • C://Users/My-Win/project/test.xlsx
  • ./pictures/avatar.png
  • C://Users/My-Win/project/pictures/avatar.png

The testing result is attached for your reference:

*Tips: The AttachmentName can differ from the name in the FilePath. It does not matter.

See Also

Keywords

Import Attachment, Data Workbench, manifest.csv, FilePath , KBA , LOD-CRM-INT-DWB , Data Workbench , Problem

Product

SAP Cloud for Customer core applications all versions

Attachments

Pasted image.png
Pasted image.png