|
POST
|
Rasmus, Thanks for the quick reply. I will definitely give that a try.
... View more
02-21-2019
09:36 AM
|
0
|
0
|
979
|
|
POST
|
We have a system that brings in the Lat/Lon of field units. They are made available to my application by our message bus. I'm wanting to find out if an incoming unit is within any of our "Areas Of Interest". My thought was to load the "Area Of Interest" layer from teh GIS server into memory and as the unit locations come in, check them all in memory. The application would not have a display, and would run in the background and if a unit falls inside of the area of interest, it would send a message via our message bus. Questions: Can I have a Qt application utilizing the Qt Runtime with no display Can I pull a layer from the ArcGIS server on startup and load it into memory for query
... View more
02-20-2019
03:40 PM
|
0
|
2
|
1094
|
|
POST
|
I skipped the check and just issued the Synchronize command and it worked. Thanks!
... View more
01-29-2018
02:00 PM
|
0
|
0
|
3306
|
|
POST
|
# -*- coding: utf-8 -*- # --------------------------------------------------------------------------- # SyncChanges.py # Created on: 2018-01-29 13:24:42.00000 # (generated by ArcGIS/ModelBuilder) # Description: # --------------------------------------------------------------------------- # Set the necessary product code #import arceditor # Import arcpy module import arcpy # Local variables: arcgisA_replica_sde = "Database Connections\\arcgisA.replica.sde" arcgisA_replica_sde__2_ = arcgisA_replica_sde arcgisB_replica_sde__2_ = arcgisA_replica_sde arcgisB_replica_sde = "Database Connections\\arcgisB.replica.sde" if arcpy.CheckProduct("ArcEditor") == "Available": msg = 'License is available' print(msg) # Process: Synchronize Changes arcpy.SynchronizeChanges_management(arcgisA_replica_sde, "NPTacArea", arcgisB_replica_sde, "BOTH_DIRECTIONS", "IN_FAVOR_OF_GDB1", "BY_OBJECT", "DO_NOT_RECONCILE") else: msg = 'License is not available' print(msg) I added the check based on another response and I keep falling into the else branch
... View more
01-29-2018
01:35 PM
|
0
|
1
|
3306
|
|
POST
|
I added the check, and the license is not available. How can that be?
... View more
01-29-2018
01:30 PM
|
0
|
1
|
3306
|
|
POST
|
turns out there are multiple items at the exact same location and the labeling engine is unable to draw all of them beause it's trying to make the map clean. Need to handle this another way.
... View more
01-29-2018
01:22 PM
|
0
|
0
|
1541
|
|
POST
|
The modelbuilder had the arcpy import there. I'll try the check license to see if that helps.
... View more
01-29-2018
01:19 PM
|
0
|
2
|
3306
|
|
POST
|
I have two ArcGIS servers running on Linux with and Oracle instance on each. The GIS servers sit behind a 3rd party hardware load balancer and each server has a feature service layer allowing edits. Since we're sitting behind the load balancer, we don't know which server we will hit and as such need to replicate the data from one instance to the other. I can manually push the changes but I need a way to push those changes automatically. I was thinking an ArcPY script could be helpul so I used the model builder and then exported that to a python script. The model runs fine, but the script won't run. I get a runtime error 999999 Error Executing function. There is a reference to a line in the file import arceditor Also arceditor.py line 18, gp.setProduct("ArcEditor")
... View more
01-29-2018
11:33 AM
|
0
|
10
|
3817
|
|
POST
|
We added some features to the map,and the features are showing. We then wanted to label those features. However, the labels only show when zoomed in all the way. Is there a way to change this?
... View more
10-24-2017
08:47 AM
|
0
|
2
|
1738
|
|
POST
|
I'm trying to get the address of a point on the map. When the user clicks, I get the location and pass that to my geocoder. When it returns, I use an overlay to show the return. If the user click near the left side of the screen, the overlay will show off screen. The same happens when they click near the top of the screen. Is there a way to move the overlay so it is always within the viewable area of the map.
... View more
07-10-2017
03:27 PM
|
0
|
1
|
1477
|
|
POST
|
Ive been using chrome. I'll try Firefox. Sent from my iPhone
... View more
03-30-2017
03:43 PM
|
0
|
0
|
677
|
|
POST
|
I'm trying to register a folder on a Linux based ArcGIS server (10.4.1). I specify the Name, Publisher Folder Path (where the data resides on my machine), Publisher Folder Hostname (name of my computer), Server Folder Path (where data resides on server). When I click create, it tells me please wait while your data source is registered, but it never returns The manager page eventually times out and the folder never registers.
... View more
03-30-2017
01:21 PM
|
0
|
3
|
985
|
|
POST
|
The single machine site is exactly the configuration we're looking for. Thank you very much.
... View more
03-24-2017
12:28 PM
|
0
|
0
|
1222
|
| Online Status |
Offline
|
| Date Last Visited |
12-07-2020
04:44 PM
|