Skip to main content Skip to complementary content
Close announcements banner

Executing a Job on a server with SSL enabled using the CommandLine

About this task

Information noteWarning: This feature has been removed from Talend Administration Center 8.0 onwards. For more information, see Talend CommandLine API in Talend Studio User Guide.
Talend offers you the possibility to execute a Job on a server via the CommandLine with SSL enabled . SSL allows you to encrypt data prior to transmission.

For more information on how to generate a Job via the CommandLine, see Generating a Job created with a Job creation API using the CommandLine.

To launch a Job on a JobServer with SSL enabled:

Procedure

  1. Launch your CommandLine. For more information on how to launch the CommandLine, see Operating modes.
  2. Connect to your repository with the iniLocal or initRemote commands. For more information on how to use these commands, see the help provided in the CommandLine.
  3. Connect to your project with the logonProject command. For more information on how to use this command, see the help provided in the CommandLine.
  4. Type in the following command to launch a Job (named jobName) on the server named myServer:
    executeJobOnServer jobName --execution-server myServer --job-version 0.1 --job-context myJobContext -useSSL
    You can enter either -useSSL or -use-ssl-option as both commands result in enabling SSL.
    You also have the possibility to enable SSL on your JobServer on the Studio's side. For more information, see the Talend Studio User Guide.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!