Element name |
Column name/label |
Description |
Remarks |
row |
- |
Repeats accordingly to the number of organizations to add or update. |
|
column |
Name of an organization to add or update/name |
Enter the name of the organization to add or update. |
- Receives the organization information with this value as the key upon updating, and updates the following.
|
Name of an organization to update/nameToUpdate |
Enter the name of the organization to update. |
- Do not enter value while adding.
- If you enter "null" or empty string upon updating, the information will not be updated.
|
Email of an organization to add or update/email |
Enter the email address of the organization to add or update. |
- If you enter "null" or empty string upon updating, the information will not be updated.
|
Name of a parent organization of an organization to add or update/parentGroup |
Enter the name of the parent organization of the organization to add or update. |
- If you enter "null" or empty string upon updating, the information will not be updated.
|
Element name |
Column name/label |
Description |
Remarks |
Row |
- |
Repeats accordingly to the number of organizations failed to add or update. |
|
Column |
Name of an organization failed to add or update/name |
Outputs the name of the organization failed to add or update. |
|
Name of an organization failed to update/nameToUpdate |
Outputs the name of the organization fail to update. |
|
Email of an organization failed to add or update/email |
Outputs the email address of the organization failed to add or update. |
|
Name of a parent organization of an organization failed to add or update/parentGroup |
Outputs the name of the parent organization of the organization failed to add or update. |
|
Component variable name |
Description |
Remarks |
add_count |
Returns the number of organizations added. |
|
update_count |
Returns the number of organizations updated. |
|
failure_count |
Returns the number of organizations failed to add or update. |
|
message_category |
Stores the code 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 |
When an error occurs, class of the error will be stored. |
- Default value is null.
- Class of errors is in following format.
Example: "java.io.FileNotFoundException"
Depending on version for DataSpider Servista, stored contents may alter.
|
error_message |
When an error occurs, the message of error will be stored. |
- Default value is null.
Depending on version for DataSpider Servista, stored contents may alter.
|
error_trace |
When an error occurs, the trace information of errors will be stored. |
- Default value is null.
Depending on version for DataSpider Servista or executing client application, stored contents may alter.
|
Exception name |
Cause |
Measure |
InputDataNotFoundException |
[Input data] is not specified |
Specify or draw a data flow of [Input data]. |
ResourceNotFoundException
Resource definition cannot be found. Name:[] |
[Destination] is not specified |
Specify [Destination]. |
ResourceNotFoundException
Resource definition cannot be found. Name:[<Global resource name>] |
Selected resource definition in [Destination] cannot be found. |
Confirm the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified |
[<Property name>] is not specified |
Specify [<Property name>]. |
AuthenticationException |
[Email] or [Password] for the global resource is false. |
Confirm the setting of global resource. |