Sample pbvcon batch file
The support web site at http://support.actuate.com contains more sample batch files. For assistance with batch scripting using pbvcon, contact Performance Management Customer Support.
REM ****************************************************
REM **                                                **
REM **  Batch File for Run Alert                      **
REM **                                                **
REM ****************************************************
@ ECHO OFF
REM Log the date on which this alert occurred
Date /t >pbvalert.log
REM Log the time on which this alert occurred
time /t >pbvalert.log
REM Run the Alert for missing data
"C:\Program Files\Actuate\iHub3\modules\Metrics Management
\pbvcon.exe" RUN_ALERT MyServer "Server Sample" Administrator Password "Missing Data"
exit