Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Alteryx service not stopping

srajapandian
8 - Asteroid

when we stop the Alteryx service, it doesn't stop and it takes forever, we had to restart the server to restart the service

 

Can any of you please help with the issue - or where can we check the log 

2 REPLIES 2
revathi
8 - Asteroid

If Alteryx Service is in "Stopping" status indefinitely, one can run below command in Command Prompt to kill the Service. 

 

Open Task Manager -> Services -> Note down AlteryxService PID (example 1234)

Open Command Prompt as an admin

Execute command: taskkill /F /PID 1234

 

Alteryx Service will be terminated with a message : "SUCCESS: The process with PID 1234 has been terminated"

 

srajapandian
8 - Asteroid

Worked. thanks