Is there a definitive way to confirm GEP is successfully receiving/processing/outputting everything, other than what Monitor is reporting?
Or is Monitor a very trustworthy tool for determining that GEP has received/processed/output everything sent to it?
What ways exist to track down where the message "dropping" is occurring (especially given there are no errors in GEP or AGS logs)?
Is it possible that GEP is successfully passing on everything, but ArcGIS Server is not successfully writing all records?
Could this be a SQL Server thing?
What other places in the entire cosmos of this data flow (not just within GEP) are potential suspects?
Is there any flaw in our methodology that could explain the discrepancy between what GEP reports and what's written to the DB?
How many events per second is the GeoEvent Simulator you are using sending to GeoEvent Processor?
Are you using the Update a Feature or the Add a feature outbound connector to update the feature service?
Updating features can be expensive if the target feature service contains many thousands of features.
There are a couple of things you might try to help narrow the scope of the problem: Reduce the number of events being sent to see if the problem is with data rate.
Switch to use the Add a feature outbound connector to see the problem is with adding records vs. updating records.
Specify a smaller number (50, 10, or even 1) for the outbound connector's Maximum Features Per Transaction parameter to see if updating the feature service with smaller batches helps.
Check to make sure that there are no errors with the event data, such as a string which exceeds the maximum length allowed by the feature service or an integer value being sent which exceeds the range of the feature service's target field.
You might also use the GeoEvent Processor's log to see how many milliseconds (or seconds) elaspse between GeoEvent Processor's POST to retrieve information and its POST to update the features. If there are any errors in these transactions, you might also find them in the log.
Hope this information is helpful -RJ
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.