Security Compliance
Change ARM basic configuration after the service account password change
This article will explain how you can change the basic configuration of the ARM server in case you have restarted the password of the ARM service account.
First published date
Last published date
Overview
Product section
Cause
The login error message can look like this:
Resolution
The lines that we are looking for are:
<credentials>
<domain>ARM</domain>
<user>arm</user>
<password>
</password>
<password2>AkFu9BiqGky3(3[(2E&/)2l1iTGDMoIg==</password2>
</credentials>
From these lines, please delete the values for the <domain> and for the <password2>.You cannot just change the password here because the password value is hashed.
After the change, save the file and restart the ARM service.
Once your ARM service is restarted, log in to the ARM with the ARM Configuration client.
ARM Configuration client will open a basic configuration this time, allowing you to set the account again.
Please follow this documentation to do so.
Once done, your ARM is configured again and ready for work.