|
POST
|
But, this edited Arcade Expression does work offline! var relate_guid = $feature["rel_guid_pcs"]; var featSet = Filter(FeatureSetByName($map,"Point Count Stations", ['pcs_id','globalid','objectid'], false), 'objectid > 0'); return First(featSet).pcs_id; What changed? I'm guessing that the offline replica.geodatabase that gets created either: Doesn't preserve globalid. So the Filter expression: parent.globalid = child.relate_guid doesn't retrieve anything. (I find this hard to believe). I tried adding a new related child point WHILE OFFLINE and the orig. Arcade expression still doesn't work. the Filter() data fcn doesn't support SQL queries against globalid while offline. (more plausible). ESRI -- Any docs on this?
... View more
01-05-2022
08:38 AM
|
0
|
5
|
4677
|
|
POST
|
I cannot get it to work offline, see below details. Environment: Enterprise 10.9 with PostgreSQL published feature service. Using map viewer BETA released with 10.9, added both point feature classes, they are related via globalid-guid. Arcade Expression on child layer: var relate_guid = $feature["rel_guid_pcs"]; var featSet = Filter(FeatureSetByName($map,"Point Count Stations", ['pcs_id','globalid'], false), 'globalid = @relate_guid'); return First(featSet).pcs_id; Online result: both map viewer BETA and Field Maps app (Android) work great. Select a child point and above expression retrieves parent.pcs_id. Offline result: same webmap, download ad-hoc offline area in Field Maps app (Android). Select a child point and it displays -- which obliviously doesn't work. Field Maps app (Android) error: Expression Name: expr0 Expression Title: Arcade Error Domain: com.esri.arcgisruntime.ArcGISRuntimeException Error Code: 15 Error Description: Invalid call. Unable to evaluate arcade expression. Evaluation_error_code::unexpected_null_value Line :3 @DougBrowning 1) Are you using AGOL or Enterprise? 2) Hosted feature service or published feature service?
... View more
01-05-2022
08:12 AM
|
0
|
6
|
4681
|
|
POST
|
Enterprise 10.9, Map Viewer BETA. Created a popup expression using the FeatureSetByRelationshipName function. I can successfully retrieve the parent feature attribute in the popup, no issues. But, when the webmap is accessed with the Field Maps app (Android) the popup shows an Error Code 6, Illegal State. Invalid relationship name. Question of the day: Are any of the FeatureSetBy.. Arcade functions supported in the latest field maps app? If so, does the map have to be online, ad-hoc created offline, or pre-defined offline? thanks.
... View more
01-04-2022
12:54 PM
|
0
|
9
|
4724
|
|
POST
|
So, "created_date" reflects when the record hit the feature service, i.e. when it was sync'd. What about ArcGIS Collector and/or FieldMaps apps that use SDE Enterprise Geodatabases published as feature services, is the behavior the same? 1) We create a blank SDE feature class, defining schema only 2) Archiving and Editor Tracking are enabled on the feature class 3) FC published as feature service, added to Webmap 4) User downloads offline area of the webmap, then collects data in the field while offline on 7/2/2021 5) 3 days later on 7/5/2021, the user sync's the offline area 6) What will created_date be, 7/2 or 7/5 ?
... View more
11-23-2021
11:16 AM
|
0
|
0
|
1738
|
|
POST
|
We have "Start" and "End" question types added to S123 Connect form. They automatically record when the survey record was started and ended, simple enough. But then, what does "created_date" field store? Is this the date/time that the S123 record was initially sent from the S123 app? i.e. sync'd with the feature service?
... View more
11-23-2021
09:59 AM
|
1
|
2
|
1785
|
|
POST
|
Here's system specs that perform slowly with Pro. Processor Intel(R) Xeon(R) Bronze 3104 CPU @ 1.70GHz 1.70 GHz (6-core, 6-thread) Installed RAM 16.0 GB (15.7 GB usable) Nvidia Quadro P400 (2 GB GDDR5 memory)
... View more
11-22-2021
12:08 PM
|
0
|
1
|
3918
|
|
POST
|
The only solution we have is to revert to 32-bit ArcMap (GUI is 10x faster then Pro), but now lacks all the web-GIS features required to work with a modern web-GIS platform like ArcGIS Enterprise 10.9. But, we shouldn't have to open a support ticket for basic functionality like scrolling in an attribute table. It's odd to me that no one here has mentioned the slow Pro GUI. Perhaps the majority of users are still on ArcMap 10.8.1, that would be my guess. We have several 6+ core workstations with 16GB+ of memory and Pro is significantly slower on all of them, compared to 32-bit ArcMap. I'm beginning to think it's our graphics cards...
... View more
11-22-2021
11:46 AM
|
1
|
3
|
3923
|
|
POST
|
It happens with all sources, and in the example I mentioned in OP, it's a hosted feature layer with ArcGIS Datastore backend.
... View more
11-19-2021
12:51 PM
|
0
|
1
|
4124
|
|
POST
|
Why does the attribute table continue to "jump around" after an edit is made? 1)Load a hosted feature layer in a map 2) Open attribute table, scroll the attribute table half-way (horizontally) 3) select a record 4) delete it The table will jump back to the far-left horizontal position. This is annoying, especially if your table has a lot of fields. Also, why are attribute tables painfully slow in Pro? Scrolling any direction, re-organizing columns, ect. everything is painfully slow compared to 32-bit ArcMap.
... View more
11-19-2021
12:32 PM
|
5
|
9
|
4133
|
|
POST
|
You're correct, this is STILL HAPPENING with the latest version of Pro. In my case, it happens when the Pro map containing the calculate layer, at one time contained a hosted feature layer that was published from Survey123 connect. Even if you remove the HFL from S123, the problem still happens. If you hit the OK button on the field calculator, (rather then Apply), then the problem never happens, irregardless of S123 HFL presence/not.
... View more
11-10-2021
08:23 AM
|
1
|
0
|
2328
|
|
POST
|
Has anyone got the label property to actually change the Editor Widget label? See below, it doesn't work, I'm still getting the default "Editor" label... The filterEnabled property has not effect also. This is 4.20 const editor = new Editor({
view: view,
layerInfos: layerInfos,
label: 'Changed',
allowedWorkflows: ['create'],
container: 'addFeature',
snappingOptions: {enabled: false},
supportingWidgetDefaults: {
featureTemplates:{
filterEnabled: true,
groupBy: 'none'
}
}
});
... View more
08-12-2021
01:46 PM
|
1
|
0
|
5708
|
|
POST
|
3.7 web app that's been running for a few years now, just recently started having issues with the proxy.ashx. We have the latest .net proxy installed, ver 1.1.2, app/proxy both hosted on IIS 8.5. This is also the same machine running portal/server web adaptors. When the app starts loading feature tables, the below request fails with: net::ERR_CONTENT_DECODING_FAILED 200 (OK) https://app.ourdomain.com/proxy/proxy.ashx?https://gis.ourdomain.com/server/rest/services/Hosted/ReviewerDB2/FeatureServer/0/query?f=json&returnIdsOnly=true&token=12345 If I try the request without going through the proxy, everything works as-expected. So ArcGIS server and the hosted datastore are all operating normally. The ArcGIS server logs also display nothing. Other requests through the proxy and have no issues, like below. https://app.ourdomain.com/proxy/proxy.ashx?https://gis.ourdomain.com/server/rest/services/Hosted/ReviewerDB2/FeatureServer/1?f=json&token=12345 One last test was to comment out the proxy config from the JS web app //esriConfig.defaults.io.proxyUrl = "/proxy/proxy.ashx"
//esriConfig.defaults.io.alwaysUseProxy = true; Then "enable" CORS with JS API 3.7 via unsafe-eval. <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' https://js.arcgis.com; object-src 'self'"> Everything then works as-expected, but our customer will never be able to visit a site with unsafe-eval in the header. Any advice here? What is all of a sudden going on with our .ashx proxy? .net Windows updates? IIS 8 updates?
... View more
07-21-2021
07:31 AM
|
0
|
0
|
1314
|
|
POST
|
Python script wired to Pro 2.7 toolbox with defined parameters. On my workstation I first ran this to setup the locally stored credential using a profile. from arcgis.gis import GIS
gisprofile = GIS(url="https://our.gisportal.gov/portal",username="tool_user",password="Toolpass123",profile="ourportal")
print("profile defined for {}".format(gisprofile)) I can now successfully access the portal using this: # Establish a connection to GIS Portal
gis = GIS(profile="ourportal") I successfully published the web tool using the geoprocessing History in Pro. But when you try to run the published web tool you get an error about the "ourportal" profile not existing. I CANNOT run the first code snip above on the Server 10.8.1 machine because Pro isn't installed on that server. You get the error: No module named arcgis.gis So, how do you "install" the profile that stores the creentials on the server machine that executes the web tool? I tried manually adding to win credential store, along with copy/pasting the .arcgisprofile file and the web tool doesn't error out (progress...) but simply times out with no other errors.
... View more
05-10-2021
07:48 PM
|
1
|
0
|
864
|
|
POST
|
Enterprise 10.8.1 Pro 2.7.3 Python script takes Excel file as input, uploads to Enterprise Hosted Feature Service (table). Error: 00256 Server version 10.8.1 tool ExcelToTable_conversion does not have new parameter cell_range and new parameter field_names_row. With Pro 2.7 these 2 new parameters were added to ExcelToTable, but it looks like Server 10.8.1 is still using the older "version" of the ExcelToTable tool that doesn't have these 2 new params. The irony is that I'm not even using them in the Python script, i.e. they are left at default. Any workarounds, short of just using a .csv? thanks.
... View more
05-07-2021
08:03 AM
|
4
|
0
|
1052
|
|
POST
|
We are able to construct a URL in S123 form to open Collector, initiate a point and pass attributes from S123, works great. But we're unable to open the Field Maps app from S123. Here's the doc that lists which apps can be launched from S123: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_BB1D69DBE8334B4BA0BE32376F2F7F55 Looks like Field Maps is missing, and I confirmed that "arcgis-fieldmaps" doesn't work to launch the app. Are we doing something wrong, or hasn't Field Maps been integrated with S123 yet? The opposite direction works, clicking a link on Field Maps successfully opens the S123 form, but you can't get back to Field Maps from S123.
... View more
04-19-2021
09:37 AM
|
0
|
4
|
3395
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 2 | 06-19-2026 05:33 AM | |
| 1 | 05-02-2024 04:44 PM | |
| 1 | 11-04-2025 11:45 AM | |
| 1 | 10-31-2025 06:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|