tableau / TabMon

A Tableau Server performance monitoring service
https://tableau.github.io/TabMon/
MIT License
108 stars 50 forks source link

unable to stop Tabmon #231

Closed nikhilakommireddy closed 5 years ago

nikhilakommireddy commented 5 years ago

I installed and configured TabMon along with Postgres. Intially I set the but want to change it to "DB". As per teh suggestion in one of your ports, i tried stopping teh Tabmon First but that doesnt seem to happen. Nothing is logged in the logs as well. Even after executing "Stop Tabmon" witha mdin rights Tabmon is still running in servcies.msc. Please suggest how to proceed. TabMon.log.txt

danjrahm commented 5 years ago

Hello @nikhilakommireddy,

This sounds a bit like a permissions issue. I think the best way to stop it would be using the command prompt. To do this, do the following:

  1. Start the command prompt as an administrator.
  2. Run the kill command below: sc stop tabmon

Once this is done, the service should be stopped.

Let me know how this works. -Dan

nikhilakommireddy commented 5 years ago

Thanks Dan. I will give it a try😊

nikhilakommireddy commented 5 years ago

Thanks Dan. This worked. I am also now able to connect to Tabmon DB to view the default workbook.

danjrahm commented 5 years ago

Hey @nikhilakommireddy,

I'm glad you got everything working. Let me know if you have any other questions.

Thanks, Dan