Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Boof1977
Contributor
Contributor

TAC- RUN JOB AS OS USER

Hi

 

How can I run jobs from TAC with specific operation system user?

I saw that there is an option from TAC to do that , but it doesn't work.

 

Thanks

Labels (2)
2 Replies
Anonymous
Not applicable

The Run AS option allows to specify a Linux User.  This user must exist and must be able to read the files, execute a job from the archive folder on the jobserver and write logs to the logs folder in the jobserver folders..  The user under which your JobServer is started must be able to sudo to the Run As user.

Boof1977
Contributor
Contributor
Author

Hi

 

Thanks for your reply.

can your be more specific with the details.

I am getting this error when try to run a job after adding the os user to the file TalendJobServer.properties--->

org.talend.remote.jobserver.server.TalendJobServer.RUN_AS_WHITELIST=YosiS

 

Execution failed : org.talend.remote.commons.exception.ClientServerException: Remote server has encountered an error:

, messageType=SERVER_ERROR, idRequestResponsePair=null, message='Run as user' field in task is mandatory when 'run as' white list property (RUN_AS_WHITELIST) is set in the JobServer.

 

Thnks