Skip to main content

FME Server 2017.0

 

Does anyone have insight on what permissions are required for the FMEServerJobWaiter to work? I have tested with other admin level users and there are no issues using this transformer.

 

FMEServerJobWaiter(ServerFactory): <servername> - Waiting for job #384798 to start; polling every 10 second(s)...

FMEServerJobWaiter(ServerFactory): <servername> - Failed to wait for job #384798

FMEServerJobWaiter(ServerFactory): Reason - user '<username>' is not authorized to perform this action

HI @vn1,

The user must either be the one submitting the job or else they must have Jobs: Manage Security permissions to use the FMEServerJobWaiter.


HI @vn1,

The user must either be the one submitting the job or else they must have Jobs: Manage Security permissions to use the FMEServerJobWaiter.

Thanks @hollyatsafe for the quick response. The "Jobs: Manage Security " resolved the issue.


Reply