Symptom
- Importing MDF attachments via “import and export data” succeeds, but importing the same data via SFTP and Provisioning fails.
- Using file type “csv” for the MDF FTP job causes the import to fail (job expects a zip).
- Error observed for large files: NegativeArraySizeException: -808143088.
- Error indicates that when using FTP, the file size limit is 1 GB.
- Existing guidance consulted lacks detailed SFTP–Provisioning steps.
Environment
SuccessFactors HCM Suite
Reproducing the Issue
- Import MDF attachment data via “Import and Export Data” successfully.
- Configure and run an MDF Import via SFTP in Provisioning with an incorrect file type or a file larger than the allowed limit; the job fails.
Cause
- The MDF FTP job was configured with the wrong file type (csv instead of zip) and/or misconfigured for ZIP handling.
- The uploaded ZIP exceeded the MDF FTP job file size limit (1 GB), leading to failures; very large files can surface NegativeArraySizeException.
Resolution
- In Provisioning, configure the MDF Import FTP job to use ZIP format (ensure “zip” is selected and the job is set up for ZIP processing).
- Package the import template (.csv) and the attachments folder inside a single .zip file.
- Ensure each ZIP file is 1 GB or smaller; split large datasets into multiple ZIP archives below this limit.
- Re-run the MDF Import FTP job for each ZIP; verify successful completion and imported attachments.
- If NegativeArraySizeException occurs, reduce the file size further and retry.
See Also
- KBA 2257047 - Adding attachments on an MDF Object for attachment type field via Import.
- KBA 3598136 - How to import MDF object with attachments via Schedule Job in SAP SuccessFactors
- Important configuration guidelines and usage limits (MDF)
Keywords
mdf attachment import, sftp provisioning, mdf ftp job, zip required, csv not supported, file size limit, 1 gb limit, negativearraysizeexception, -808143088, bulk upload, attachments folder, provisioning job configuration, import via sftp, zip structure, usage limits , KBA , LOD-SF-MDF-IMP , Import and Export Issues , Problem
Product
SAP SuccessFactors HCM Suite all versions
SAP Knowledge Base Article - Public