I'm using file copy writer to copy gdb from source location to destination. I'm using file copy writer for this. One of the parameters in this writer is Error on invalid destination which I have set it to NO. So, this means that, if there is no valid destination location found, FME should proceed further without terminating the translation (This is according to the documentation). But, this doesn't happen.
Â
So, how can I handle the error and proceed further with the translation without terminating it.
Â
Could anyone provide some suggestion on this?