PureEngage On-Premises

 View Only

Sign Up

  • 1.  Statistic Sends EventStatisticInvalid - Message

    Posted 12-03-2014 11:30
    Hello,

    my question is:

    When exactly is a EventStatisticInvalid-Message generated and send to the client?

    Perhaps you can explain the statement from the docu a little bit further:
    "Sent if a statistic is not being monitored, due to a lack of connectivity."

    Our use-case:
    We start a statistic via:

      Notification notification = Notification.create();
      notification.setMode(NotificationMode.Periodical);
      notification.setFrequency(10);

      RequestOpenStatistic requestOpenStatistic =     RequestOpenStatistic.create(statisticObject,statisticMetric, notification);

    We start almost simulatenously about 14 statistics. The first 9 Events out of these 14 are EventStatisticInvalid-messages. The next incoming events ( after about 10 seconds) are correct most of the time. Later the EventStatisticInvalid-messages occure randomly from time to time.

    Thx in advance


  • 2.  RE: Statistic Sends EventStatisticInvalid - Message

    Posted 01-08-2015 16:19

    Hi,

    Based on Stat Server User’s Guide Stat Server reports a statistic as invalid:


    1) Whenever a DN propagated to that object changes its status to NotMonitored after all DNs propagated to the object had been in Monitored status.


    2) Whenever a statistical request is received for an object for which the last report was a status of invalid. Stat Server reports a statistic as valid when the status of all DNs propagated to the object returns to Monitored.

    To clarify the question thoroughly please open a case on Stat Server product line.

    Roman T