Symptom
While trying to import a full Purge for Position generic object, you receive the following error:
Full exception:com.successfactors.jobscheduler.ScheduledJobExecutionException: com.successfactors.sca.ServiceApplicationException: com.successfactors.genericobject.dataio.export.exception.MDFExportException
Caused by: com.successfactors.sca.ServiceApplicationException: com.successfactors.genericobject.dataio.export.exception.MDFExportException
at com.successfactors.genericobject.dataio.MDFImportJobInMem.reportImportResult(MDFImportJobInMem.java:285)
Environment
SAP SuccessFactors HCM Suite
Reproducing the Issue
- On Admin Center, go to Scheduled Job Manager
- Click on the tab Job Scheduler
- On Job Type, select MDF Object Definition to DB Sync
- On Actions, you can click on Run it Now
- See the error logs
Cause
The response file include the error messages of every row data that is exported after the import file, so the response file will much larger than the original import file , and the job fails due to the response file is too large.
Resolution
Prepare a new csv import file with only 100 rows of data from the original import file , then log in the SuccessFactors system, go to the page 'Import and Export Data' , select 'Import Data', choose the prepared import file to import it, and then you should resolve the data issue by getting result file.
Keywords
Purge, MDFExportException, Job failed, com.successfactors.sca.ServiceApplicationException , KBA , LOD-SF-MDF-IMP , Import and Export Issues , Problem