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 resource.
![]()
|
|
Virtual table path | Required | Available | Enter the path of virtual table file. | |
Virtual table name | Required | Available | Enter the name of virtual table file. | |
Table name | Required | Available | Select or enter the table name of database. |
|
Import mode | Required | Not available | Select the action during import.
|
|
Action upon error | Required | Not available | Select an action when error occurred.
|
|
Key column name | Optional | Available | Select or enter the column that will be used as a key. |
|
Item name | Remarks | |
---|---|---|
Show Table Information | Displays table structure, contents, and relevant information inside the database specified at [Destination].
![]() |
|
Item name | Required/Optional | Use of variable | Description | Remarks |
---|---|---|---|---|
Input format | Required | Not available | Select the format of virtual table file.
|
|
CSV file path | Optional | Available | Specify CSV file in Dr.Sum server as absolute path of server OS local file system. |
|
Extraction condition method | Optional | Available | Setup extraction condition method. |
|
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 |
---|---|---|
count | The number of records written. |
|
error_code | When an error occurs, Dr.Sum returns the error status in decimal value. |
|
message_category | Stores the category of message code corresponding to the occured error. |
|
message_code | Stores the code of message code corresponding to the occured error. |
|
message_level | Stores the severity of message code corresponding to the occured error. |
|
error_type | Stores the type of the occured error. |
|
error_message | Stores the error message for the occured error. |
|
error_trace | Stores stack trace of the occurred error. |
|
Name of exception | Cause | Measure |
---|---|---|
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition could not be found.Name: [<Global Resource Name>] |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination] |
InvalidPropertyConfigurationException Virtual table pass is not defined. |
[Virtual table pass] is not set. | Specify [Virtual table pass]. |
InvalidPropertyConfigurationException Virtual table name is not defined. |
[Virtual table name] is not set. | Specify [Virtual table name]. |
InvalidPropertyConfigurationException Table name is not defined. |
[Table name] is not set. | Specify [Table name]. |
jp.co.dw_sapporo.drsum_ea.DWException Non-existing item name is specified. |
Column name that does not exist in the table of write destination is specified to [Key column name]. | Specify the column name that exists in the table of write destination at [Key column name]. |
jp.co.dw_sapporo.drsum_ea.DWException Item type is false. |
Column that NOT NULL UNIQUE restriction is not given is specified to [Key column name]. | Specify the column name or compound key that NOT NULL UNIQUE restriction is given to [Key column name]. |
jp.co.dw_sapporo.drsum_ea.DWException Virtual table cannot be found. |
Virtual table specified in [Virtual table pass], [Virtual table name] cannot be found. | Confirm [Virtual table pass] and [Virtual table name]. |
jp.co.dw_sapporo.drsum_ea.DWException Data format error. |
[Discontinue] is selected in [Action upon error], and importing data format is false. | Confirm contents of CSV and database. |
jp.co.dw_sapporo.drsum_ea.DWException Some data are skipped due to error. |
[Continue] is selected in [Action upon error], and error occurred during the process. | Confirm contents of CSV and database. |