When upgrading a clients environment to IBM Cognos TM1 10.1 I noticed a bunch of older TM1 Services. A quick google reveals that you can remove services by using the following command line:
- sc delete “Service Name”
Note: If you have a TM1 Service setup as: “TM1 Server x64 / Production Server” you will use the following command
- sc delete “Production Server”
Is it about time you cleaned up the NT Services on your adminhost?