|
BLOG
|
Thanks George, yes I just did that and am waiting on their reply . . .
... View more
03-11-2020
10:35 AM
|
1
|
0
|
2746
|
|
BLOG
|
Hi Derek - why aren't I seeing 10.8 in my 'myEsri' MyOrganizations>Downloads>Products section?
... View more
03-11-2020
10:25 AM
|
0
|
0
|
2746
|
|
POST
|
Hi - I have a large When arcade expression I use to group zoning codes into zoning groups to support easier viewing and interpretation. When I apply the expression in the Map Viewer Beta, the expression fails, reporting that the return needs to be an integer. Doesn't happen in Enterprise 10.7.1 or the current 3.x AGOL map viewer. Here is a portion of the expression: var zone = $feature.zoningcode;
var sym = When(zone == 'AIRPORT AUTHOR', 'Airport Authority',
zone == 'CG' || zone == 'CG/EBD' || zone == 'CG/MSOD' || zone == 'CG' || zone == 'CG/SKOD' || zone == 'CI' || zone == 'CI/SKOD' || zone == 'CN' || zone == 'CSC' || zone == 'CG/PNOD' || zone == 'CN/PNOD', 'Commercial',
zone == 'CHI', 'Commercial Highway Interchange',
zone == 'CM' || zone == 'CM/PD', 'Commercial Marine',
zone == 'GU' || zone == 'GU/SKOD', 'Government',
zone == 'HPD', 'Hamlet Planned Development',
zone == 'I' || zone == 'ILW' || zone == 'IR', 'Industrial',
zone == 'MP' || zone == 'MP/SKOD', 'Marine',
zone == 'OPI' || zone == 'OPI/EBD' || zone == 'OPI/PD' || zone == 'OPI/RRZ' || zone == 'OPI/SKOD' || zone == 'OPI/PNOD', 'Office Professional', ......
zone == 'LONGBOAT' || zone == 'NORTH PORT' || zone == 'SARASOTA' || zone == 'VENICE', 'Municipality', zone);
return sym; Has anyone else experienced this? Thanks- David
... View more
03-05-2020
01:38 PM
|
0
|
2
|
1351
|
|
POST
|
So the workaround for the moment seems to be to enable editor tracking on the hosted feature layer after publication, allowing Portal to create the editor tracking fields. Not ideal but it works for now.
... View more
03-04-2020
12:56 PM
|
0
|
0
|
809
|
|
POST
|
I've just discovered that publishing a hosted feature layer from Pro at 2.5 to my Enterprise hosted site at 10.7.1, having editor tracking enabled on the feature class fails the tool and the layer won't publish from the SD, whether tracking time is in UTC or Local EST. I also noticed that when I run the "Share As Web Layer>Sharing selected layer as a web layer" tool from Pro at 2.5 to AGOL, that I see an additional tool parameter: "Preserve editor tracking info" This has got to be a bug because this was not happening to me at 2.4.3. Has anyone else experienced this yet? Thanks David
... View more
03-04-2020
12:32 PM
|
0
|
1
|
849
|
|
POST
|
Hi again Thomas - I am going to assume that you are connecting to a stand-alone server site as opposed to a 10.7.1 Enterprise Federated site. Wish they'd get this issue addressed
... View more
03-04-2020
12:23 PM
|
0
|
0
|
908
|
|
POST
|
Hi Karyn, no I did not. For both the online (December 2019 release), enterprise (10.7.1 release ), and developer (2.12 release) the workaround remains to select your basemaps from your custom gallery, using the non-sync option. I wish they'd get it fixed, it's alot of work when you have to maintain 16 wabs . . .
... View more
02-28-2020
09:22 AM
|
1
|
0
|
2505
|
|
POST
|
Hi Thomas, no I am not. But I am connecting to a hosted site and a federated site. Are you connecting to a stand-alone server site?
... View more
02-27-2020
09:17 AM
|
0
|
0
|
908
|
|
POST
|
Hi - when will we be able to add an administrative connection to our Hosted and Federated server sites in ArcGIS Pro? I have upgraded to 2.5 and really need to be able to get at the tools in the System and Utilities folders, just like I can in Desktop- Thanks, David
... View more
02-26-2020
12:18 PM
|
0
|
3
|
948
|
|
POST
|
Hi Dragan, No I did not contact support. I was waiting for more community feedback, to see if others were experiencing the same issue.
... View more
02-18-2020
12:19 PM
|
0
|
0
|
1575
|
|
POST
|
Hello - I can't believe I haven't run into this until now, but it appears that any layer with an Arcade expression defined / used for the symbology will not print. That is, the layer is not output as part of the map export when using the default AGOL or Enterprise 10.7.1 print service, from either map viewer classic, map viewer beta, or the Web Application Builder print widget My guess is the user-defined Arcade field name used for display is not recognized by the print service, regardless of where the layer is consumed. Thanks, David Edit - This appears to be a problem with large polygon layers (like a county wide zoning) with an Arcade defined symbology defined. I did just successfully print a transit-stop layer with some 1500 points that has an Arcade defined expression.
... View more
02-14-2020
12:15 PM
|
0
|
3
|
1668
|
|
POST
|
Hi Sarah McDonald, MDT Montana et al - sadly the attachment viewer will not work with collaborated-by-reference feature layers either. I have several portal hosted feature layers containing attachments that we collaborate over to our agol org but the attachment viewer app will not recognize them as having attachments. I believe a collaborated as-copy feature layer will work, but I have not tested it yet. Looking forward to the app in Enterprise.
... View more
02-07-2020
12:44 PM
|
0
|
0
|
1302
|
|
POST
|
Well, someone in your org has to assign a machine alias in whatever you all use for a DNS controller, and/or external load balancer. I wish I could be of more help, but there are just too many deployment scenarios. For example, we use a fully distributed deployment, with the web server that hosts the web adaptors sitting behind a proxy known as F5. F5 handles external web traffic, and so when a user goes to ags3.scgov.net/portal, they are going to the web adaptor named 'portal' that then handles all requests. I'd start here: About securing your portal—Portal for ArcGIS (10.7 and 10.7.1) | ArcGIS Enterprise
... View more
02-04-2020
01:15 PM
|
2
|
1
|
1209
|
|
POST
|
Hanah - I can tell you that a CA-signed certificate from Comodo or other signing authority would never be valid against a machine name: tss-Prairies.esri.local you are going to have to assign a valid alias to the machine with a dns ending that the cert was issued against, like esri.org, esri.net, esri.com etc. That has to be in place for collector to be accessible externally.
... View more
02-04-2020
07:52 AM
|
0
|
3
|
1209
|
| 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 |
Tuesday
|