Feature Service Poll in not fireing from runtime only from ArcMap

502
1
03-31-2014 11:40 AM
BrianLocke
Occasional Contributor II
fs-poll-in set up to poll in features on an interval of 10 sec, I can go in Arcmap, create new feature and poll in event is seen but doing so from runtime is not seen at all????
0 Kudos
1 Reply
MarkBramer
Occasional Contributor II
Which version of GeoEvent Processor are you using?  If using 10.2.1, which method of "new" are you using in your feature service poll input, objectid or timestamp?  If using objectid, look at the objectid values created by ArcMap and compare to those created by your Runtime app.  When using the objectid option for determining what is 'new', GeoEvent Processor will only pull in items with a higher objectid value than at the time of the last poll.  So if ArcMap was creating features with objectids of 400, 401, 402, etc... and then a Runtime app was creating features with objectids 10, 11, 12, etc... GeoEvent Processor will not consider the Runtime-created features as new since their objectid values are less than the features created by ArcMap.

At version 10.2, 'new' was determined solely by objectid, so all of this still applies (you just didn't have a choice to use timestamp).  If you are using 10.2.1, and this objectid scenario is, in fact, what's going on, you have the option of using the timestamp option for determining what's "new".  This option uses date/time values in an attribute field to determine what's new.

Hope this helps.

-Mark
0 Kudos