I have been trying to get the Scheduler working and I am having some problems getting the emailing and stripping switches to work. I currently using a Scheduler Sheet with the command line values set to a Named Range.
The switches used in this area are "autopilot.exe /m values /i file /o file /s /e email /p name value" and I set the values for SMTP in the Application Settings.
From the command line I run autopilot.exe /i folder /o folder /x range.
This generates the reports fine but they are not emailed out. If I try to add in /r to the excel workbook as another column the generation does not occur at all.
I have tried so many permutations I am not sure how to progress from here.
Date
Votes
1 comment
-
Jet Reports Historic Posts Hello,
I would suggest that you add logging to the command line in your batch range, the resulting log file may give you an indication as to why the reports are not emailing. You may be familiar, but this can be done by appending something similar to the following:/L "C:\Log.txt"
One thing to keep in mind is that '/P' must always be the last thing on the command line. That is important in order to get the logging to work, and may also explain why the '/R' is not working for you either.
Best Regards,
Please sign in to leave a comment.