simona
23rd March 2010, 17:26
Hello,
I have a problem executing a job -JobDeamon service being started:
I made an periodical job to be executed from 15 to 15 minutes. I added the session for this job and I put the status In queue. And I loged out of Baan.
The job was executed only first time after I loged out... when I loged in in Baan again, my job has the status Free... so the job couldn't be activated by JobDeamon.
Why?
What I should do for my job to be executed from 15 to 15 minutes?

Thank you in advance.
Simona

bdittmar
23rd March 2010, 19:02
Hello,
I have a problem executing a job -JobDeamon service being started:
I made an periodical job to be executed from 15 to 15 minutes. I added the session for this job and I put the status In queue. And I loged out of Baan.
The job was executed only first time after I loged out... when I loged in in Baan again, my job has the status Free... so the job couldn't be activated by JobDeamon.
Why?
What I should do for my job to be executed from 15 to 15 minutes?

Thank you in advance.
Simona

Use CRON !

Sorry, your profile says WIN ?

Regards

jclju1
23rd March 2010, 19:04
Windows Task Scheduler.

Hitesh Shah
23rd March 2010, 19:19
Hello,
What I should do for my job to be executed from 15 to 15 minutes?

Thank you in advance.
Simona

There is boolean 'wait after job completion' which needs to be set to true (or yes) so that job gets activated every 15 mins.

simona
24th March 2010, 12:33
You are right. Should be checked Suspend Job Until Next Execution in Job Data.
Thank you :)