nelson ostos
2nd May 2002, 01:25
I have many sessions in Baan working in the Jobs Management but I need 1 license for each user company.
There any may to run the job from the unix crontab file?

ulrich.fuchs
2nd May 2002, 09:27
Hi Nelson,

if you have multiple companies, why don't you share the job tables? This is possible. Then you need just one license for all companies.

Uli

victor_cleto
2nd May 2002, 10:08
Check first the quick guide in the thread http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1645&highlight=job

Basically, you do:
- do not start/stop the Baan jobdaemon by commenting it's entries in $BSE/etc/rc.start and rc.stop
- create for each jobuser a $BSE/etc/rc.startjob.<jobuser> (based on rc.startjob) where you define/export a few variables (see the thread mentioned above)
- each job must be setup in Baan with status = Free
- Add your JOB entry in the jobuser crontab (not root!) by calling <full_BSE_path>/etc/rc.startjob.<jobuser> <JOBname> >/dev/null 2>&1