For information about using variables, refer to "Variables".
| 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.
For how to set global resource, refer to "Global Resource Properties".
|
|
| Project | Required | Available | Enter or select the project name. | |
| Data source | Required | Available | Enter or select the data source name. |
| 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]. |
| 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]. |