Messages and limitations of the Box connector
Message code list of BOX category
The following message codes correspond to errors that occur in Box Connector.
This message code is output when an undefined error occurs.
Cause |
Solution |
---|---|
An undefined error occurred. |
Check the error message or the help of the operation in which the error has occurred. |
Corresponding error
-
None
This message code is output when Box returns an error.
Cause |
Solution |
---|---|
The cause differs according to each error message. |
Check the error message or the help of the operation in which the error has occurred. For details on the error messages, contact the vendor of the connection destination. |
Corresponding error
-
com.appresso.ds.dp.modules.adapter.box.wrapper.BoxClientException
Exception messages of BOX category
Exception name |
Cause |
Solution |
---|---|---|
BoxClientException |
Box has returned an error. |
For details on the messages, refer to the document portal for Box developer (https://developer.box.com/). |
com.appresso.ds.dp.modules.adapter.box.wrapper.BoxClientException |
An error has occurred in communication with Box. |
Confirm the contents of the setting file and the network status. |
InvalidPropertyConfigurationException Required items for resource are not specified. : <Property name> |
<Property name> isn't specified. |
Specify <property name>. |
InvalidPropertyConfigurationException A forbidden value for Box was entered in the Owner field. |
The user specified in Owner doesn't exist. |
Specify an existing owner in Box for Owner. |
InvalidPropertyConfigurationException Enter the valid folder path in the Folder Path field. |
The path specified in Folder Path is invalid. |
Check the following:
|
InvalidPropertyConfigurationException Enter the valid folder ID in the Folder ID field. |
The ID specified in Folder ID is invalid. |
Check the following:
|
InvalidPropertyConfigurationException File request domain name is not specified. |
A domain name isn't specified in File request domain name of the connection resource. |
Specify a domain name in File request domain name. |
InvalidPropertyConfigurationException Format of the domain name is invalid. File request domain name: [] |
The format of the domain name specified in File request domain name of the connection resource is invalid. |
Specify a domain name in File request domain name in the correct format. |
java.io.FileNotFoundException |
Setting file isn't found. |
Check Setting file. |
ResourceNotFoundException Resource definition is not found. Name: [] |
Destination isn't specified. |
Specify Destination. |
ResourceNotFoundException Resource definition is not found. Name: [<connection resource name>] |
The resource definition selected in Destination isn't found. |
Check the connection resource specified in Destination. |
Limitations of BOX category
Common (other than Get Contents List)
Specification limits
-
The processing of input data is executed one line at a time. Therefore, even if an error occurs during processing, the data which have been processed are applied.
-
If an error occurs during processing, some of the input data and the error details are output in the results data, and then processing continues.
Get Contents List
Specification limits
-
The order of output is the ascending order of the Box path.
Path format
Specification limits
When you set a path in this component, you must follow the rules below:
-
The root folder in Box is represented using a backslash (/)
-
Begin with a backslash (/)
-
Separate content names by using a backslash (/)
For example, if you specify "file1.txt", which is in the folder "folder1" under the root folder of Box, the value of the path is "/folder1/file1.txt".
Format of content names
Specification limits
Formats that include any of the following can't be used:
-
Including any character restricted from being used in the Data Integration
-
Periods ("." or "..")
-
Text strings that begin with single-byte spaces
-
Trailing single-byte spaces
-
Text strings of 256 characters or more