Launching Talend Studio and logging in to it via Talend Cloud - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29

If you have installed the 8.0 R2022-09 Talend Studio monthly update or a later one provided by Talend and if you are working with Talend Cloud, you can launch Talend Studio and log in to it via Talend Cloud.

Note: Logging in to Talend Studio via Talend Cloud is currently unsupported for Linux on ARM64.

Before you begin

  • You must have the predefined Integration Developer role to fetch the license from Talend Management Console.

  • To avoid selecting your region manually when connecting to Talend Cloud, you can set the default region for Talend Cloud by adding the -Dtalend.tmc.datacenter=<region> parameter in the corresponding .ini file under the Talend Studio installation directory according to your operating system. <region> is the abbreviation of the region, which can be found in the Talend Cloud URL. For example, ap for the Asia Pacific region, and us-west for the United States — West region. For more information, see Talend Cloud regions and URLs.

Procedure

  1. Go to the Talend Studio installation directory.
    The Talend Studio installation directory contains binaries for several platforms including Windows, Linux, and MacOS.
  2. If you are not working on Rocky Linux 8.5, double-click the executable file corresponding to your operating system.
    Operating systems and their corresponding executable files
    Operating system Executable file

    Windows

    Talend-Studio-win-x86_64.exe

    Linux on x86

    Talend-Studio-linux-gtk-x86_64

    MacOS on x86

    Talend-Studio-macosx-cocoa.app

    MacOS on ARM

    Talend-Studio-macosx-cocoa-aarch64.app

    Note that if you work on MacOS and install Talend Studio manually using the zip archive file, you might get one of the following two messages as shown in below screenshots when trying to launch Talend Studio for the first time. To fix the issue, you can open the terminal, go to the directory above the Talend Studio top directory, execute the command xattr -d com.apple.quarantine <Talend-Studio>/*, where <Talend-Studio> is the root folder name of Talend Studio, and then relaunch your Talend Studio.

    Talend Studio error messages upon startup
  3. If you are working on Rocky Linux 8.5, do the following:
    1. Create a start.sh file under the Talend Studio installation directory and edit it by adding the following content corresponding to the processor of your PC, where <Talend-Studio-executable-file-name> is the Talend Studio executable file name.
      #!/bin/sh
      export GDK_BACKEND=x11
      ./<Talend-Studio-executable-file-name>
    2. Open the terminal.
    3. Run the chmod +x start.sh command.
    4. Run the ./start.sh command.
  4. If you launch Talend Studio for the first time, in the User License Agreement dialog box that opens, read and accept the terms of the end user license agreement.
  5. In the dialog box that opens, click Edit settings and in the Preferences dialog box that opens, switch to another workspace and configure the network settings if needed.
  6. Click Log in with Talend Cloud .
    Talend Cloud login wizard in Talend Studio

    You are redirected to the Talend Cloud login page.

  7. From the Talend Cloud login page, log in to Talend Cloud either with SSO or in the regular way according to your needs, and in the pop-up dialog box, click Open Talend_Sign_On_Tool.

    For more information about logging in to Talend Cloud, see Logging in to Talend Management Console.

    Talend Cloud SSO login wizard from Talend Studio
  8. Switch to your Talend Studio instance.

    If an Authentication dialog box for logging in to the update repositories pops up, enter your user name and password for the update repositories and click OK. For more information, see Basic authentication for update repositories in Talend Studio.

    If needed, click Switch sign in to go back to where you can choose the login mode, or click and in the dialog box that opens, switch to another workspace.

  9. Select the branch and the project you want to work on and click Open.

Results

You can now start working with your project and items.

If you want to use those features that are not shipped with Talend Studio by default, you need to install them using the Feature Manager wizard. For more information, see Managing features in Talend Studio.

Talend Studio requires specific third-party Java libraries or database drivers (.jar files) to be able to connect to sources and targets. These libraries or drivers, known as external modules, are required by some Talend components and/or connection wizards. Due to license restrictions, Talend may not be able to ship certain external modules within Talend Studio. For more information, see Installing external modules.