Hi everyone,
I'm running FME Server 2020.2.1 Build 20806 on a Linux Debian 10.6 host.
I need to run a workspace that writes to a sqlite database previously uploaded in the shared resource data directory, but the workspace fails complaining it can't write to a read-only database.
I discovered that when I upload a file in the shared resource data directory through the Web User Interface, the owner user:group of the file is root:root and not fmeserver:fmeserver as expected. After changing the ownership of the file (the sqlite database in this case) to fmeserver:fmeserver using the shell of the operating system, the workspace runs fine.
This is obviously a workaround which is not suitable for a production environment with several users. Can anyone help me solving this issue?
Thanks!