staugner
21st February 2006, 17:59
I would like to set up several reports to run for various date ranges. The date ranges are constant, but the actual dates change from week to week. I am using pdat.f >= date()+28 and pdat.t <= date()+56, for example. They run fine when run individually, but will not run as batch jobs. There are no error messages in the history file.

Can anyone tell me how to resolve this?

Thank you

staugner

bdittmar
22nd February 2006, 18:08
I would like to set up several reports to run for various date ranges. The date ranges are constant, but the actual dates change from week to week. I am using pdat.f >= date()+28 and pdat.t <= date()+56, for example. They run fine when run individually, but will not run as batch jobs. There are no error messages in the history file.

Can anyone tell me how to resolve this?

Thank you

staugner

Hello,

are you using the BaaN Job Scheduler ?
If you use'em, you have to consider the difference between system and inputdate (e.g. date()+28).

Regards

staugner
22nd February 2006, 18:11
Hi Bernd,

Yes, I am using Tools/Make Job in Baan and when asked about the date difference, I answered, "yes."