Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
|
|
Table Name | Required | Available | Enter the name of a table in Microsoft Dynamics AX. |
|
Select statement for AX | Required | Available | Enter a select statement and replace the table name in the select statement to %1
Example1:select * from %1 where %1.name == 'test' && %1._int <= 1000 Example2:select * from %1 where %1.name == '${value}' |
![]() |
Output | Required | - | Set the schema definition specified in [Table Name]. | |
Output/Column Name | Required | Available | Enter the column name of the table in Microsoft Dynamics AX.
You can set the first column of the file specified in property action of [Read column name from file] as the column name. |
|
Output/Data Type | Required | Not available | Select a data type for the column.
You can set the second column of the file specified in property action of [Read column name from file] as the data type. |
|
Item name | Description | Remarks |
---|---|---|
Read column name from file | Select the file in the file Selectr and set the first column of the file as the column name.
Set the second column of the file as the data type. |
|
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 read records by executing the select statement. |
|
message_category | When an error occurs, the category to which corresponding message code belongs to is stored. |
|
message_code | When an error occurs, its corresponding message code is stored. |
|
message_level | When an error occurs, the severity of the corresponding message code is stored. |
|
error_type | When an error occurs, the type of the error is stored. |
|
error_message | The error message for the error occurred is stored. |
|
error_trace | Stack trace of the occurred error is stored. |
|
Exception name | Causes | Solution |
---|---|---|
ResourceNotFoundException Resource not defined.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource not defined.Name:[<name of Global Resources>] |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Global resource name >:There is no BusinessConnector connection. |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination]. |
BusinessConnectorException
<Global resource name> Required connection settings cannot be null. Cannot connect to AX server. |
[Destination]Resource definition is insufficient. | Please check all items of resource definition selected in [Destination]. |
InvalidPropertyConfigurationException
Table name cannot be null. |
[Table Name] is not set. | Enter [Table Name] |
BusinessConnectorException
The operation failed. The record [<Table Name>] does not exist. |
[<Table Name>] may be incorrect. | Please check the name of table in Microsoft Dynamics AX. |
InvalidPropertyConfigurationException
It is not a SELECT statement. |
[<Select statement for AX>] may be incorrect. | Please check the input of [Select statement for AX]. |
BusinessConnectorException
ExcecuteStmt Error(sql=[<Select statement for AX>])[Table][<Table Name>] |
Cannot execute [<Select statement for AX>]. | Please check the input of [Select statement for AX]. |
InvalidPropertyConfigurationException
No output column setting. |
[Output] is not set. | Please check the setting of [Output]. |
BusinessConnectorException
get_Field Error(col=[<Output/Column Name>]) |
[<Output/Column Name>] may be incorrect. | Please check the [<Output/Column Name>] in Microsoft Dynamics AX table. |
Exception
Error coltype number |
The column names in [<Select statement for AX>] may be incorrect. | Please check the input of [Select statement for AX]. |