These properties are used to configure tSageX3Input running in the Standard Job framework.
The Standard tSageX3Input component belongs to the Business family.
The component in this framework is available in all Talend products.
Basic settings
Schema and Edit Schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
|
|
Built-in: No property data stored centrally. |
|
Repository: Select the repository file where properties are stored. The fields that come after are pre-filled in using the fetched data. |
Endpoint address |
Type in the address of the Web service provided by the given Sage X3 Web server. |
Username and Password |
Type in the Web service user authentication data that you have defined for configuring the Sage X3 Web server. To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings. |
Language |
Type in the name of the X3 language code used to start a connection group. |
Pool alias |
Type in the name of the connection pool that distributes the received requests to available connections. This name was given from the Sage X3 configuration console. |
Request config |
Type in the configuration string if you want to retrieve the debug or trace information. For example, the string could be:
If you need to use several strings, separate them with a
Warning:
A third party tool is needed to retrieve this kind of information. |
Publication name |
Type in the publication name of the published object, list or sub-program you want your Studio to access. |
Action |
Select in the list the action to be carried on.
|
Mapping |
Complete this table to map the variable elements of the object, the sub-program or the list set in the given Sage X3 Web server. The columns to be completed include: Column: the columns defined in the schema editor for this component.Group ID: the identifier of each variable element group. For example, a variable element group could represent one of attributes of an object.Field name: the field name of each variable element. |
Conditions |
Complete this table to set up the query condition(s). The columns to be completed include: Key: the names of the variable elements used as the key for data extraction. Value: the value of the given key field used to extract the corresponding data. Available when getDetail is selected in the Action list. |
Query condition |
Select this check box to set up the query condition(s). The columns to be completed include: Key: the names of the variable elements used as the key for data extraction. Value: the value of the given key field used to extract the corresponding data. Not available when getDetail is selected in the Action list. |
Limit |
Type in a number to indicate the maximum row count of the data to be extracted. Not available when getDetail is selected in the Action list. |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level as well as at each component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it. For further information about variables, see Talend Studio User Guide. |
Usage
Usage rule |
Usually used as a Start component. An output component is required. |