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

Session method ?

Former Member
0 Likes
785

Hi Experts,

Can any one tell me While executing session it wont start from the first. It will start from the place where it ends with error. what does it mean?

Thanks & Regards,

Naren.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

Hi,

Say you have 10 records in the session and on first execution it has finished in errors for records 6 and 7 and rest of the records are successfully processed , then you can alnalyze the errors in the session log and execute the session for error records only.

Hope this helps.

7 REPLIES 7
Read only

Former Member
0 Likes
733

Hi,

Say you have 10 records in the session and on first execution it has finished in errors for records 6 and 7 and rest of the records are successfully processed , then you can alnalyze the errors in the session log and execute the session for error records only.

Hope this helps.

Read only

0 Likes
732

Hi Imtiaz,

thankd for u r reply,

Di u mean if 6 and 7 are error records can we change the values in the session for these records with right values and process again.

Thanks,

Naren.

Read only

0 Likes
732

Yes,

You can change the values for error records while processing and execute the session again.

<b>Pl. Mark points to all helpful answers.</b>

Read only

0 Likes
732

hi,

what imtihaz told is correct.

u can change the values for error records and execute the session again.

rgds

anver

pls amrk hlpful answers

Read only

dani_mn
Active Contributor
0 Likes
732

HI,

when we use the session methods and during processing if some errors occurs then session method gets stop and displayed the error and if correct that error or bypass it then it starts its execution from where the error occurs.

REgards,

Read only

anversha_s
Active Contributor
0 Likes
732

hi,

kindly check the sesion log.

you can find the reason for the error.

and start from where it stopped.

rgds

anver

pls mark hlpful answers

Read only

Former Member
0 Likes
732

HI ,

Suppose ur processing a sesion which contains 10 records, in those 5 records are updated and 5 records not updated in DB.

At this time it will show the status ERRORS in SM35.

Now u can process the same session in DISPLAY ERRORS ONLY mode to handle the errors manually.

Regards

Pradhan.