Hi,
I'm trying to run a workspace in FME Server. It has a few different KML writers, each one with a "Filename (output)" parameter for the output file. It works fine in FME Desktop, but when I run it in FME Server with the same parameters (Manage Schedules -> Enter parameters -> Trigger), I get some errors (I'm replacing the actual path elements with "blah" to avoid any problems with the client's security policies):
KML: The file `\\\\blah\\blah\\blah\\' has an invalid or unsupported extension `'
KML: Parent folder `\\\\blah\\blah\\blah\\' does not exist.
KML: Cannot write to dataset `\\\\blah\\blah\\blah\\blah blah.kml'
KML: Error initializing writer
OGCKML writer: A fatal error has occurred. Check the logfile above for details
The first message seems strange, as it doesn't state the actual file name, but only the path (is it a bug?). The second says the folder does not exist, but it does.
I've tried entering the following:
- Remove spaces: \\\\blah\\blah\\blah\\blah_blah.kml
- Double-backslashes: \\\\\\\\blah\\\\blah\\\\blah\\\\blah blah.kml
- Slashes: //blah/blah/blah/blah blah.kml
- Double-double-quotes: ""\\\\blah\\blah\\blah\\blah blah.kml""
None of those worked. Is there a rule I'm missing here? I believe I've read the relevant sections in the documentation.
Any suggestions are appreciated.
Thank you,
Vini