Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


ChrisC
2013-08-12T09:39:14Z
I have issue an email notification on a ftp upload job that emails when the job is complete.

The job is using a file trigger with a file mask of VAALTX*.csv to monitor a folder and then a file arrives it uploads it to a ftp site.
Email on completion and I’m using {TRIGGER(Active|LastTrigger|File.Result.Name)} to display the file name in the email

The problem is that in the email it just display VAALTX.csv and not the whole file name for example VAALTX123D.csv

I’ve tested in job on another server with the same version and it works fine.
VisualCron Version : 6.2.2
Sponsor
Forum information
ChrisC
2013-08-12T10:12:10Z
Okay thought about this a bit more.
change the problem notification to use {TASK(Active,Result.UploadedFilesNames)}

on the test job {TASK(Active,Result.UploadedFilesNames)} and {TRIGGER(Active|LastTrigger|File.Result.Name)} produce the same result, only one file is loaded to the folder, so that works okay.

I'll update this post when the live data is uploaded to the server that was having the issue.
Support
2013-08-12T10:39:21Z
Please update us later. Sounds strange the the exact name is not in {TRIGGER(Active|LastTrigger|File.Result.Name)}
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ChrisC
2013-08-13T08:09:31Z
All fixed
Using {TASK(Active,Result.UploadedFilesNames)} on live added the full file name to the body of the email.

Scroll to Top