The inputs on the Timer module are not being specified correctly. For the Minutes parameter, always make sure this is set in the range of 0 to 59. So for 7:00, it would be 0, and 7:05 it would be 5, etc. Think of it as if you are spcifying the actual minute to run on (e.g., 5th minute, not 05).
Note these other options for the Minutes input:
* will specify all minutes (the DataFlow will run every minute of the hour(s) specified, e.g., 60 times
comma separated values: if you want it to run at 7:00,7:15 and 7:30, you would specify 0,15,30
Comments
The inputs on the Timer module are not being specified correctly. For the Minutes parameter, always make sure this is set in the range of 0 to 59. So for 7:00, it would be 0, and 7:05 it would be 5, etc. Think of it as if you are spcifying the actual minute to run on (e.g., 5th minute, not 05).
Note these other options for the Minutes input:
Just a quick confirmation that if I want to run a file load quarterly on the 4th of the month this is the proper way to designate the months?
The above needs two fixes: