When I submit dcr file and the attached file name = 2_ 50.pdf, work flow return Error : Unable to establish connection server. Why?The attached file name have a space. (2_%2050.pdf)
2. This is a custom workflow.3. TS vesion = 6.5.0 and OS = Windows server 2003.
If it is a custom workflow - it probably has custom code (either in the WFT or externaltask or cgitask scripts) - that code needs to be checked for any place where a space (evil) character might exist within the contents of a string that isn't being properly quoted before being passed on the command line to some CLT.