Skip to main content

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

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

https://docs.celonis.com/en/how-do-i-set-up-my-sap-data-connection-.html#UUID-f1fced47-933b-1ba8-7805-2841fbeab7e3_N1644347090295

 

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