Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resoure.
![]()
|
|
Project | Required | Available | Enter or select the project name. |
|
Data source | Required | Available | Enter or select the data source name. | |
Setting target | Required | Not available | Select a target of setting permissions.
|
|
User | Required | Available | Enter or select a user name. |
|
Group | Required | Available | Enter or select a group name. |
|
Role | Required | Not available | Select a role.
|
|
Permissions list | Required | Specify permissions. |
|
|
Permissions list/Mode | Required | Not available | Select a permission mode to the operation.
|
|
Permissions list/Operation name | - | - | Shows operation names.
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
message_category | Stores the category of message code corresponding to the occurred error. |
|
message_code | Stores the code of message code corresponding to the occurred error. |
|
message_level | Stores the severity of message code corresponding to the occurred error. |
|
error_type | Stores the error type of occurred error. |
|
error_message | Stores the error message of occurred error. |
|
error_trace | Stores the trace information of occurred error. |
|
Exception name | Cause | Solution |
---|---|---|
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. | Specify [<Property name>]. |
ResourceNotFoundException Resource is not defined. Name:[] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource is not defined. Name: [<Global resource name>] |
Resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
The data source of the specified project is invalid. |
The data source entered in [Data source] cannot be read. | Check that the data source specified in [Data source] of the project specified in [Project] can be read by the user specified in [Destination]. |
javax.ws.rs.ProcessingException java.net.ConnectException: Connection refused: connect |
Could not connect to Tableau Server or Tableau Online. | Check whether Tableau Server or Tableau Online is running normally. |
javax.ws.rs.ProcessingException java.net.SocketTimeoutException: connect timed out |
Timeout has occured upon connection with Tableau Server or Tableau Online. | Check the setting of [Connection timeout] in [Destination]. |
javax.ws.rs.ProcessingException java.net.SocketTimeoutException: Read timed out |
After connecting to Tableau Server or Tableau Online, timeout occurred during the reply of sending the request and receiving the response. | Check the setting of [Response Timeout] in [Destination]. |
TableauResponseStatusException | An error response was returned from Tableau Server or Tableau Online. | Referring to the error message contents, check the Tableau Server or Tableau Online condition and the property settings specified in [Destination]. |