Default password
The ITP Admin (itpadmin) user account has a default built-in password, which is www.aia-itp.com. For security reasons, KCM Repository forces you to change this password when you first log in as KCM Admin.
If the password to the KCM Admin account is lost, you can use another user account with administrative rights to reset the KCM Admin password.
If no user account is configured with administrative rights, you can use KCM Repository to regenerate the default password. To do so, you need access to the KCM Repository database and a tool to execute SQL commands against that database, as shown below.
- Execute the following SQL statement. Place the statement on a new line.
DELETE FROM T1200 WHERE C1201=1The statement removes the KCM Admin account.
- Locate the itprep.ini file for the KCM instance, which is located in <deploy root>\KCM\Work\<version>\Instance_<num>\designer\Config. Keep a note of this file path.
-
In the <deploy root>\KCM\Programs\<version>\ITPMDKRepositoryServer folder, locate cvc.exe.
-
Restart KCM Repository Server.
- Within 10 seconds after starting the server, run
cvc.exe , providing the file path you obtained at step 2 as a parameter:
cvc /cfg=<path>This command regenerates the KCM Admin account.
-
Once cvc.exe is finished, start KCM Designer for Windows, and then log in as KCM Admin with the default password.
You are prompted to change the password.