dhruv_x0
8th September 2011, 17:11
Hi,


i need a process to be executed daily(after 24 hours). Now i have a button and that process is executed manually.

Requirement is, that process should run automatically without any user intervention after a fixed time interval. We can use timer for it..but i am unknown to its usage.


Please suggest.

Thanks

fallguyjg
8th September 2011, 17:56
1. if unix, put session in a baan job and schedule with crontab.

2. if windows, then also put session in a baan job, make a .bat file like this:

# BW100A Baan Batch Job
"C:\Program Files\Baan\Baan IV\bin\bw.exe" "C:\Program Files\Baan\Baan IV\lib\user\bwn100.bwc" -- -set BSH_JOB="BW100A" ttaad5203m000

and schedule in windows.

fallguyjg

dhruv_x0
9th September 2011, 07:48
Thanks for ur quick response....i will try and update it.