|
POST
|
Hello, I am trying to figure out how to modify/customize the input parameters on a GeocodeServer service. I have built a locator and published a geocoding service (ArcGIS server 10.21) that has input parameters of: street, city, state, zip. I need to change the name of the street parameter to address. What is the best way to do this? (My client application using the service is expecting to be able to send an input parameter of Address. Thanks, Mark
... View more
09-17-2014
09:43 AM
|
0
|
1
|
1249
|
|
POST
|
RJ, Thanks for the excellent reply. I appreciate all the thorough details! -Mark
... View more
05-06-2014
02:46 PM
|
0
|
0
|
1401
|
|
POST
|
What causes the incident detection to be "reset"? Current I have to create new input data that would be detected as a new incident every time I want to test my service. How can I reset the detection? I've tried resetting my input and GeoEvent service, neither seem to have any effect.
... View more
05-06-2014
10:03 AM
|
0
|
3
|
3276
|
|
POST
|
When can I find the release notes for GEP? I would like to know what changes from version to version. Specifically I'm looking for changes between 10.2.1 and 10.2.2. (I would also like to know where to find them for future use).
... View more
05-06-2014
09:54 AM
|
0
|
1
|
1509
|
|
POST
|
Vlad, I've tried your steps and now my geofences seem to be syncing correctly but after cleaning out the suggested files my available inputs list is blank. (See screenshot). I have a feeling that this might be related to the fact this server has been upgrade to 10.2 from the GEP beta. I'm going to just try and get a clean install of 10.2.1 up in the next couple days to remedy this permanently. I really appreciated all the help. I will just start a new thread if this issue pops up on my new install. -Mark
... View more
01-21-2014
02:37 PM
|
0
|
0
|
616
|
|
POST
|
Also another question I have about the IM output is if there is any way to have it configure the room it joins? I am using openfire XMPP server and it requires the chat room to be configured before anyone else can join. Configuring a chat room appears to be something that is defined/required by the XMPP RFC/spec. Is there anyway to handle chat room configuration with the IM output? Thanks, Mark
... View more
01-21-2014
10:15 AM
|
0
|
0
|
888
|
|
POST
|
If I restart my xmpp server the instant message outputs do not work again until I restart the output. Is the instant messaging output supposed to automatically reconnect to the xmpp server? Is there any way to tell them to try to automatically reconnect or some other way to deal with this? Is there any way to tell if an IM output is not connected? Its not ideal to have to manually restart the IM output every time the connection to the xmpp goes down and then comes back up. Is there a graceful way to deal with this so the connection is more reliable? Thanks, Mark
... View more
01-17-2014
08:13 AM
|
0
|
2
|
3324
|
|
POST
|
vlad, Here is what I am getting back from that query... { "objectIdFieldName": "OBJECTID", "globalIdFieldName": "", "fields": [ { "name": "OBJECTID", "alias": "OBJECTID", "type": "esriFieldTypeOID" }, { "name": "ZONETYPE", "alias": "ZONETYPE", "type": "esriFieldTypeString", "length": 50 }, { "name": "CAMERAID", "alias": "CAMERAID", "type": "esriFieldTypeString", "length": 50 } ], "features": [ { "attributes": { "OBJECTID": 801, "ZONETYPE": "PTZ", "CAMERAID": "CAM3" } }, { "attributes": { "OBJECTID": 401, "ZONETYPE": "PTZ", "CAMERAID": "CAM2" } } ] }
... View more
01-16-2014
12:54 PM
|
0
|
0
|
4148
|
|
POST
|
Vlad, Thanks for the detailed help. I tried the steps you listed in your doc and the files you sent but had trouble with the GeoFences syncing correctly. Its only syncing one of the items, not both for some reason. Here is the error I'm getting in the log. I've also attached a screenshot of the Geofence display from the GEP admin. Unclassified error updating the geofences from server arcgis in service UIControlChannel. java.lang.NullPointerException at com.esri.ges.processor.geotagger.GeoTagger.update(GeoTagger.java:377)[266:com.esri.ges.framework.processor.geotagger-processor:10.2.0] at java.util.Observable.notifyObservers(Observable.java:159)[:1.7.0_17] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.notifyObservers(AoiManagerImpl.java:240)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.notifyObservers(AoiManagerImpl.java:471)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.deleteAoi(AoiManagerImpl.java:211)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.registerGeofences(AoiManagerImpl.java:416)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.run(AoiManagerImpl.java:340)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at java.lang.Thread.run(Thread.java:722)[:1.7.0_17] I can setup a gotomeeting or something if you want to take a look directly at the server. I have a feeling there might be some config data stuck in the backend db or config files of GEP or something.. Thanks, Mark
... View more
01-16-2014
11:40 AM
|
0
|
0
|
4148
|
|
POST
|
When I attempt to use a field enricher and select a GUID field, either ObjectID or a custom GUID field, was the join field it does not appear in the list. Does the field enricher work with GUID fields at all? I'm trying to create Geo fences that use the guid as the name and then do a field enricher join based on the guid to append data from the geo fence.
... View more
01-14-2014
08:10 AM
|
0
|
1
|
3422
|
|
POST
|
Vlad, The fields you have for the alerts are the correct list. Please use the mpk I sent you for the geo fence fields. (I was just using the others to describe a simpler example). I have gotten the service working w/ the field enricher method you described previously, currently my only outstanding issue is w/ the geofence syncing. I've attacheds screenshot of my settings I've used when trying to create the synchronized goefences. For some reason it only syncs one of the areas. Is there anything else I can check (logs, ect)? I've tried recreating it several times.
... View more
01-13-2014
11:57 AM
|
0
|
0
|
4148
|
|
POST
|
RJ, Thanks for the explanation. I've ended up using a field enricher approach that vlad helped me with to solve this for the time being. I don't think this will deal w/ the overlapping geo fences situation but I can deal with that for the time being. Details here: http://forums.arcgis.com/threads/100211-GeoTagging-several-fields-from-one-geo-fence -Mark
... View more
01-13-2014
11:32 AM
|
0
|
0
|
1757
|
|
POST
|
RJ, Here is the MPK you requested. Thanks for the help. -Mark
... View more
01-10-2014
12:56 PM
|
0
|
0
|
4148
|
|
POST
|
Vlad, This worked! Thanks for the help. I am having an issue with my geofences not syncing right, but I made a separate forum post for that. -Mark
... View more
01-10-2014
12:45 PM
|
0
|
0
|
1664
|
|
POST
|
I'm trying to add a synchronized geofence for a feature service that currently only has two items. In the geofences section of the manager its only showing one of the fences. Any idea why its not reading in all my fences? (Both items have similar data and geometry, but different data in the geofence Name field. The geometry is not overlapping.) I found this error in the GEP log: Unclassified error updating the geofences from server arcgis in service CameraPresets. java.lang.NullPointerException at com.esri.ges.processor.geotagger.GeoTagger.update(GeoTagger.java:352)[266:com.esri.ges.framework.processor.geotagger-processor:10.2.0] at java.util.Observable.notifyObservers(Observable.java:159)[:1.7.0_17] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.notifyObservers(AoiManagerImpl.java:240)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.notifyObservers(AoiManagerImpl.java:471)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.updateAoi(AoiManagerImpl.java:194)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.addOrUpdateGeofences(AoiManagerImpl.java:462)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.registerGeofences(AoiManagerImpl.java:441)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at com.esri.ges.manager.aoi.internal.AoiManagerImpl.run(AoiManagerImpl.java:340)[299:com.esri.ges.manager.internal-aoimanager:10.2.0] at java.lang.Thread.run(Thread.java:722)[:1.7.0_17] Another question: When creating synchronized geofences is it better to point it at the MapServer or FeatureServer endpoint? My ultimate goal is to have a user editable feature service of geofences which are used by GEP via syncing. Thanks, Mark
... View more
01-10-2014
10:41 AM
|
0
|
10
|
7974
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-05-2015 04:31 PM | |
| 1 | 08-17-2018 10:05 AM | |
| 4 | 02-12-2015 02:05 PM | |
| 1 | 01-08-2014 12:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|