Talend Administration Center Configuration

Posted on by By Nikhilesh, in Business Intelligence, ETL, Talend | 2

Talend Administration Center Configuration

Talend Administration Center is a Web-based administration application that allows Talend Studio project managers to administrate users and projects and manage access to the remote repository.

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Get your 30 Days Trail Version

If you want to refer to my previous post on Talend Enterprise Studio for DI installation using Installer then click here.

Configuring the web application access:

The recommended way to configure the connection to the database and to the shared repository (SVN) is through the Web interface of Talend Administration Center.

  1. Start the application server (Tomcat or JBoss), then open a Web browser and type in the following URL: http://localhost:8080/<ApplicationPath>.
  2. Replace <localhost> with the IP address or the hostname of the Web server if the Web browser IP is different from the machine you are on and<ApplicationPath> with the Talend Administration Center Web application path.

For example, http://localhost:8080/org.talend.administrator.

  1. When connecting for the first time, a dialog box is displayed, asking you the password to access the Database Configuration page:

 

Type in the default admin password.

  1. H2 database connection parameters display and some automatic checks are performed on driver, url, connection, version information.

Note:

The administration database (storing users, rights, etc.) being an H2 embedded database, its access information is automatically set. However, if you do not want to use the embedded H2 database, you can set up a database server (MySQL, MSSQL or Oracle) in which case, set the required parameters.

  1. Click Set new license.
  2. Browse your system to the License file you received from Talend and click Upload. A final License check is performed.
  3. Click Go to Login.
  4. On the Login page, type in the default connection login for your first access:
  5. Default login: admin@company.com,
  6. Default password: admin.
  7. Those credentials correspond to the default user of the Web application. You can create a new one via the Users menu in Talend Administration Center, and then delete the admin@company.com user after you are connected using the newly created user login.

Note:

If your Web access is restricted, you may need to click Validate your license manually to perform the validation of your license key. Follow the instructions on screen.

  1. Once the license is validated, the navigation bar of Talend Administration Center opens with all the pages accessible for the default administrator user account. For more information on which pages of Talend Administration Center an administrator user can access, see the Talend Administration Center User Guide.

You can now configure the link to the shared repository (SVN):

  1. Click Configuration to access the setting page of Talend Administration Center.
  2. Change the following parameters for the SVN module using the parameters you have set during the installation process of the SVN server.

– Server Location URL: your <repotis> SVN URL.

– Username: your <repotis> user.

– Password: your <repotis> SVN password.

The link to the SVN is now established, you can thus create a new project in order for the Talend clients to have at least one project in their workspace. To do so, you have to:

1. Create one or more users from the Users page;

2. Create a new, remote, collaborative project from the Projects page;

3. Associate the user(s) with the project from the Project authorizations page.

 

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Grab The 30 Days Free Trail

Accessing the Administration Center:

To access the Administration Center using the default Administrator account provided, do the following:

  1. In the address bar of your Internet browser, type in or paste the URL address corresponding to the location of Talend Administration Center.

For example, http://localhost:8080/org.talend.administrator

  1. Press Enter to display Talend Administration Center as shown in the below pic.

tac_login_page

Use below credentials to login into TAC.

Login: admin@company.com

Password: admin

 

Database Configuration page:

  1. When you access Talend Administration Center for the first time, the Database Configuration page appears. Type in the administrator password (by default, it is admin) and click OK.

database_confi

2.Upon validation of your password, Talend Administration Center runs a series of checks. If no license or an invalid license is found, you will be prompted to specify a license. Click the Set new license button.

db_config_validation

3.  Click Browse to browse to your license file and click Upload.

license_browse

4.  Upon validation of your license, Talend Administration Center runs a series of checks again, and displays the following options:

    • Set new license: allows you to set a new license by repeating the previous step.
    • Validate your license manually: allow you to validate the loaded license.

 Go to login page: allows to you to open the login page to log in to the Talend Administration Center.

  1. Click Go to login page and type in the login and password provided by Talend in the [Login] dialog box.

talend_admin_login

  1. Click the Login button.

Talend Administration Center opens up on a welcome page.

 

Accessing the Configuration page:

The Configuration page offers accurate details on application parameters and their related values including database connection. All these parameters are grouped by module. This helps understand and troubleshoot module-related problems.

To access the Configuration page, click Configuration in the Menu tree view. The figure below illustrates an example.

tac_config_window

The second column in the configuration tabular list indicates whether a parameter is correctly set up  or empty or wrong .

The same icons appear as well in front of the group titles. They indicate whether the corresponding module is up and running and well configured  or if it contains any wrong parameter or is simply down .

 

Configuring TAC parameters according to our system:

Setting up Audit parameters:

audit_params

Setting up command line parameters:

              cmdline_param

Setting up monitoring (AMC) parameters:

amc_config

Setting up Job Conductor parameters:

job_conducter_config

Setting up Log4j Parameters:

log4j_config

Setting up Software Update parameters:

Before configuring this section, we need to start the artifact repository service depends upon the system environment like whether it is 32 bit or 64 bit.

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Get your 30 Days Trail Version

Launching Archiva artifact repository:

For 32-bit Windows users:

  1. From a commandline window, browse to the bin directory of Artifact-Repository-Archiva-VA.B.C.

 

Ex: <Talend_installation_dir>/tac/Artifact-Repository-Archiva-V1.4.10.2/bin

 

  1. On 32-bit Windows, run the archiva.bat console command to run it interactively

For 64-bit Windows users:

