Folks,
As I become more familiar with FME my questions are getting a little more esoteric.
I have one workspace that I've been developing for sometime. Weeks for the purposes of scale.
I rarely close my sessions or even shutdown my PC. That's a general rule rather than anything specific to FME.
One AttributeManager with a conditional rule that was changing field values from upper case to proper case just stopped working. A later process that was using this proper case value consequently stopped working. Bear in mind the processing continued just getting the unmodified values.
I wrapped one of the values being matched with quotes eg If owner = "XCON", and ran the workspace. This didn't work but other conditions in the same field did work. I switched it back to the original syntax If owner = XCON and ran it again and it all just started working again.
I've used apps where a periodic restart\\reopen seems to flush any lingering threads and all seems to run cleanly again.
Am I experiencing some transient flakiness or is it some other known issue?