Specifying the retry and delivery rules options for inbound Domino activities

This section contains the procedure for configuring the following inbound Domino activities:

Specifying the retry options for Domino inbound activities

  1. Select the Retry task from the Checklist. The Retry pane is displayed.
  2. Configure the retry options for connecting to a Domino server as described in the following table.
Field Name Description
Wait ___ second between each retry. Specifies the number of seconds that the Integration Appliance waits before trying to establish a connection to the Domino server.
Try to connect ___ times before failing. Specifies the retry count — the maximum number of times the Integration Appliance attempts to establish a connection to the Domino server before issuing the following errors:
  • When you set this parameter to "0", Studio does not try to reconnect.
  • When you set this parameter to a value less than "0", Studio retries the connection indefinitely.
If an orchestration that starts with an inbound Domino activity is deployed and the Integration Appliance cannot connect to the specified Domino server, the Integration Appliance logs the connections errors as warnings in the system log until the retry count value is reached. When the retry count is reached, the Integration Appliance logs an error in the system log, resets the connection error count to zero, and continues to attempt to establish a connection to the Domino server.

For example, you set the retry count to 3. The first, second, and third connection errors appear in the system log as warnings. The Integration Appliance logs the fourth connection error as an error and stops processing the current orchestration job.

 

Specifying the delivery rules options for Domino inbound activities

  1. Select the Delivery Rules task from the Checklist. The Delivery Rules pane is displayed.
  2. Configure the delivery rules options for connecting to a Domino server as described in the following table.
Field Name Description
Polling Interval Specifies the time interval to poll event view in WebSphere Adapter for Lotus Domino(WALD) inbound event table of the Domino server. (For example, the Get created documents activity polls for create trigger events at the specified time internal.) Time can be selected in the format days, hours, minutes, and seconds.
Fetch size Specifies how many events the activity should retrieve from the WALD inbound event table of the Domino server in each poll cycle.
Delivery messages  

a) At least once

A persistent mode, in which a Domino document is not lost. As a result, there are chances that the orchestration can receive once or more than once.

b) Exactly once

In this persistent mode, the Domino document is received once and only once.