When running my workbench locally, there are no issues/errors. However, when I publish to the server and the workbench gets triggered by an automation, I get the following error in my log:
The clause 'TEST @Value(fme_rejection_code) != FEATURE_TABLE_SHIM_SUPPORT Yes' within 'FACTORY_DEF * TestFactory FACTORY_NAME Date_Converter_Rejector INPUT FEATURE_TYPE ___TOREJECTOR___ TEST @Value(fme_rejection_code) != FEATURE_TABLE_SHIM_SUPPORT Yes OUTPUT FAILED FEATURE_TYPE Date_Converter_OUTPUT @RenameAttributes(FME_STRICT,fme_rejection_code,___fme_rejection_code___)' is incorrect. TEST must look like: TEST <value> <operator> <value> lENCODED]
Edit:
Just fyi, may have something to do with it: The DateTimeConverter is followed by a matcher.
Any help would be appreciated!
Thanks.