Loading

Error "Resource Conflict The specified configuration key(s) ... cannot be changed." When Importing an Active Directory Identity Store Configuration in Linux

Udgivelsesdato: Apr 29, 2025
Beskrivelse
When importing an active directory identity store configuration in Linux for a new installation, the following error might occur if you have referenced and created an identity store configuration .json file based off of an older Tableau Help documentation (during the Beta, for example): 

[<user_id>@<server_name>]$ tsm settings import -f /mnt/fileshare/directory/configs/Linux/identitystore_ad.json​
Resource Conflict: The specified configuration key(s) '[service.runas.username, service.runas.password]' cannot be changed.

Cause

After a recent configuration change, the ‘runAsUser’ configEntity in the identity store .json template is no longer necessary.
Løsning
Update your configuration .json file. For more information, see the most up-to-date Tableau Help configuration guidelines: identityStore Entity.
Yderligere ressourcer
Your old configuration may look like the following configuration: 

{

   "configEntities":{

      "runAsUser":{

         "_type":"runAsUserType",

         "name":"<name>"

      },

      "gatewaySettings":{

         "_type":"gatewaySettingsType",

         "port":80,

         "firewallOpeningEnabled":true,

         "sslRedirectEnabled":true,

         "publicHost":"localhost",

         "publicPort":80,

         "sslEnabled":false,

         "sslPort":443

      },

      "identityStore":{

         "_type":"identityStoreType",

         "type":"activedirectory",

         "domain":"<domain>",

         "nickname":"<NICKNAME>",

         "username": "<username>",

         "password": "<password>"   

      }

   }

}

Vidensartikelnummer

001472564

 
Indlæser
Salesforce Help | Article