|
POST
|
Also runs faster for me as well, thanks for the fix.
... View more
06-20-2016
02:53 PM
|
1
|
0
|
444
|
|
POST
|
I have encountered the same problem on multiple machines at different offices. "My Schedule" is always really slow or doesn't load at all. Tried using IE, Firefox and Chrome.
... View more
06-15-2016
07:16 AM
|
0
|
1
|
1597
|
|
IDEA
|
When exporting a hosted feature service from ArcGIS Online (AGOL) to a File Geodatabase (GDB), some of the key GDB settings that you originally set up are lost in the export. I have encountered this when feature services were originally created via ArcMap "Share as a Service" from a File GDB. Please fix the AGOL export so that all of the original GDB settings are preserved in the downloaded File GDB. Specific examples of settings that are lost: 1) "Default Values" for all attributes of the feature class and related tables 2) GDB "Domain Description" text 3) Feature class that you export has a different name in the download GDB than it was in the original GDB 4) Relationship Class(es) have different name(s) in the download GDB than in the original GDB 5) Relationship Class "Notification" and "Label" settings are removed 6) Subtypes
... View more
03-09-2016
12:15 PM
|
7
|
1
|
1463
|
|
POST
|
Thanks Rebecca, I will take a look at the addin soon. If it doesn't do the trick for AGO, at the very least the addin looks helpful for other data source issues.
... View more
10-27-2015
12:40 PM
|
0
|
1
|
737
|
|
POST
|
I have found some very useful solutions to change MXD data sources using python. The question: Is it possible to automatically switch MXD data sources to an AGO-hosted feature service? It seems that the replaceDataSource() method would work, but there does not appear to be a workspace_type for AGO. The added challenge here is that the feature class names change - the original file GDB uses the full name (i.e. "Major_Employers") and on AGO the name becomes the number for the REST service (i.e. "0"). I tried modifying the python example "A feature class is renamed" from the Esri help document and it didn't work. Before I move forward with troubleshooting this code, my main question is can this be done in the first place? Note: I modified the AGO URL in my code example below to remove specifics: import arcpy
mxd = arcpy.mapping.MapDocument(r"C:\temp\MXD_Update\Data_Source_Update.mxd")
for lyr in arcpy.mapping.ListLayers(mxd):
if lyr.supports("DATASOURCE"):
if lyr.dataSource == r"C:\temp\MXD_Update\AGO_Sync_Testing.gdb\Major_Employers":
lyr.replaceDataSource(r"http://services2.arcgis.com/[url]/ArcGIS/rest/services/[featureservicename]/FeatureServer", "NONE", "0")
lyr.name = "0"
mxd.saveACopy(r"C:\temp\MXD_Update\Data_Source_Update_AGO.mxd")
del mxd
... View more
10-27-2015
10:36 AM
|
0
|
3
|
2872
|
|
POST
|
Does any one happen to know if the X-Ray for ArcCatalog works with a higher-than-Excel 2013 version? We are looking to upgrade, but Microsoft is advising us to get the latest version (2016?).
... View more
10-26-2015
09:16 AM
|
0
|
0
|
1480
|
|
POST
|
Forgot to mention: the join and spatial views are 1:1 - each feature has only 1 related record in the external table.
... View more
07-07-2015
10:06 AM
|
0
|
1
|
1199
|
|
POST
|
I have been using Robert's Identify Widget v 3.6.5 in our Flex 3.6 apps perfectly for about a year now -- great tool Robert, thanks for the support and development of it! I recently upgraded ArcGIS Server from 10.2.2 to 10.3.1 and encountered a minor problem with the Identify Widget after the upgrade. I did find a workaround, so this is more of a discussion than a question. We have a map service that contains a feature class from SDE with a join (defined in the MXD) to an external table in another database - both SQL 2008 R2 databases. This "join" map service worked fine prior to the upgrade to Server 10.3.1. After the upgrade, the Identify Widget stopped working and throws the error seen in the attached picture when you click on the "join" feature class. Feature classes that do not have joins still work fine. The regular Identify tool in ArcMap also still works. I took a look at the newer version release notes for Identify Widget and it does not appear that this issue has been mentioned. I don't know if this problem is present in versions beyond 3.6.5. Workaround = If I create a spatial view in SDE (including both the feature class and external business table) using ArcCatalog, the Identify works like it did before on the view. All I had to do was change the <field name> references in the XML configuration to the new "spatial view" map service names. Interestingly the eSearch Widget is not affected by this problem, it still works even with the "join" map service.
... View more
07-07-2015
09:56 AM
|
0
|
2
|
4013
|
|
POST
|
I have tested 2 additional scenarios: (1) (Feature > Table A > Table D) (Feature > Table B > Table D) (Feature > Table C > Table D) Doesn't seem to work for me. I can't even establish a relationship class with ArcCatalog. If you try to relate table D to more than one table (A,B,C), I encounter an error "Failed to create the specified relationship class - The relationship class is incompatible with an existing relationship class." In Table D, I have tried this with the same GUID for all 3 and also with separate GUID columns for each table (Table A GUID, Table B GUID, Table C GUID). (2) Hydrants > Events > Employee Works well in the Collector for Android. The only negative comment I would have is that you can't really enter multiple rows quickly. See the attached picture for more detail, which shows the bottom of the Events form. In my example, you can have multiple Employees participating in an event. For each employee, from the Event form you have to: click "New" --> enter their data in Employee form --> click "Done" --> takes you back to the Event form --> click "New" again and repeat for each employee. It would be nice if multiple lines could be added while in the Employee form. But it does work and would be suitable for most cases.
... View more
03-04-2015
09:24 AM
|
1
|
0
|
936
|
|
POST
|
Not yet. I will try to do it later this week or next and will report back. The blog post you mentioned above suggests that it should work up to 3 levels, although I'm not sure about the "1:M:1" "Table D" example.
... View more
03-03-2015
10:28 AM
|
0
|
0
|
936
|
|
POST
|
So far, I have only tested it as a hosted feature on AGO. Do you have Global IDs set up and is the feature service set up properly for editing? Everything seems to require those in the current Esri stack. FYI if you aren't aware: Esri recommends Global IDs / GUIDs to be used as the relationship class primary / foreign keys. After I converted our user-maintained IDs to Global IDs, the related tables worked great in Android Collector. I'm planning to eventually use local SDE infrastructure as well, so I hope it works with that . Unfortunately I can't do that yet because our geodatabase is stuck a few versions back. I am able to add local SDE dynamic / cached services for viewing, but can't attempt local SDE feature editing yet. Hopefully we will receive additional feedback from others.
... View more
03-03-2015
10:25 AM
|
0
|
0
|
1118
|
|
POST
|
Do you have related tables set up on your feature services? I just encountered the same thing with Collector for iOS. Then I thought about it for a minute and realized that I am trying to open maps that have a feature service with related tables. As of now, Collector for iOS does not support related tables. The Android version of Collector works without error for me with the same feature services. Can anyone confirm this?
... View more
03-03-2015
08:18 AM
|
0
|
2
|
1118
|
|
POST
|
So far I have tried a scenario where there are two unique related child tables to the same parent: Hydrants > Events Hydrants > Inspections When you are in the form of Collector for Android, you see both child tables as an option to "View" or "Create New". It works well. I will probably try 3-level in the near future.
... View more
02-27-2015
02:40 PM
|
0
|
3
|
936
|
|
POST
|
Yes, that would typically work, but not in this case. Thanks for the response.
... View more
12-16-2014
07:18 AM
|
0
|
0
|
903
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-22-2024 10:38 AM | |
| 1 | 04-30-2024 11:04 AM | |
| 1 | 11-28-2023 11:18 AM | |
| 4 | 11-03-2023 03:29 PM | |
| 1 | 05-03-2022 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-23-2025
01:35 PM
|