Example

In this example, safety data is transmitted to the Oracle Argus Safety application for study pfst1. The Oracle InForm Publisher application checks for updates in the Oracle Argus Safety application every 60 minutes, and sends serious data every 60 minutes. If an error occurs, the Oracle InForm Publisher application retries the action for 2 hours. If the retries are not successful, the Oracle InForm Publisher application makes 3 attempts to save an error to the database, waiting 120 seconds between attempts.

<Subscriber Name="ArgusSubscriber" EndPoint="http://localhost/AiaListener/AiaService/" Assembly="InFormPublisher.ArgusSafetyPublisher.dll" Type="PhaseForward.InFormPublisher.Publishing.ArgusSafetyPublisher.ArgusSafetyPublisher" RequireHeartbeat="false" ScheduledPushInterval="30" RequireScheduledPush="true" SafetyEventUpdateInterval="60" SafetyEventAutoSendInterval="60" SafetyErrorMaxAge="2" SafetyErrorMaxRetries="3" SafetyErrorRetryInterval="120">

<Trials>

<add ForTrial="pfst1" ThreadInLowPriority="false" RunStartupValidation="false" AeRangeStartingOffset="14" AeRangeEndingOffset="14" LabRangeStartingOffset="14" LabRangeEndingOffset="14" ConMedRangeStartingOffset="14" ConMedRangeEndingOffset="14" />

</Trials>

</Subscriber>