Problem: You open BMIDE and select your workspace and then BMIDE ist hanging, stocking, no loading window appears.
After a long while BMIDE starts, but you are not able to do a Hot Deploy.


Reason: TC cannot correctly start TCCS.

Solution:  Take a look at you “starttccs.bat”  e.g.: C:\plm\tc11x\tccs\starttccs.bat

after “echo Starting TCCS” there are 2 paths. One for Java and one for a Temp Folder.
If they doesn’t exist, tccs cannot start properly. This can happen after cleanup old log files
and deleting also the folder.

Create this folder or edit the script like this:

if not exist "C:\plm\temp\Teamcenter" mkdir "C:\plm\temp\Teamcenter"