|
2dS -> RE: Automated Reporting (8.May2009 8:58:32 AM)
|
Monkeyman, as far as I know NSM doesn’t have a mechanism to schedule reports but you can use the Scheduled Tasks from Windows to run the NSM reporter with some parameters at the desired time interval. What you need to do first is to create a reporter configuration file, which will hold the settings that will be used to generate the report. To do this you should run the reporter with the following parameters: nsmreprt.exe /record:<filename>, which will open the reporter and save the wizard's options in the specified file (<filename>). After you did this you can run the following command to create a new report based on the saved configuration: nsmreprt.exe /nodialogs /file:<filename>, where <filename> is the same file specified before.
|
|
|
|