The issue seems to happen when there is no record in Windows Credentials (Control Panel -> User Accounts -> Credential Manager) for EnterpriseReporter_IvKey which is typically created in new installations.
解决办法
Reset passwords (for all credentials) by doing the following:
1. Close Configuration Manager. 2. Stop ER server service. 3. Login to the SQL Server that hosts ER db using SQL Server Management Studio (SSMS) and run the following SQL command against ER database to reset passwords:
update tblCredentials set EncryptedPassword = null;
4. Start ER server service. 5. Start Configuration Manager. 6. Go to Configuration | Credential Manager and update account passwords.