|
Output Control
The following keywords can also be entered in a
cViewBATCH command line.
- printer=printername
Will redirect the output to the printer name you have specified.
- email=name@domain.com
Will redirect the output to an email address. You may invoke a list
file with angle brackets or enter multiple addresses separated by semi
colons (;)
- disk=c:\this folder\myuname.pdf
Will direct the report output to a disk file
- format=Acrobat File
Will control the report output format. This is only relevent if you
have also specified a email or disk destination. The format must
also be a valid format from the following list:
- Crystal Report
- Excel Worksheet
- Rich Text
- CSV File
- HTML Document
- DHTML Document
- Acrobat File
- MS Word Doc
- Text File
The printer name, email address, disk file and format
may contain spaces, and are not case sensitive.
Log File Processing
- cViewBATCH will create a log file of the task as it
processes. By default it will be in cViewBATCH.log or if you are
using a command file, that file name with a .log extension. You
can select a specific output file name with
log=c:\myfolder\logs\this.log
- You can also add description and comment
information into the log file with
comment=a comment to add into the log file
- cViewBATCH will also create a log entry to be
processed in the cViewMANAGER and cViewSERVER log file. This
remote log entry will be processed by the schedule.
SMTP Processing
If you are running cViewBATCH without our report
scheduler, and you want to email reports you will need to specify the SMTP
server and sender email address. These are specified with.
mailsever=email server name mailfrom=senders
email address
Parameter Processing
- Parameter values can be loaded into the report with
the format:
{?parameter}=value
- You cannot currently enter multiple values or range
parameters.
Command Line Summary
A full list of the command line options are as
follows. The first entry must be the report or scheduleid value.
The other parameters can be entered in any order.
Installation
- cViewBATCH is supplied as complete setup script.
There are separate versions for Crystal Reports version 8, 9 and 10.
You require a license file to remove the trial period limitation.
- Do not install in the cViewMANAGER or cViewSERVER
program folders as the license files are different for each product.
- It may be installed with an existing cViewMANAGER or
cViewSERVER installation. If both report schedulers are installed,
cViewBATCH will use the cViewSERVER for its report schedule database.
|