|
POST
|
This seems to have resolved itself. Probably part of the trouble was due to simultaneous windows updates that occurred on my windows machine on 4/13. I had sd file overwrite scripts that got interrupted from a restart and that contributed to time-outs and/or corrupting collaboration layers..... sigh
... View more
05-06-2021
12:47 PM
|
0
|
0
|
5564
|
|
POST
|
Hi - it looks as if the Monitor release for 10.9 is the same as 10.8.1 - i.e. there is no release for Monitor at 10.9, it remains at the same: ArcGIS_Monitor_1081_175270.exe Will there be a release for Monitor at 10.9 or 10.9.1? Thanks-
... View more
05-06-2021
12:28 PM
|
1
|
4
|
3545
|
|
POST
|
Hello all - I figured out what has been happening. Turns out this is not an Online or an Enterprise issue but rather a Pro issue at 2.7.3. And it's not really an issue, just a setting change that has occurred. I use the sharing module in Pro to create sddrafts, sdfiles and then upload those files either by the api or through the sharing modules arcpy.UploadServiceDefinition_server(). My Aprx's maps are all native State Plane coordinate system. However, beginning at 2.7.3, it appears that you need to set the transformation as an 'Additional Transformation' property from State Plane HARN NAD 83 to WGS84. In our case, its the NAD 1983 HARN To WGS 1984 2 transformation. Once I did this, I no longer see a shift in my data.
... View more
05-06-2021
12:10 PM
|
0
|
0
|
4126
|
|
POST
|
If you're talking about just having to update your license manager with the new license manager file, you can just update. Like going from the current 2020.0 to 2020.1. Just make sure you follow the guide here: https://desktop.arcgis.com/en/license-manager/latest/welcome.htm and make sure you've got all your authorizations and ecp codes from your orgs MyEsri
... View more
05-06-2021
08:38 AM
|
0
|
2
|
1804
|
|
POST
|
Hi - I notice that the ArcGIS Server Security 2021 Update 1 Patch notification just posted in the ArcGIS Blog: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/arcgis-server-security-2021-update-1-patch/ hasn't or isn't coming up in the Server patch notification tool on Server: will it appear eventually, or should I go to the Support Home and do a manual download? I'd prefer to wait for the PatchNotification tool to pick up on the release- Thanks-
... View more
05-05-2021
11:00 AM
|
0
|
6
|
2736
|
|
POST
|
Hi - I have set up a symbology by an Arcade expression, but when I create the Interactive Legend app with my map (either Classic or New), the 'Interactive' part of the legend widget does not 'Interactive' when symbology is set by Arcade expression. My guess is an expression like this: var FutureRd = $feature["future_rd"];
var NumberLanes = $feature["num_lanes"];
var FutureLanes = $feature["fut_lanes"];
var Roads = When(FutureRd == 'NO' && NumberLanes == FutureLanes,'Complete, No Widening',
FutureRd == 'NO' && NumberLanes != FutureLanes,
'Complete, Widening Required', 'Future / Unbuilt');
return Roads; is treated as a single value by the app even though I get a feature count of all three values returned by the When. Any suggestions/
... View more
05-05-2021
07:49 AM
|
0
|
1
|
1001
|
|
POST
|
Hi - no I don't know what is going on with your expression but I can tell you that I am getting a similar error with an Arcade expression that works fine in MapViewer Beta 5 (enterprise 10.8.1) and in the classic map viewer Online, or the Enterprise map viewer. This expression: var FutureRd = $feature["future_rd"];
var NumberLanes = $feature["num_lanes"];
var FutureLanes = $feature["fut_lanes"];
var typing = When(FutureRd == 'NO' && NumberLanes == FutureLanes,'Complete, No Widening',
FutureRd == 'NO' && NumberLanes != FutureLanes,
'Complete, Widening Required', 'Future / Unbuilt');
return typing; fails with a return 'Warning, return type must be a number'. So even if I cast the NumberLanes and FutureLanes vars as text, still doesn't work in New MapViewer. If I build the expression in Classic, and then open the map in New, the New Map Viewer does honor the expression. For now that's my workaround
... View more
05-05-2021
07:32 AM
|
1
|
2
|
2267
|
|
POST
|
Hi Joabel - you probably already figured this out, but when you set up a web map in the new viewer displaying a dynamic map service where the layers are grouped server-side, you don't get the sub-groups or sub-layers as a property. But, when you publish the map to one of the 4.x 'instant apps' or use the service in the javascript 3.x or 4.x api, the layer list widget picks up the sub group and layer info from the map and you then see your grouped layers. Otherwise you can group map image services together using the 'Add to new Group', same as you would map image services, hosted feature layers, or a layer added by url, e.g https://...../arcgis/rest/services/CallCenterServices/ContactCenterService/MapServer/6
... View more
05-03-2021
09:39 AM
|
0
|
0
|
5177
|
|
POST
|
I discovered that the 'Near Me' widget in WAB 2.17 DE does not work when the map is saved in Map Viewer Beta 4 (or 5). It just won't return results, whether using the buffer or intersecting polygon option
... View more
04-23-2021
07:10 AM
|
2
|
1
|
3632
|
|
POST
|
Thanks for the reply Ellen. Yes I've covered all of these bases long ago. Because of OpenData, we keep all of our Enterprise hosted feature layers in their native coordinate system - I do no re-projection from State Plane to Web Mercator at the source in Pro. We allow the map viewer to handle the reprojection on the fly, where it has always worked well in both Classic/Beta Beta/Viewer. As I said, this only recently started and only with a couple of large parcel layers and is now present in both Online viewers I like the Beta/New Viewer and I understand change management. Regardless of this hiccup, I continually recommend to staff that they migrate any of their web maps that they can. Thanks for looking into this- nice to get a reply! David
... View more
04-22-2021
01:45 PM
|
0
|
0
|
4160
|
|
POST
|
Hi Darren, no I don't have any help I can give you other than to say others seem to be having a variety of issues as well. Here is my related post: https://community.esri.com/t5/arcgis-online-questions/map-viewer-classic-and-map-viewer-layer-alignment-issues/m-p/1048770#M39558 To which I can also add that I could not load a referenced feature service to the new map viewer. It came back as 'unsupported'
... View more
04-20-2021
06:27 AM
|
1
|
0
|
6562
|
|
POST
|
We are also having many related issues surrounding the AGOL update, I believe most are Trust related as Open data downloads time out, Living Atlas content delivers sporadically, the World Geocoder time's out on requests, I lost collaborations that had to be re-created. And there seem to be alignment issues with certain hosted and collaborated layers on the map viewers will not 'snap' into place correctly
... View more
04-19-2021
11:17 AM
|
0
|
0
|
3605
|
|
POST
|
Hello - has anyone noticed certain large polygon layers (Parcels over Lots, for example) will not align correctly since the ArcGIS Online update on 4/15? The misalignment is occurring in both the Map Viewer & Map Viewer Classic on AGOL, AND in both Map Viewer & Map Viewer Beta 5 in the 10.8.1 Portal. The layers are posted to my 10.8.1 portal and sent to AGOL via distributed collaboration as reference. Because the hosted or referenced collaborated layers do not misalign in a Pro 2.7.3 web mercator map page, I suspect the map viewers. It feels like a 'lag', like the new layers won't 'snap' into place - It's as if the transformation is not happening when overlaying certain FL State Plane West HARN (WKID 2882) layers over the current web mercator basemaps. Thanks, David
... View more
04-19-2021
09:05 AM
|
3
|
3
|
4249
|
|
POST
|
Here's an error log from Monitor: The request to import replication package on the portal with id '529fb9fc-6405-403a-9fe0-32fd5bad6020' timed out. The job '53a74f2be1bb4950a83633ebe70fdc9e' on portal 'https://sarco.maps.arcgis.com' timed out. The replication tried to sync for 2 hours before timing out....
... View more
04-16-2021
12:06 PM
|
0
|
0
|
5641
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-01-2026 05:41 AM | |
| 1 | 06-26-2026 12:39 PM | |
| 6 | 06-25-2026 07:23 AM | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|