‎2011 Jan 30 3:21 PM
HI All,
i have a flat file of 1000 records i uploaded 1000 records using session method but some records are missing.In error log i got some errors.then now how can i update the error records.
‎2011 Jan 31 7:38 AM
Hi,
Download the error log and analyze the error log and modify only those records in the flat file. In your Session Method, Put a condition the record which is already uploaded should not considered.In this way, your session method considers only Error records to re process.
‎2011 Jan 30 3:30 PM
You haven't provided much information. What transaction? What upload method? Custom program or standard? You either need to process the transactions in foreground or errors only mode to fix them OR you need to fix the errors at the source and re-run them. A good developer always programs for errors and reprocessing with prevention of duplicates, so that you could run the entire file again without issue. Did you tag the records/documents with an identifier to prevent duplicates?
‎2011 Jan 31 7:38 AM
Hi,
Download the error log and analyze the error log and modify only those records in the flat file. In your Session Method, Put a condition the record which is already uploaded should not considered.In this way, your session method considers only Error records to re process.