Loading

사이트가 기본값인 경우 명령줄 프롬프트를 통해 흐름을 실행할 수 없음

게시 일자: Aug 24, 2022
상세 설명

명령줄에서 흐름을 실행할 경우 "We don't have credentials for Tableau Server to publish extract for one or more output nodes in tfl/tflx file(Tableau Server가 tfl/tflx 파일에 있는 하나 이상의 출력 노드에 대한 추출을 게시할 수 있는 자격 증명이 없습니다.)" 오류가 발생합니다.

 

솔루션
사이트가 기본 사이트인 경우 아래와 같이 "contentUrl":"",을 추가합니다.
 
{
"inputConnections":[
  {
    "username": "jsmith",
    "contentUrl": "",
    "hostname":"https://my-server",
    "port":123,
    "password": "passw0rd$"
  }
],
"outputConnections":[
  {
    "serverUrl":"https://my-server",
    "contentUrl":"",
    "username":"jsmith",
    "password":"passw0rd$"
  }
]
}
Knowledge 기사 번호

001472242

 
로드 중
Salesforce Help | Article