arrakis123
10th May 2007, 10:56
hi to all, this forum helps me a lot, so thanks to all. i have another question.


i have one session to process fabrication orders (pdno). i can have a backflusing, end orders, ............

well, the client sais to me one idea. how can i do this processes in background??
in history (my table) i save that the pdno is processing to control the pdno. but how can i do that¿? is possible do this process if the user close baan license??? :confused:

im searching in baan help, and i see in the processes section somehing like "activate" or similar propertys...


thanks

mark_h
10th May 2007, 15:13
If I understand correctly you already have a session that does what you want and now you want to run it in the background. Is there a way you can take the session and make it a batch job? I was thinking the user clicks continue - data is written to a table, batch job is launched - user could now log off. Then the batch job reads the table and processes the data.

arrakis123
11th May 2007, 10:38
thanks,

i write the information to proccess in one table, and then i put another session that do the proccess in one job. this job read the table every 5 mins to see if were any records to proccess.

thanks again