System i Connector - Trigger Configuration (Magic xpi 3.x)
The System i Trigger Configuration dialog box contains the following fields:
|
|
Operation Details
|
Queue name
|
Specifies the IBM i queue name.
Click to open the Expression Editor, and then enter the required name.
|
Size of data receiver
|
Determines how many characters can be contained in queue messages that are received from IBM i.
The default is 30000 characters.
Click to open the Expression Editor, and then enter the required value.
|
Sequence
|
The sequence in which entries are received from a queue. Select one of the following from the drop-down list:
|
Key order
|
The comparison criteria to use when searching for message keys on the data queue. The keys found are compared to the data in the Key Data field. Select one of the following from the drop-down list:
-
Greater than
-
Less than
-
Not equal to
-
Equal to
-
Greater than or equal to
-
Less than or equal to
This field is available only if the Sequence field (above) is set to KEYED.
|
Key length
|
The key length. This should be same value that you defined when creating a keyed data queue.
If the key length is not specified, the length of the Key data parameter is used as the default.
Since version: V3.2 SP1
|
Key data
|
The data used for receiving a message from the data queue.
Click to open the Expression Editor, and then enter the required data.
This field is available only if the Sequence field (above) is set to KEYED.
|
Message contents variable
|
Click to the right of the field to open the Variables List. From the list, select a variable as a location for the message contents.
|
Arguments XML location
|
Click to the right of the field to open the Variables List. From the list, select a variable as a location for the XML results.
|
Reconnection Policy
|
Reconnect every (seconds)
|
The time interval, in seconds, that the Magic xpi Server will wait before attempting to reconnect to the IBM i server.
Click to open the Expression Editor, and then enter the required time interval.
|
Number of reconnect retries
|
The maximum number of attempts the Magic xpi Server makes to reconnect to the IBM i server. For unlimited attempts, enter 0.
Click to open the Expression Editor, and then enter the required number.
|
Keep alive interval (minutes)
|
The amount of time in minutes that the trigger can be unresponsive before it is automatically restarted. The default value is 0, which means that the trigger can be permanently unresponsive.
Note:
|
You should be very careful when selecting a value for this parameter. If the chosen value is too small, a trigger may terminate before it completes a valid operation.
|
Since version: V3.2 SP2
|
To use the System i connector as a trigger:
-
Define System i as a resource in the Resource Repository. For more information, click here.
-
Define System i as a service in the Service Repository. For more information, click here.
-
Place the System i component into a flow's trigger area to open the Component Properties dialog box.
-
Click the Settings tab, and select the required Service Name from the drop-down list. Click Configuration to open the Component Configuration: System i dialog box. Enter the relevant information.
-
When you have finished configuring your System i trigger, click OK to save the settings and to exit the dialog box. Alternatively, you can click Cancel to exit the dialog box without saving your settings.
|
Since version:
|
V3.2
|