‎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:35 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 31 7:50 AM
Hi Venky,
As Shyam told, you can analyse the error log and modify only those records.
But I will suggest that simulate the transactions before you create the session.
Before yuo create session just check whether the transaction can be completed completely or not. means, on the last screen, do not add OK-Code 'BU'. Use 'BACK' button and capture messages and check if there are any errors. If you get any error here analyse these errors and add this record to error records. Finally modify these records and once all records are correct then create session.
Let me know if further details required.
Regards,
Anil Salekar