POST
|
Lee, Thanks for sharing your experience. I am thinking your experiences are the same or similar to what is happening with my stuff. I am going to open up yet another tech support case. I am feel like I am a beta tester. Thanks for sharing, David
... View more
12-18-2019
06:49 AM
|
0
|
0
|
931
|
POST
|
Both iOS and Android classic versions work fine. Non-Classic versions bomb.
... View more
12-16-2019
09:14 AM
|
0
|
0
|
470
|
POST
|
I am encountering an issue using a custom url to push over attributes from a web map via collector or explorer, and launch Survey123 with those attributes carried over. I am using a feature layer as a non editable layer, but push over the attributes from there. In the apps the layer is not even acknowledged as having a pop-up. When I check the web map in ArcGIS Online it say "the value entered is not valid", with a yellow warning triangle. However it goes away and the popup will launch Survey123 on the desktop and work from the web map on a either iOS or Android via a browser. In the apps when it has the problem. I am trying Explorer Version 18.1.2 on an Ipad Mini with the most current operating system. I am trying Collector Version 19.2.0 on the same Ipad Mini. I used Collector Beta on an Android device and same issue, but using "Classic" no problem. Did I miss something? Is this a Tech Support Issue?
... View more
12-16-2019
09:06 AM
|
1
|
1
|
550
|
POST
|
That method worked. So did the method I dug in the code. Thanks for pointing that out.
... View more
12-12-2019
08:29 AM
|
1
|
1
|
1127
|
POST
|
Thanks Mike. I will look at this solution tomorrow. Seems way easier than digging around in the code. I did find the two lines of code to switch. I just swapped parts of the District Look Up Widget.js and swapped the two layers popup around. District look up widget Widget.js line 682 this._precinctInfoContentDiv=u.create("div",{"class":"esriCTInfoContent esriCTHidden"}, line 683 this._pollingPlaceInfoContentDiv=u.create("div",{"class":"esriCTInfoContent esriCTHidden esriCTFisrtInfoContentDiv"}
... View more
12-11-2019
02:18 PM
|
0
|
0
|
1127
|
POST
|
Where would I look and how would I reorder the pop up for the local government election solution "Election Polling Places", specifically swapping out the order of the popup generated after you find your address. I would like to move the "your" district information above or mix into the polling place location. The reasoning is we have a lot of older poll workers, and older voters that are not as patient at looking at popup. If their information that was relevant was first, than it would speed things up at the polls.
... View more
12-09-2019
01:51 PM
|
0
|
5
|
1239
|
POST
|
I guess I just make two services and skip the composite locator.
... View more
12-09-2019
01:31 PM
|
0
|
0
|
931
|
POST
|
Update: arcpy.FeatureClassToGeodatabase does not work either, used as a code snippet direct from ArcGIS Desktop. However, using an import multiple feature class works by right clicking on the file geodatabase. Riddle me that one, Batman?
... View more
12-03-2019
12:41 PM
|
0
|
0
|
724
|
POST
|
It is just odd that it should line up with an existing feature, but it does not. Nothing to lose sleep over, so I am moving on.
... View more
12-03-2019
11:39 AM
|
0
|
0
|
723
|
POST
|
I should also add - "Besides having them change the permissions to the tables."
... View more
12-03-2019
11:27 AM
|
0
|
0
|
724
|
POST
|
I need to copy over feature classes from another entities SDE. The user account I am using is allowed to see feature classes, but not the related tables. Therefore most methods are out for copying data. What I am doing is writing a script to copy over the data into a file geodatabase. What i am running into is: "WARNING: Failed to convert: {insert feature class here} ERROR 999999: Error executing function. Insufficient permissions {insert feature class's related table(s)}. WARNING: Failed to convert: Database Connections\Utilities.sde\Utilities.GIS.ElectricUtility\Utilities.GIS.Switchgear. ERROR 999999: Error executing function. Insufficient permissions [Insufficient permissions[Utilities.GIS.UndergroundDistributionInspection]] Failed to execute (CopyFeatures). It fails then to bring over that feature class with a related table into the file geodatabase. Is there a way around the permissions issue? import arcpy
try:
arcpy.env.workspace = r"Database Connections\Utilities.sde\Utilities.GIS.ElectricUtility"
muE = arcpy.ListFeatureClasses(feature_type='point')
print(muE)
for muEFS in arcpy.ListFeatureClasses(feature_type='point'):
arcpy.FeatureClassToGeodatabase_conversion(muEFS, r"Z:\MXDs\Services\Utilities_EF.gdb")
except:
pass
... View more
12-03-2019
11:26 AM
|
0
|
2
|
780
|
POST
|
I have published out a composite locator containing two locators: US Address - Dual Ranges and a US Address - Single House Subaddress. I published it to a 10.7.1 server, registered in AGO, and then attempted to use it in Webapp builder Developer edition 2.13. It works fine when in Pro 2.4 or Desktop 10.7.1 for finding intersections, however in Webapp Builder Developer it only wants to use addresses. It does not want to find intersections. What am I doing wrong? Does not want to find intersections: Finds address points just fine:
... View more
12-02-2019
07:28 AM
|
0
|
3
|
986
|
POST
|
I created a locator in Pro using the "Create Address Locator" geoprocessing tool. It was a "US Address - Single House Subaddress". Then I ran the "Geocode Addresses" geogprocessing tool against a table of addresses, using the preferred location type of address location, and checked the categories. What I am seeing is the geocoder has matched all of addresses in the table with almost 100% certainty. However spatially the results are off from the actual point. The results are any where from .3' to a foot and half off. I have checked the data from the source and the map are in the same projection. I am a loss. Should they not line up exactly?
... View more
11-27-2019
07:29 AM
|
0
|
6
|
762
|
POST
|
Scott, I created the feature class via pro, by going to a folder on our network, right clicking to make a new file geodatabase, create a feature class. Same issue in the same geodatabase, and in the other two test ones I set up on my C:\ Drive and the other is the geodatabase the project created. I used the split tool, but is also does it for just creating a feature from stretch.
... View more
11-08-2019
11:25 AM
|
0
|
5
|
1819
|
Title | Kudos | Posted |
---|---|---|
4 | 05-30-2023 02:04 PM | |
2 | 04-11-2022 02:07 PM | |
1 | 10-03-2022 02:28 PM | |
1 | 05-05-2021 12:25 PM | |
1 | 09-22-2017 01:45 PM |
Online Status |
Offline
|
Date Last Visited |
04-03-2024
11:21 AM
|