I've just upgraded from 7.1.9 to 7.2.0 and noticed most of my task have failed that uses the Task Rename.
I get exception
Exception in Task: startIndex cannot be larger than length of string.
Parameter name: startIndex
When trying to rename file comdty_namr.rpx.gz.enc
uses new name mask *_{DATEFORMAT(yyyy_MM_dd_HH_mm_ss)}.*
This is very issue to reproduce.
1. Create job and add task File Rename.
2. Make sure the file to rename is called comdty_namr.rpx.gz.enc
3. Make sure the new name task is *_{DATEFORMAT(yyyy_MM_dd_HH_mm_ss)}.*
4. Create a file and called it comdty_namr.rpx.gz.enc and put it into the source folder.
5. Run task and you will get the error
Exception in Task: startIndex cannot be larger than length of string.
Parameter name: startIndex
If you run the same test in 7.1.9 you will see it works.
I've downgraded to 7.1.9 until this issue is resolved.
Edited by user
2014-09-09T08:30:46Z
|
Reason: Not specified