Skip to main content

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!

6 answers
  1. Oct 12, 2023, 10:38 PM

    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:

    https://kb.tableau.com/articles/howto/message-the-configuration-file-does-not-include-the-runas-username-and-password-after-importing-these-values-must-be-set-explicitly-upon-running-tsm-settings-import-export-command-on-tableau-server-2023-1

0/9000