Loading

Unable to Run A Flow Via Command Line Prompt When The Site is Default

Дата публикации: Feb 28, 2025
Описание

”We don't have credentials for Tableau Server to publish extract for one or more output nodes in tfl/tflx file” occurs when running a flow from a command line.

 

Решение
Add "contentUrl":"", as below if the site is Default.
 
{
"inputConnections":[
  {
    "username": "jsmith",
    "contentUrl": "",
    "hostname":"https://my-server",
    "port":123,
    "password": "passw0rd$"
  }
],
"outputConnections":[
  {
    "serverUrl":"https://my-server",
    "contentUrl":"",
    "username":"jsmith",
    "password":"passw0rd$"
  }
]
}
Номер статьи базы знаний

001472242

 
Загрузка
Salesforce Help | Article