Hi all,
we try to do a "blue/green" Update/migration at the moment with our new server.
I did a backup from our old system (config and data).
I set up a new TSM on the new server and just tried to import the configuration.json (via tsm settings restore file but i get the following error:
(the error is in german, but i try to translate it in english as understandable as possible)
resource conflict: the specified configuration keys [service.runas.password, service.runas.username] cannot be changed.
i used the follwing command: tsm settings import -f "C:\Pathtobackup\config.json"
It seems like the error has something to do with the user we want to use for running the service. But in the actual setup of the new TSM we also configurated the same user.
So, whats the problem here?I hope the problem was explained understandably. :)
Glad for any help or hint!
Thank you!

You may want to edit your config.json and remove the key:value pairs
service.runas.password
service.runas.username
then do the tsm settings import.
The version 2023.1+ doesn't export / import those keys anymore: