Starting or stopping a Talend SAP RFC Server - 7.3

Talend Installation Guide

Version
7.3
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 DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

You can manually start or stop a Talend SAP RFC Server by running the scripts or batch files in the bin directory.

Procedure

  1. Check to see if the process is running by checking the Task Manager.
  2. Open a terminal instance.
  3. Open the command prompt.
  4. Enter and execute the following commands (where $TSAPS_HOME corresponds to the directory where the Talend SAP RFC Server has been installed or extracted).
    • Run the following commands to start the Talend SAP RFC Server.

      cd $TSAPS_HOME\bin
      start-tsaps.bat
    • Run the following commands to stop the Talend SAP RFC Server.

      cd $TSAPS_HOME\bin
      stop-tsaps.bat