Hi,
"Shared FME Folders" is a great way to share setups between 32/64 bit instances, between versions, even between colleagues on a network drive if warranted.
It seems that there are much documentation on how to share database connections and coordinate systems using these "shared folders". And I even got the shared "Transformers" working.
But how do I add and share a Python based custom format using "shared folders" ? Apparently not by just copying the formats folder into "Formats" !
It seems that information about formats need to be stored all over the place, typically under "FME_HOME", which is of course not shared. I've seen format information stored in sub folders "formatsinfo" and "metafile", and the format functions themselves (py/pyc files) need to be in a 3rd place.
Are there any comprehensive documentation on how "shared folders" work ? And on whether it can fully accomodate custom formats without the need for storing files under "FME_HOME" ?
Cheers
Lars I.