Have you tied just leaving the path blank?
Is the package version the same on desktop and server?
Could be that the problem is with the filename to be uploaded rather than the root folder? have you tried using a non-root folder to upload to?
If your able to upload the same file to a non-root folder location then it seems like there is a bit of a bug?
He virtualcitymatt,
Thanks for your response. I've tried the path blank indeed. In desktop this works (the file is written to the document library ("root"). On FME server this doesn't work and gives the error message that I stated before. The same package versions are on FME desktop and FME server. When Path is filled after "/", on server and desktop it works. The file is written to this folder.
How to deal with a possible bug @safe and are there work-a-rounds possible?
@thomas89 Could you try putting in %2F instead of / ?
That's the URL encoded value for /
He @jlutherthomas
Thanks for your response. Unfortunately, the %2F method gave this error message in the FME Server log: FME_rejector_message 'None Type' Object has no attribute 'strip' . Are there maybe other URL encoded values or an other solution that can be a work-a-round?
@jlutherthomas We have just noticed this issue too, on a workflow that had previously been able to write to root without issue (Desktop + Server). Version 1.1.2, just upgraded to 1.1.3 and the behavior persists