Installing the Components Catalog as a service on Windows - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
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 Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

Procedure

  1. Download the nssm service wrapper archive file from this website and extract it to the directory of your choice. It holds a service wrapper for Windows.
  2. At the root of the Components Catalog installation directory, put the nssm.exe file corresponding to your operating system.
  3. Open a CMD window in Administrator mode.
  4. Browse to the Components Catalog installation directory and execute the following command:
    nssm.exe install talend-tcomp-${product_version} start.bat
  5. Use the following command to define the location of the start.bat file:
    nssm.exe set talend-tcomp-${product_version} AppDirectory <path_to_start.bat>
  6. Use the following command to define Components Catalog's display name shown in service.msc:
    nssm.exe set talend-tcomp-${product_version} DisplayName Talend Components Catalog Service ${product_version}
  7. Use the following command to define Components Catalog's description:
    nssm.exe set talend-tcomp-${product_version} Description Talend Components Catalog Service ${product_version}