I am new to Celonis. I am trying to update the SAP extractor in a unix and to begin with i don't have clarity on what commands to use to stop and start the extractor in unix/linux. i see some batch file but they are more for windows and online not much detail are provided. Please help
Page 1 / 1
Hello,
That link may be helpful: https://docs.celonis.com/en/how-do-i-update-the-rfc-module-and-the-extractor-.html
Additional:
https://docs.celonis.com/en/how-do-i-set-up-my-sap-data-connection-.html
If extractor is running as a service:
sudo systemctl start celonis_extractor.service (starts the service)
sudo systemctl enable celonis_extractor.service (registers the service so that it is started on boot
sudo systemctl stop celonis_extractor.service (stops the service)
if the name of the service is different by any reason, list all working services and use GREP to find the ones with "Celonis" in the name.
Best Regards,
Mateusz Dudek
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.