|
POST
|
Hi Amanda. Thanks for your reply. Yes, our Org is set up to use HTTPS only. All the content in our Org can only be accessed via HTTPS. I believe the error message is misleading and masking over the real issue - although i have no idea what the real issue is 🙂
... View more
11-09-2021
12:14 PM
|
0
|
3
|
3052
|
|
POST
|
Hello. I am unable to add a View to a map created with the New Map Viewer. I can use Map Viewer tools (Add layer) to find the View, but when i click the '+' icon to add the view to the map, I get the follow error "Unable to add layer <layer name>. Unable to establish a secure HTTPS connection to the layer.....". I am able to add the View layer to a map created with the Classic Map Viewer. A perhaps relevant bit of information about the View is that it was created from a Hosted Feature Service that contains three related tables. I use the REST Admin API 'delete from definition' endpoints to remove the related tables from the View. Any thoughts on adding the View to the map? Is this a bug in the system? Any help, suggestions are greatly appreciated. Thank you
... View more
11-09-2021
12:05 PM
|
0
|
7
|
3068
|
|
POST
|
Hello. I have a hosted feature service that contains one layer and 3 related tables. The Has Sync Enabled Views property of the service is stuck at true. I have created multiple views based on the feature service, but none of those views have sync enabled (i've verified this by making sure the 'Sync Enabled' checkbox is unchecked for every view). I've also verified that no replicas are hung or stuck by going to the /replicas endpoint. Under 'All Replicas', the value is None I have used the REST admin endpoint for the feature service to update the definition to manually force the value of hasSyncEnabledViews to false (and i've tried 0). The endpoint returns the error Invalid definition for 'SourcesSchemaChangesAllowed'. Invalid definition for System.Boolean. Any idea how to change the value for Has Sync Enabled Views? With the value set to true, i am unable to use Arcade to update the data, and i think its messing with the ability to edit data in the views. Thank you.
... View more
10-26-2021
10:24 AM
|
0
|
0
|
784
|
|
POST
|
Hello. I'm seeing some weird behavior (outlined below) with a Hosted View Layer. The source for the view layer is an AGOL Hosted feature layer that has attachments enabled and has three related tables as part of the service. I am the owner of the hosted feature layer, and I have AGOL admin privileges. This behavior can be repeated. I create a view layer by clicking the Create View Layer button. I accept the default option to "Preserve Layer IDs". After the view is created, I go to the 'Settings' for the item and select the checkboxes for Enable editing, Keep track of created and updated features and Enable Sync. If I choose to 'Add to new map with full editing control', the View - including the three related tables - is added to a new map. I can edit the main/geometry layer by clicking the 'Edit' button in the main menu of the map or by clicking the Edit link in the popup dialog I can open and edit data for all three related tables Note that there doesn’t appear to be a way to ADD data to related tables; I can only update existing data If I chose to 'Add to new map', the View - including the three related tables - is added to a new map. I can NOT edit the main/geometry layer. The Edit button in the main menu of the map is not present and the Edit link in the popup dialog is not present I CAN edit two of the three related tables, but I can NOT edit the third related table If I add the View to an existing map (that my account owns) I can NOT edit the main/geometry layer. The Edit button in the main menu of the map is not present and the Edit link in the popup dialog is not present I CAN edit two of the three related tables, but I can NOT edit the third related table Any thoughts on what's going on, and how i can edit data in a view
... View more
10-25-2021
09:16 AM
|
1
|
3
|
2162
|
|
IDEA
|
As a follow-up on the proposed work arounds, the approach to use the REST admin endpoint did not work for me. When i added a new field to my hosted feature layer, I set the field as nullable with a default value of 1. Unfortunately, there is a bug in Arcade so that Arcade uses the default value when trying to set the field value to null (agreed that this is an edge case, but its the situation we are in with adding a new field to a many-year-old data set). Anyway, i tried to use the REST Admin endpoint to Update the Definition to remove the default value. Despite the REST response reporting 'success', implying to me that the change to default value worked, the default value remained unchanged. My 'workaround' at this point is to add another new field, DO NOT set a default value, and then calc the values for the new field.
... View more
10-21-2021
03:08 PM
|
0
|
0
|
15142
|
|
POST
|
Hey there. For our Hub Site we have several layers that can only be downloaded thru a 'subscription', so a user has to log-in to the site and be a member of the appropriate Group to access those layers. Is there a way to track which 'subscription' users downloaded which data, and how many times they downloaded it? Thanks.
... View more
09-02-2021
02:29 PM
|
1
|
1
|
1126
|
|
IDEA
|
same as @wayfaringrob. It'd be nice to have our Community members acknowledge terms of use / data use disclaimers when they accessed the site. We know we can set up a Welcome message and Terms of Use on Community account creation, but it'd be nice to remind folks about the disclaimer each time they came to the site
... View more
09-02-2021
02:06 PM
|
0
|
0
|
5043
|
|
POST
|
Hello. I'm looking for some recommendations on the best ways to test layer load performance via the 4.x jsapi. We are trying to document the differences in load times between AGOL vs our hosted map services. My initial speculation is that a good way to go would be using the 'before-add' and 'after-add' events on the map.layers collection. Are those events specific to adding an item to a collection (just increasing the length of the list by one), or would they also capture the time needed to fetch a layer and load it in the map? Is there a better way / place to measure the time needed to fetch the layer and add it to a map? Thank you.
... View more
08-01-2021
07:18 PM
|
0
|
0
|
1226
|
|
POST
|
Hello. Is there a way to pass multiple search terms (or wildcards as described in the documentation) to the arcpy function ListTables? I've tried passing in a comma separate list of strings and passing in an array of strings. Neither of those approaches worked. I need to work with all the tables that start with 'Ad' and those that start with 'T'. What i am doing now is calling the ListTables function twice (see below). This gets the results I need, but it seems very heavy - i have to go to the workspace twice to get the list i'm after: datalist = arcpy.ListTables("PES.IPM.Ad*") + arcpy.ListTables("PES.IPM.T*") I'd rather make the call once, passing something like this instead: datalist = arcpy.ListTables(["PES.IPM.Ad*", "PES.IPM.T**" ]) Is such a thing possible? Thank you.
... View more
07-30-2021
02:21 PM
|
0
|
1
|
949
|
|
POST
|
Hello. Does AGOL provide a way for us to know "who" is using a public hosted feature layer in AGOL? I'm aware of the standard Usage Reports that show a count of hits on the service, but i'd like more detailed info on who is using the service. I'm asking because one of our services has gone from averaging about 50 hits per day over the last year to spikes of over 1100 hits per day on a somewhat 'regular' pattern. We'd like to know who is using the service with that level of intensity. Thank you.
... View more
07-30-2021
10:13 AM
|
1
|
0
|
927
|
|
POST
|
Hello, A while back our AGOL Org did a trial subscription to ArcGIS Hub Premium. As part of Premium, we enabled a Community Org Account. We decided not to continue on with Hub Premium so our Community Org account was disabled. However, the option to create a Community Account is still displayed on the Sign In page for our standard/employee Org account. How can we hide the option to create a Community account? As a test, i tried to create a Community account. I was able to proceed pretty far down the process, even receiving an email from ArcGIS Notifications that i was just one step away from activating the account. However, when i tried to take that one step, i.e. setting up a username and password, i ultimately got an error message that i couldn't create an account. Thank you
... View more
07-15-2021
05:34 PM
|
0
|
2
|
2295
|
|
POST
|
I did indeed ask for a less-preferred but effective way! I tried to re-assigning ownership to my account but that change had no impact on the sites visibility. So, i took the route outlined by you. I now have two less (orphaned) Hub sites hanging around. Thanks again for your help.
... View more
07-08-2021
01:26 PM
|
0
|
0
|
3595
|
|
POST
|
Thank you for your suggestion. I can follow the steps you outlined to get to the 'Delete' button. I must say, however, that i hesitate to do that when i see the Item Description as this: DO NOT DELETE OR MODIFY THIS ITEM. This item is managed by the ArcGIS Hub application. To make changes to this site, please visit https://hub.arcgis.com/admin/ Should i care about this warning? Since i can't access the site via the Hub admin, is this approach the only way to delete the site? Thanks again.
... View more
07-08-2021
11:57 AM
|
0
|
2
|
3605
|
|
POST
|
Thanks for your suggestion. I've given it a go, but the screens i see don't match up with your description. When i click the 'Open Data' link, i see a list of our Org's Open Data Groups. I do not see a list of our Open Data (i.e. Hub) sites. Maybe i'm missing something?
... View more
07-08-2021
11:52 AM
|
0
|
1
|
3606
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 9 | 04-14-2026 03:22 PM | |
| 1 | 02-24-2021 12:15 PM | |
| 2 | 01-05-2026 10:04 AM | |
| 1 | 09-30-2025 01:30 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|