Component variable name |
Description |
Remarks |
delete_count |
Stores the number of deleted data. |
- Default value is null.
Value is not stored in PSP.
|
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. |
- Default value is null.
- Error is represented in the format depicted below.
Example: “java.io.FileNotFoundException”
The value may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Enter the destination. |
[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]. |
MongoTimeOutException 'Authentication failed.' |
There is something wrong with the user name or the password of the global resource specified in [Destination], or the user does not have permission. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException Enter collection name. |
[Collection name] is not specified. |
Specify [Collection name]. |
com.mongodb.util.JSONParseException |
There is something wrong with [Query selector]. |
Check the syntax of [Query selector]. |