Solution ID:
Product:
Published:
Solution:
Please do the following:
1.
Open a command DOS console and run the following:
'osql -E'
2.
Replace the 'TMCMADMIN' value to the right user and then run the following commands in OSLQ:
USE DB_CONTROLMANAGER
GO
UPDATE tb_UserInfo
SET Password = '96e79218965eb72c92a549dd5a330112'
WHERE UserGuid IN
(SELECT GUID
FROM tb_Account
WHERE ID ='TMCMADMIN')
You should be able to see "1 row(s) affected".
3.
Restart the TMCM services.
4.
Log on to the to the TMCM console.
The new password should be "111111".