Good morning
Installed 7.6.0 on my test server, and have found that jobs which use a file trigger fail to populate the trigger variables. One such job returns the following error when run in 7.6.0 yet worked file in 7.5.1 (see below). When reviewing the variables in the variable panel for the active job after it has run/failed, the value preview reports that "no Trigger specified (perhaps Job is not created yet?)".
I went ahead and created a new file trigger in a new job and it exhibits the same issue.
Exception in Task: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength)
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption, Boolean checkHost)
at System.IO.Directory.InternalGetFiles(String path, String searchPattern, SearchOption searchOption)
at VisualCronService.SearchAPI.GBOJMALLCMLMLNHFKFPIIPCCIDNIICBOHHBM(FileFilterClass , VariableReplacerClass ) in C:\sourcefiles\code\VisualCronService\Jobs\FileFilter\SearchAPI.vb:line 211
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.DKAFLEHHMFAPJOFJIFLJPAIDDJIEENMANICP.POMGLMOALKCPPIBJEOFCDCDGENCDADIHOMKJ(TaskCopyFileItemClass ) in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\File\clsProcessTaskCopyFiles.vb:line 106
Regards,
Chris
Edited by moderator
2015-02-17T17:15:06Z
|
Reason: Not specified