0

scheduler gives unexpected result

Hi all,

I am stuck with a problem in scheduler. I use scheduler quite often, but this time it won't run as I expect.
I am trying to get a dynamic list of projects to run a cost-report, and have made a report "Summary projectkosten.xslx" tot generate the report itself.
To run the report for all projects with recent costs only, I made a report "Nightly-built-batch.xlsx" that is triggered by the scheduler; below is the code in this file.
"C:\Program Files (x86)\JetReports\Autopilot.exe" /M "Update" /I "O:\FC\JetReports AutoPilot\Summary projectkosten.xlsx /O "O:\FC\JetReports AutoPilot\output\Projectkosten 18924.694 (%YEAR%%MONTH%%DAY%_%HOUR%%MINUTE%).xlsx" /E /B /U /p "projectnr" "18924.694" 18924.694 The last entry (18924.694) is the result of the function =NL("Rows";"Job";"No.";"Input Hours Total Cost";"<>0";"Global Dimension 2 Code";"JIP|MARKT") that gives me all relevant projects.
In Scheduler itself another Output path is specified as this is mandatory. This path is "\\MARIN.LOCAL\Department\FC\JetReports AutoPilot\Output\nightly-built-report.xlsx".
What happens is that when I run the scheduler, the "nightly-built-batch.xlsx" is executed, and it is then saved expanded with all projects that I wanted using the filename as in the previous line. The report "Summary projectkosten.xlsx" is NOT started.
I compared it with other scheduled reports that run without problems, and cannot find any difference.
Am I doing something wrong here, am I overlooking something? Help is greatly appreciated……

Kind regards,

Willem@Marin

3 comments

Please sign in to leave a comment.