Loading

config json 파일을 가져올 때 "Resource Conflict: The specified configuration key(s) '[kms.mode]' cannot be changed."(리소스 충돌: 지정된 구성 키 '[kms.mode]'를 변경할 수 없습니다.) 오류 발생

게시 일자: Dec 9, 2022
상세 설명

tsm settings.json 파일을 가져올 때 가져오기에 실패하고 다음 오류가 발생할 수 있습니다. 

"ERROR com.tableausoftware.tabadmin.TSMErrorHandler - An error occurred: 409507, Resource Conflict(오류 com.tableausoftware.tabadmin.TSMErrorHandler - 오류 발생: 409507, 리소스 충돌)
ERROR com.tableausoftware.tabadmin.cli.Console - Resource Conflict: The specified configuration key(s) '[kms.mode]' cannot be changed"(ERROR com.tableausoftware.tabadmin.cli.Console - 리소스 충돌: 지정된 구성 키 '[kms.mode]'를 변경할 수 없습니다.)

Cause

지정된 구성 키 '[kms.mode]'가 Tableau Server 2019.3.0 이상 버전과 호환되지 않습니다.
솔루션
2019.2.x 이전 버전의 settings.json에서 내보낸 kms.mode 구성 키를 2019.3.0 버전 이상으로 가져오기 전에 제거하여 문제를 해결할 수 있습니다. 이렇게 하려면 다음 절차를 수행하십시오.
  1. 다음 명령을 실행합니다. tsm settings export -f <version>_Settings.json
  2. json 파일 <version>_Settings.json을 편집하고 "kms.local"이 있는 줄을 제거합니다. 차이를 아래에서 확인할 수 있습니다. (마지막 입력 항목인 경우 이전 줄에서 쉼표를 제거해야 합니다.)
     15,16c15  
    <     "wgserver.domain.default" : "<domain name>",  
    <     "kms.mode" : "local"  
    ---  
    >     "wgserver.domain.default" : "<domain name>"
    
  3. 다음, Tableau Server 2019.3.3 이상 버전에 대해 import 명령을 실행합니다. tsm settings import -f <version>_Settings.json
  4. --force-keys를 다음과 같이 .json 파일에 추가합니다. tsm settings import --import-config-file <file name>.json --force-keys. 이 설정에 대한 자세한 내용은 Tableau 도움말의 --import-config-file에서 확인할 수 있습니다. 
Knowledge 기사 번호

001472283

 
로드 중
Salesforce Help | Article