‎2006 Oct 06 6:48 AM
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.
‎2006 Oct 06 6:51 AM
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.
‎2006 Oct 06 6:51 AM
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.
‎2006 Oct 06 6:54 AM
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.
‎2006 Oct 06 7:01 AM
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>
‎2006 Oct 06 7:04 AM
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
‎2006 Oct 06 6:52 AM
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,
‎2006 Oct 06 6:55 AM
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
‎2006 Oct 06 6:57 AM
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.