|
POST
|
Looks to me like this was first reported at 3.4.0 and it is still present at 3.6.2. High Precision date fields cannot be used in Editor Tracking. The only solution remains the work around of adding low precision date fields, but it sure is a pain.
... View more
02-25-2026
08:00 AM
|
0
|
0
|
1030
|
|
IDEA
|
My guess is is that the webmaps' basemap must also be in the same WKID, but I don't know yet
... View more
02-24-2026
01:07 PM
|
0
|
0
|
835
|
|
IDEA
|
Hmm, I can tell you guys that last week I modified the projection parameters for WKID 2882: Projected Coordinate System NAD 1983 HARN StatePlane Florida West FIPS 0902 (US Feet) Projection Transverse Mercator WKID 2882 Authority EPSG Linear Unit US Survey Feet 0.3048006096012192 False Easting 656166.6666666665 False Northing 0.0 Central Meridian -82.0 Scale Factor 0.9999411764705882 Latitude Of Origin 24.33333333333333 and tested the expression in an ArcGIS Pro 3.6.2 field calculation expressions for lat and then for lon. I then ran the Calculate Geometry tool and the results matched. Both my layer and the pro map coordinate system for this test are in WKID 2882. I plan on setting up the expressions for the web map edit form and testing against a web mercator basemap this week in both the webmap and in Field Maps.
... View more
02-24-2026
06:01 AM
|
0
|
0
|
853
|
|
POST
|
So it turns out that since sometime around December of 2025 - for any new group I create and enable 'Open Data' access for our org, none of the content - regardless of type - is visible to the Open Data site, again regardless of whether or not I can see the content in the workspaces>Groups. So the only content that is visible is what is contained in our older groups. If I can't add and remove groups from Open Data, then we are in trouble.
... View more
02-24-2026
05:46 AM
|
0
|
0
|
353
|
|
POST
|
Hello @AndrewTurner - FYI began a support case for this issue caseNumber=04116030 for our org County of Sarasota 16502. Initial tests with support did not yield any changes.... that is, we tried adding a new group through online and enabling open data, added a pdf doc to that group, and while everything reads as it should through Hub workspaces and in the Content Catalog, the document contained in the newly-added group does not appear in the Open Data front-end... @ReannaUn @ReannaUnwalla
... View more
02-20-2026
08:18 AM
|
0
|
0
|
374
|
|
POST
|
Thank you for the reply @AndrewTurner - I see the group as visible in my Hub workspace for our Open Data Site located at: https://data-sarco.opendata.arcgis.com The group is designated in ArcGIS Online for the Group Settings as: "Allow this group to be accessed in Open Data sites." checked on. In the hub workspace, I do not see the 1,327 pdf files as part of the 'Content': I do however see the pdf content when I toggle down to the Groups: so as you can see here, this Group which participates in the Open Data site contains 1,327 pdf documents thus far, yet no longer shows this content in the Open Data Site.... Thanks for your assistance...
... View more
02-18-2026
09:44 AM
|
0
|
0
|
382
|
|
POST
|
Hello - does anyone know if there is an item count limit for pdf documents in groups that have the Open Data setting enabled from the Group Settings page in ArcGIS Online? I have a Planning Documents group that contains about 1400 pdf files. The Open Data designation is set so the group can appear in our Open Data stie. Yet since last week sometime, the pdf content files no longer appear in our Open Data site. I have a second group that contains about 130 pdf documents with the same group settings applied, and those documents appear in our Open Data site. Thanks
... View more
02-13-2026
07:47 AM
|
0
|
4
|
422
|
|
POST
|
Yeah making that change as a Rest api update from the admin page is essentially the same as using the arcgis api for python where you go in and update a value for a feature layer using an update dictionary: updateDict = {'maxRecordCount': 4000, 'capabilities': 'Query,Extract'} portFL = FeatureLayerCollection.fromitem(portItem) print (portItem.title) portFL.manager.update_definition(updateDict) https://developers.arcgis.com/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerManager setting the value here doesn't change anything, it has to be set when the service or feature layer is published. Then if the service is overwritten by say the arcpy sharing module for featureSharing draft: sddraft.maxRecordCount = 4000 https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/featuresharingdraft-class.htm it is very frustrating that the 'update definition' does nothing - updating the feature layer definition will change the maxRecordCount for a hosted feature service in 3 places - but not for the feature service portion itself. Anyone can feel free to correct me.
... View more
02-10-2026
01:57 PM
|
0
|
0
|
166
|
|
POST
|
indeed - this is definitely the first I heard of this is here.
... View more
02-02-2026
10:01 AM
|
0
|
0
|
464
|
|
POST
|
hmmm. Well, wish I had more to tell you. I did not experience this going from 11.2 >11.3 >11.4 or 11.4 > 11.5. or from 11.5 > 12.0 .It is interesting that the help https://enterprise.arcgis.com/en/get-started/latest/windows/what-s-new-in-arcgis-enterprise.htm doesn't include "11.2" as a "other version" that you can toggle to.
... View more
02-02-2026
07:53 AM
|
0
|
2
|
475
|
|
POST
|
HI @RyanUthoff - and you are using CA-signed certs across your deployment I assume?
... View more
02-02-2026
07:23 AM
|
0
|
1
|
490
|
|
POST
|
Yes @MarlonAmaya I did that a couple days ago. Case Number is 04097357. The support submittal does reference this thread.
... View more
01-29-2026
04:46 AM
|
0
|
0
|
612
|
|
POST
|
ok thanks @MarlonAmaya . interesting re Datastore back end.... yes the error message I receive is not what you show, but what I show above as an E_OBSERVER_FAILURE code and "Run Failed" message. Probably not the same issue.
... View more
01-28-2026
12:12 PM
|
0
|
0
|
615
|
|
POST
|
Hello @MarlonAmaya - did you have any more info for me regarding my questions to you from yesterday? thanks
... View more
01-28-2026
10:48 AM
|
0
|
2
|
618
|
|
POST
|
Hello @MarlonAmaya "If running into the defect, you would be able to see specific SELECT query at the inventory observer." Where do I locate the "SELECT query at the inventory observer"? I am also reading in the SELECT statements above: ".../FROM SDE_table_registry..." How would I have select statements involving the SDE_table_registry for a Relational Datastore? Am I missing something? I can tell you I have the following log entry for the observer that occurred after I completed the upgrade: {"id":8660,
"level":"warning",
"message":"Run failed",
"timestamp":"2026-01-23T21:23:00.648Z",
"code":"E_OBSERVER_FAILURE",
"process_id":null,"resource":"observers:58",
"details":"",
"trace_id":null,
"client_ip":null,
"machine":"RELDATASTORESERVER",
"username":null,
"elapsed":null,
"payload":null} And then here is a screenshot of the graphic: showing counter stopping at the time I completed the upgrade on 01/22/2026 at 11:00 a.m. EST Thanks - @DerekLaw
... View more
01-27-2026
05:40 AM
|
0
|
3
|
636
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-27-2026 01:27 PM | |
| 2 | 03-25-2026 06:29 AM | |
| 2 | 03-04-2026 11:14 AM | |
| 1 | 02-26-2026 09:46 AM | |
| 1 | 10-30-2025 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|