Dear All,
My admin account is locked, How do I unlock the administrator account ?
User Name: Administrator
Security Role - Site
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
I have run this script, but account Administrator was still locked, so I am forced to reinstall connect
After reinstallation Administration account is still locked !!!!!
The script has been confirmed to work correctly, repeatedly.
Please refer to https://admhelp.microfocus.com/connect/en/latest/Online/Content/Topics/batch-utilities.htm on how to utilize the utility scripts, including mfcResetPassword.
The password is located in the MFC Connect database.
If you keep the DB from a previous install, a re-installation will not change anything.
And a reinstall is not the correct method to resolve a locked password in an existing DB, anyway.
The correct way is to use the batch script or to contact support.
i recommend opening a support case and gettig help resolving this
In the mentioned bat file was a issue in finding a path
"%JRE_PATH%\java.exe" -jar "%UTILITIES_PATH%\mfcMaintenance.jar" -resetuser "%CONNECT_USER%" -d "%DATA_PATH%"
I replaced path directly
"D:\Program Files\Micro Focus\Connect\jre\bin\java.exe" -jar "D:\Program Files\Micro Focus\Connect\Utilities\mfcMaintenance.jar" -resetuser "Administrator" -d "D:\Program Files\Micro Focus\Connect\AppData\data"
So, now I have reset the password ;) ;) ;)