lifalin2016 wrote:
Yet another question is relevant:
Will FME Server update itself by itself when running ?
I.e. outside of being upgraded manually with a downloaded installer.
This is the only way such a change could be implemented imho, but I’ve never seen that any such measures have been documented or mentioned anywhere.
Cheers
No, FME Server wont update itself.
When creating an FME Server App the process is smart enough to detect a web connection, i.e., the created token should already have access to the required web connections.
My assumption on what happened is one of two things. Both of which I think probably shouldn’t make a difference.
1. Either the web connections somehow changed or maybe ownership changed - in my view this shouldn’t effect the tokens permission to access it, perhaps a new connection got published with the same names?.
2. The user(s) trying to run the App already had/have an active FME Server session which didn’t have the required access. Again, the token used when running the app should always be the one configured, however, I could see the case where the active session somehow take precedent.
Another thing which perhaps could have happened:
The connection from within the workspaces got modified to a new connection, this new connection got published, however, the token was never granted access to the newly created connection.
There are some troubleshooting steps here:
https://support.safe.com/hc/en-us/articles/25407619843981-FME-Server-Connections-Runtime-Error-Unauthorized-request-by-user-due-to-lack-of-proper-permissions
Next time it happens you should try and figure out which connection is being used and see it the token already/still has permission to it.