Hi!
We are using FME Server 2022.1, I am currently dealing with a role-rights concept and have encountered a problem with owner transfer of automations.
I consider the following case:
User A has a classic Author role and publishes a FMW workspace on the server. An automation is set up for the published workspace, also by user A.
User A leaves the company and all items are transferred to a user B with identical rights. User A's account is deleted.
This works great for all items tested, just the automation. If you try to execute the automation transferred to user B (time-controlled or by manual trigger) the error message appears:
User "User A" does not have Run permissions for repository "XYZ"; the triggered job was skipped.
The automation seems to still know the original owner even after transferred ownership - The log also shows:
p...] --FME_SECURITY_USER "user A" --FME_SECURITY_ROLES "q"user:user A", "testrole", "fmeauthor"]" --FME_SERVER_RUNTIME_USER "user A" u...]
As I said, user A has already been deleted.
Do I have a mistake in thinking? Am I doing something wrong? Is it a bug in the software?
Thanks for any feedback!