| Element name |
Column name/label |
Description |
Remarks |
| row |
- |
Repeats accordingly to the number of users to add or update. |
|
| column |
Email of a user to add or update/email |
Enter the email address of the user to add or update. |
- Receives the user information with this value as the key upon updating, and updates the following.
|
| Name of a user to add or update/name |
Enter the name of the user to add or update. |
- If you enter "null" or empty string upon updating, the information will not be updated.
|
| Email of a user to update/emailToUpdate |
Enter the email address of the user to update. |
- Does not enter the value upon addition.
- If you enter "null" or empty string upon updating, the information will not be updated.
|
| Password of a user to add or update/password |
Enter the password of the user to add or update. |
- If you enter "null" or empty string upon updating, the information will not be updated.
|
| Organization of a user to add or update/group |
Enter the organization of the user 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 or users failed to add or update. |
|
| Column |
Email of a user failed to add or update/email |
Outputs the email address of the user failed to add or update. |
|
| Name of the user failed to register/update/name |
Outputs the name of the user failed to add or update. |
|
| Email address of the user failed to update/emailToUpdate |
Outputs the email address of the user failed to update. |
|
| Password of the user failed to add or update/password |
Outputs the password of the user failed to add or update. |
|
| Organization of the user failed to add or update/group |
Outputs the organization of the user failed to add or update. |
|
| Component variable name |
Description |
Remarks |
| add_count |
Returns the number of users added. |
- The value defaults to null.
|
| update_count |
Returns the number of users updated. |
- The value defaults to null.
|
| failure_count |
Returns the number of users failed to add or update. |
- The value defaults to null.
|
| 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 |
When an error occurs, its corresponding types of the message code is stored. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:"java.io.FileNotFoundException"
The message may vary depending on DataSpider Servista version.
|
| error_message |
When an error occurs, its corresponding error message is stored. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
| error_trace |
When an error occurs, its corresponding trace information is stored. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
| Exception name |
Cause |
Measure |
| InputDataNotFoundException |
[Input data] is not specified. |
Specify [Input data] or draw a data flow. |
ResourceNotFoundException
Resource definition could not be found.Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Destination] is not found. |
Please check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property name>]. |
| AuthenticationException |
[Email] or [Password] of the global resource is false. |
Please check the global resource settings. |