Skip Navigation

Configure the agent for the inbound events processor

After you enable and run the stored procedure, configure the BlackBerry AtHoc agent to process inbound alerts. You use the alert template common name that you created in the previous section, for example 
P614ON
.
 To configure the agent, complete the following steps: 
  1. Log in to the BlackBerry AtHoc management console as an Administrator.
  2. Change to the System Setup (3) organization.
  3. Go to 
    Settings 
    System Setup
     > 
    Integration Manager
    . The Integration Manager screen opens.
  4. Select
     Cap Events Processor
    . The details page for the agent opens.
  5. Edit the XML in the Configuration field as highlighted in the following example:
    <CapEventProcessor xmlns="" maxDegreeOfParallelism="10" ignoreDuplicateTimeInterval="30"> <providers> <provider id="
    VPS being polled by IIM
    "> <eventRules> <eventRule eventType="SG-ACTIVATION"> <xpathQuery value="/alert/info/parameter[./valueName/text()='EventName']/value" /> <eventMappings> <eventMapping eventName="
    valueofmyID.txt
    P
    pseudoPointaddressON|OFF
    " scenarioCommonName="
    template_commonname
    " /> </eventMappings> </eventRule> </eventRules> </provider> </providers> </CapEventProcessor>
  6. Click 
    Save
    .