An Altiris Administrator reported the following scenario:
ITMS 8.x
After capturing a profile trace, it was found that the actual size for the csv file was too big. The actual email for this automation policy is sent but due to the size of csv file, the email server (SMTP server may have some sort of attachment size allowances) is not sending it to the proper destination.
In this particular instance, we didn't see any errors in NS logs or Profiler during our process of sending the Automation Policy and its content. The email that was sent seems to be fine, the size was 155.656.660 bytes.
Log entries with email details, including total size have been added to the ITMS 8.6 RU2 release. There is also a new Core Setting that can be used to enable this extra log information:
How to enable this setting:
Sample messages in NS log:
Sending email ('A report has been generated by an automation policy' ([email protected])): prepared, size=7.55 MB, attachments=2, via=192.168.xx.xx:xx, timeout=100000, [email protected], elapsed time=00:00:01.4737987
Sending email ('TEST AUTOMATION POLICY FROM ITMS(BIG DATA)' ([email protected])): prepared, size=5.35 MB, attachments=1, via=192.168.xx.xx:xx, timeout=100000, from=""[email protected]"" <[email protected]>, elapsed time=00:00:00.5819999","MailStdScripting","AtrsHost.exe","102","Verbose"
Note: If there is a need to send such a large file, please refer to KB article How to send attachment in the Automation Policy e-mail? in order to send the file as a Zip file instead. Hopefully, that will reduce the file size and be under the email server file size allowed attachments size.