I would like to tu use the DateTime varible in a filename used in the "Save Results to File" under notifications. Can you give an example on how to use that varible or simliar varibles.
Hi,
You can use the following variables in the filename:
${DateTime}${Date}${LongDate}${MediumDate}etc.
Your file name will look like this per example: Job-${Date}-A-${LongDate}-B-${MediumDate}.txt
and will create a file with the following name: Job-10-1-2008-A-Wednesday, October 01, 2008-B-01-Oct-08.txtIf you need more variable, you should have a look at admin guide page 121 in the "Configuration Archive Variables" section, I did not test all of them.www.solarwinds.com/.../orionNCMAdministratorGuide.pdfCheers
Yann
thank you very much, it worked like charm.