Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Running Talend SAP RFC Server with systemd (deprecated)

Availability-noteDeprecated
Start, stop, and monitor the status of the Talend SAP RFC Server service using systemd.

Procedure

  • Start the service using the following command:
    sudo systemctl start talend-sap-rfc-serv
  • Stop the service using the following command:
    sudo systemctl stop talend-sap-rfc-serv
  • Check the status of the service using the following command:
    sudo systemctl status talend-sap-rfc-serv
  • Check logging information using the journalctl command.
    For example:
    • To list service journal entries:
      sudo journalctl --unit talend-sap-rfc-serv
    • To list service journal entries after a specific date:
      sudo journalctl --unit talend-sap-rfc-serv --since "2018-08-17 13:15:17"

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 – please let us know!