Due to licensing constraints, The Archiva artifact repository distribution does not include Tanuki wrapper for 64 bit Java on Windows.

  1. Check that you are running 64-bit Java.
  2. Download 32-bit Java to a separate directory.
  3. Configure a batch file to set the JAVA_HOME variable to the 32-bit JDK,

Then run the archiva.bat console command from within the same batch file so that the JDK is pointing to the correct location.

After creating the new batch file add below parameters to it like below.

 

Archiva_32bit.bat file:

@echo off

set JAVA_HOME=E:\Program_Files\Java_32bit\jdk_1.7\bin\java

call archiva.bat console

This will provide a 32-Java environment just for the Archiva artifact repository, while the rest of your applications run safely in 64-bit mode.

 

Artifact Repository configuration

To configure Talend Software Update, open your Web browser and type in the URL to your instance of the Archiva artifact repository, http://localhost:8082/archiva for example, then proceed as follows:

  1. Log in with the following credentials:

Username: admin

Password: 1q2w3e4r

Once we have launched and configured the Software Update repository, go to the Configuration page of Talend Administration Center and fill in the following information in the Software Update group:

  • Repository URL: Type in the location URL to your software update repository, http://localhost:8082/archiva for example.
  • Admin username: Type in the name of the repository user with Manager role. By default, it is SoftwareUpdateAdmin.
  • Admin password: Type in the password of the repository user with Manager role. By default, it is SoftwareUpdateAdmin.
  • Reader username: Type in the name of the repository user with Observer role. By default, it is SoftwareUpdateReader.
  • Reader password: Type in the password of the repository user with Observer role. By default, it is SoftwareUpdateReader.

                    software_update_config

Setting up SVN parameters:

                    svn_config

Launching the Talend products for the first time:

We installed all the talend products via Talend Installer, so we are nothing to do as it has been unzipped in the Installer installation directory (called Talend by default) with its license file.

Below are the sub-folders available in the Talend installation directory and we can launch by starting their services.

— cmdline

— jobserver

— logserv

— studio

— tac

Launch studio with Remote connection:

Go to talend installation directory path <talend installation path>/studio and launch the appropriate executable file according to your system.

studio_svn

Go to connection section and click on the configuration button (…) to create/edit a connection from the drop down menu.

remote_connection_studio

Click on Ok and select the appropriate project from the svn repository to launch the studio.

Managing users:

Adding a user:

On the Users page, click Add to create a new account. You can create a Viewer, Designer, Operation Manager, Administrator or a user with several of these roles.

add_user

Managing projects:

Adding a project:

To add a project which is stored in SVN

  1. In the Menu tree-view, select Projects to open the project list page.
  2. From the toolbar, click Add. Mandatory fields in the Project panel to the right are followed by .

                         add_project

Managing project authorizations:

The Project Authorizations page in Talend Administration Center allows you to manage user authorizations. From this page, you can:

  • give a user the right to access one or more projects,
  • Specify if the access right is read-only or read-write.

 

Authorizing users:

To give a user the right to access one or more projects, do the following.

Note that the assigned users have to re-launch the Studio to take this authorization into account.

 

  1. In the Menu tree-view, select Project authorizations to display the authorization list.
  2. In the Project panel, select the project to which you want to assign a user.
  3. In the Right column of the User panel, give read or read and write permissions to a user by clicking the corresponding icons.

The Read and Read write icons show on the projects on which the user can work by default. If a user cannot work on a project, a prohibition icon indicates that you cannot give rights to this user: it depends on the Type that is defined during the user creation in the Users page.

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Claim Your 30 Days Free Trail

The number of users that have read access as well as the number of users that have read and write access to a project are updated in the corresponding columns of the Project panel.

project_authorize_page

 

 

Executing Jobs from Jobs Conductor:

In the Job Conductor page of Talend Administration Center, an execution task gathers the script generation, deployment and execution phases of data integration Jobs. You can launch this task, from this single web-based application, using a simple or a CRON trigger.

Working with Job execution tasks:

A Job execution task represents a set of actions that you can configure in Talend Administration Center in order to execute the Jobs designed in Talend Studio directly from the Administration Center. You can also define different types of triggers to launch an execution task.

To access the execution task list, do the following:

In the Menu tree view, click Job Conductor to display the list of scheduled tasks that will deploy and execute Jobs on a remote server.

                         job_conductor_execution

Adding an execution task

The Talend Administration Center allows you to add execution tasks on Jobs that are either based on the SVN repository, or pre-generated by the Studio as zip files. According to your needs, read one of the procedures below.

Note that once the task is added, you still can switch from one mode to the other.

Adding an execution task on a Job based on SVN repository

From the toolbar on the Job Conductor page, click Add task to clear the Execution task configuration panel.

execution_task

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Get your 30 Days Trail Version

Click on save button will create a execution task.

Once the execution task is created then we will able to deploy and execute the task from the same section by clicking on generate, deploy and run buttons accordingly.

 

Thanks,

Sayagoud Ravelly

logo

Best Open Source Business Intelligence Software Helical Insight is Here

logo

A Business Intelligence Framework

0 0 votes
Article Rating
Subscribe
Notify of
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Thanks for the great write up 🙂

One question. How can we upload a new license using api’s. Is the UI only way to upload the license?

Thanks,
Animesh

Hi Team,

I am using Talend data management platform or TAC for sechudling my jobs in server.

But i am unable to select my jobs developed in studio from the execution task, Instaed building the job and using in TAC.

Can some please suggest by what properties I can get my the option of selecting jobs from execution task.

Thanks in advance.

Pavan.