Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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