Once you restarted your machine or services, the Teamcenter Server Manager service cannot start.
There is a Windows Error Message: “Error 1053: The service did not respond to start or control request in a timly fashion.”
You deleted all Temp Files, restarted server again and the same issue!
Solution:
Did you change the tc_profilevars.bat file? Most problems are from there.
- Any type errors or something else weird. you have a backup or running server! Compare with this.
- Never write user based echo commands in this file. Winserver cannot start with echo replies.
- Check all “rem” comments. There have to be a space between (NO: “remHallo World” – YES: “rem Hello World”)
—