But for Prod environment, even username is not shown. And we have a powershell script that retrieves credential asset which value is an AD account for our robot users and resets the password, in this case it’s not able to retrieve those assets because it reads it as having null value.
for existing credential assets yes. FYI we have migrated from Orchestrator 2019 to 2023.4.1. This is for both QA and prod orchestrators, and there’s no difference that I can think of so far.
If we create a new asset manually, it’s fine - it shows the username.
yeah the issue was on Encryption key value in UiPath.orchestrator.dll config file. Since we did not copy our old web.config file upon installing Orchestrator 2019 to a new server, the value got replaced with a new one which is the cause why Asset values are not reflected properly upon upgrade to version 2023. To solve the issue we just copied the encryption key value from web.config file (2019 version) to UiPath.orchestrator.dll config file (2023 version)