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
437

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.

2 REPLIES 2
Read only

Former Member
0 Likes
402

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.

Read only

0 Likes
402

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