POST
|
Hi Kevin, You absolutely can. If your organization has ArcGIS Server, you can publish your content to ArcGIS Server. Go to the rest endpoints for that service, copy the url, and add the item from the web in ArcGIS Online. Just be aware that once you do this, the service will not scale out like a traditional service on ArcGIS Online. If you get 1,000 requests on that service, your ArcGIS Server infrastructure will need to be able to support that number of service instances. ~Alex
... View more
03-11-2019
02:00 PM
|
3
|
6
|
54
|
POST
|
Ayyaz, What are the server specs? How many records are coming in/writing out per second/ per minute? ~Alex
... View more
06-29-2018
02:01 PM
|
0
|
1
|
20
|
POST
|
Chris, If I am following you correctly, you just want to be able to run the SQL within ArcGIS clients. I would write a repeatable python script. You can use this method: ArcSDESQLExecute—ArcPy classes | ArcGIS Desktop ~Alex
... View more
06-29-2018
01:55 PM
|
1
|
0
|
34
|
POST
|
Hi Jeremy, You can certainly sum values in fields: Processors—Real-time Data Feeds and Sensors (10.6) | ArcGIS Enterprise Operators and functions supported by Field Calculator Operation Operator Example Addition + Odom1 + Odom2 Expression adds the numeric values from the fields Odom1 and Odom2 to produce a simple summation. String concatenation (for example, "Hello" + "World" ) is also supported. If you have multiple values in one field, you can parse these out using regular expressions into separate fields. You can then sum those values together. If you post some sample data, I would be able to make a better recommendation. ~Alex
... View more
06-12-2018
06:12 AM
|
1
|
2
|
38
|
POST
|
Mark, We are aware of the issue. Chrome 67 breaking Portal for ArcGIS 10.3.x and 10.4.x Please be aware that Chrome 67 was recently released and is causing problems for older versions of Portal for ArcGIS as well as other areas. This is being tracked as BUG-000114325 for Portal for ArcGIS. Also affected is GeoEvent Manager (all versions) and the ArcGIS Data Store configuration wizard (10.6). The behavior is a blank page in the browser. Portal for ArcGIS 10.5 and higher are not affected. Portal for ArcGIS 10.2.x is not believed to be affected. What we're doing: A patch is already available for Portal for ArcGIS 10.3.1 that fixes this issue. Affected customers on 10.3.1 should download and install the latest security patch: https://support.esri.com/en/download/7584 Patches for Portal for ArcGIS 10.3, 10.4, and 10.4.1 will be created and released as soon as possible. Note: the security patch listed above is also available for 10.4.1, but that version of the patch does not fix this particular issue. Patches for GeoEvent Manager across all versions will be created and released as soon as possible. A tech support KB article describing the problem and workarounds for the ArcGIS Data Store configuration wizard will be posted. We do not plan to issue a patch for this. This problem will be resolved for GeoEvent Manager and ArcGIS Data Store in 10.6.1. I would make sure to check: Esri Support Downloads You can also utilize the patch notification executable to check for available patches: C:\Program Files\ArcGIS\Server\tools\patchnotification Hope this helps! ~Alex
... View more
06-05-2018
06:19 AM
|
4
|
2
|
60
|
POST
|
Luis, I have seen problems like this in the past. I usually try to restart the GeoEvent Server windows service when this occurs. If that does not work, try to administratively reset GeoEvent: https://community.esri.com/community/gis/enterprise-gis/geoevent/blog/2018/01/09/howto-administratively-reset-geoevent-server-105-1051-106 If you still see that behavior, do a full uninstall and reinstall. Also, you have adequate memory on the machine right? I would refer to this article as well: https://community.esri.com/community/gis/enterprise-gis/geoevent/blog/2017/04/18/increase-the-ram-allocation-to-the-jvm-running-geoevent-server Hope this helps! ~Alex
... View more
06-04-2018
12:23 PM
|
0
|
1
|
39
|
POST
|
Derek, The SQL at the end of the SelectLayerByAttribute_management call is where you are selecting based on attributes. In this example arcpy . SelectLayerByAttribute_management ( "dissBuffs_lyr" , "NEW_SELECTION" , "sumPoint_2 > 1" ) You are selecting all records that have the attribute "sumPoint_2" that is greater than 1. The function then stores this in memory as whatever you want to call the variable; in this case "NEW_SELECTION." Can you post a link to your other post with details? Are you trying to join multiple tables? I need to know more context before I can provide you an appropriate answer. ~Alex
... View more
12-15-2017
05:48 AM
|
0
|
1
|
226
|
POST
|
Will, I have successfully implemented this using HTTPS in amazon. {"WebSocketContextURL": "wss://negeoevt.esri.com:6143"} I have also helped a few organizations to get HTTPS to work. It is usually related to a firewall rule that is blocking TCP 6143. Give me a call if you want to discuss. ~Alex
... View more
12-14-2017
06:41 AM
|
0
|
2
|
118
|
POST
|
Joseph, Are you using 10.5.1, 10.5, 10.4.1? Also, do the variables here: ${Vehicle_ID}, ${Driver}, ${Time_Stamp} or ${Speed} match your field schema in the output geoevent definition exactly? Check your geoevent definition -- are the field names all lower case, all caps? My experience with not passing variables properly, even if the rest endpoint has fields one way, it needs to match the geoevent definition fields. I typically setup my definitions to match the rest endpoints exactly. ~Alex
... View more
11-01-2017
09:39 AM
|
0
|
1
|
64
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|