Skip to main content

Hello everyone.

 

We are experiencing some difficulties while running the workbench on the FME server. It had been working fine for a few years, but we are now experiencing these issues on a regular basis...

 

FME ErrorIs it due to a memory problem? When I checked the server memory, I found that a maximum of 40% was occupied by RAM and 4% by CPU.

 

What constitutes a problem and how to resolve it?

 

Sometimes resubmitting the job in FME Server or restarting the FME server and running the job will produce positive results, but not always...

Hi @chandramohanv​,

Please replace the DuplicateRemovers in your workspace with DuplicateFilter transformers. The DuplicateFilter replaced the DuplicateRemover a few years ago, and does not use TCL, so will give you better performance and memory usage.


Reply