‎2007 Feb 16 7:51 AM
Frnds how to go for background processing in " call transaction method"
We know that " NO display" mode is there but any other method is there in real time.
-
> in session method while data is getting uploaded suddenly server stops then how to upload the data from the last record where the server stopped.
plz help.
regards,
satya
‎2007 Feb 16 9:32 AM
HI SATYA,
you cant work in background in call trans. method.
if your server data upload stop suddenly then we have some technique to check the data for error. if u r using excel sheet then u can go for vlook up and if u r using text file then simply look into log and get the errror point. since your problem is that server is stopping, you know this is very-very rare case well u can get tht point where error is coming and u can further process the data afterwards your error point by just giving rest rows of data for next session.
regards
vijay dwivedi
‎2007 Feb 16 9:35 AM
Hi
u have to use No Display mode in call transaction...there is no other go for this...
Otherwise opt for session method and using SUBMIT rstbdcsub. process in background.
When server stops mean while the processing of the session, u can get the processed records info by the log and you can process the failed / un processed records now by foreground in sm35 or u can process the entire file again or u can create the file with only failed records and process .
Regards,
kumar
‎2007 Feb 16 9:35 AM
Hi
Relaese the session ( button with flag ) and then process it again.
BR,
Ravi