Question

DateTimeConverter does not work when run on Server

  • 13 August 2019
  • 4 replies
  • 2 views

Badge

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> [ENCODED]

Edit:

Just fyi, may have something to do with it: The DateTimeConverter is followed by a matcher.

 

Any help would be appreciated!

Thanks.


4 replies

Badge +8

Just wondering, are the versions of Deskop and Server the same?

Badge

Desktop: 2019.1.0.0 (20190710 - Build 19608)

Server: FME Server 2019.0.2 (Build 19260)

Badge

Updating FME Server & Desktop has solved this issue. Kudos to @gisinnovationsb for the hint! Server version: 2019.1.1 (Build 19617). Desktop version: 2019.1.1.0 (20190801 - Build 19617).

Badge +8

Updating FME Server & Desktop has solved this issue. Kudos to @gisinnovationsb for the hint! Server version: 2019.1.1 (Build 19617). Desktop version: 2019.1.1.0 (20190801 - Build 19617).

Glad it worked for you.

Reply