Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upload the data using sessoin method

Former Member
0 Likes
499

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

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.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
467

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?

Read only

Former Member
0 Likes
468

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.