|
POST
|
Ok, I did a screen share with support on this on 06/17, demonstrated the issue by showing the workaround and now we'll see.
... View more
06-18-2025
12:37 PM
|
1
|
0
|
2139
|
|
POST
|
Yeah once a shared service restarts it will revert back to it's 0.0 setting for min and max InstancePerNode counts and then the Instance Saturation again graphs that service saturation value as 100%
... View more
06-11-2025
12:07 PM
|
0
|
0
|
2245
|
|
POST
|
Ok I too can confirm that what @nbrown in his reply and what @NickN in the this post Solved: Metrics and Alerts on Shared Instances - Esri Community do work. I went into ServerAdmin and just changed the max maxInstancesPerNode value to 1 and left the minInstancesPerNode at 0 and am now getting small percentage sat values (like 0.45, 0.56, etc) for these services in the shared instance: Configured State Started Instance Type Shared Instance Limits 0 min - 16 max One of us should still probably report it to support so they can be aware and get a fix, since I still don't know if the Instances node counts are going to revert back to 0,0 when the server restarts or when the ArcGIS Sever exe service restarts....
... View more
06-11-2025
10:44 AM
|
0
|
0
|
2258
|
|
POST
|
Hello - I just finished the 2024.1 to 2025.0 Monitor upgrade. Now, any of my map image services that use the Shared Instance (Dynamic Mapping Host) show as 100% saturated. Map Image Services as dedicated types do not. Thanks, David
... View more
06-09-2025
11:17 AM
|
3
|
12
|
2659
|
|
POST
|
Thanks @JakeSkinner I went ahead and uninstalled it prior to running Monitor Server exe. Probably doesn't matter when it's done.
... View more
06-09-2025
10:30 AM
|
0
|
0
|
699
|
|
POST
|
Hello - I feel like I should be unregistering and/or uninstalling the 11.4 web adaptor that is currently registered with my 2024.1 monitor deployment before I begin the Monitor 2025 Server and Agent upgrade. But I'm not seeing guidance either way in the setup and config docs.
... View more
06-09-2025
06:45 AM
|
0
|
2
|
744
|
|
POST
|
Hi @Brian_McLeer - in prepping for my 11.4 - 11.5 upgrade, the only thing I'm noticing here is that I have always let the WA install default to port 80 (not port 443 as you mention earlier) and then just make sure the https only update settings for portal and sever are in place . . .
... View more
06-02-2025
09:59 AM
|
0
|
2
|
6435
|
|
POST
|
you say: "a user with publisher role can Share a referenced web layer to Portal with editing disabled on the feature layer, and after its creation, still edit the attribute table of the referenced feature layer in Portal using ArcGIS Pro." Yes, the owner of the layer can always perform edits to the layer regardless of the capability settings. Please see more info at: https://enterprise.arcgis.com/en/portal/latest/administer/windows/member-roles.htm
... View more
05-29-2025
01:22 PM
|
1
|
0
|
1257
|
|
POST
|
A vector tile layer is created from a vector tile package. It cannot be published to a federated site that is not also the hosting site. If your site is doing double duty by serving both hosted feature layers and referenced feature services / map image services / image services (like in a Base Enterprise Deployment pattern) then maybe you could try, but I would not.
... View more
05-29-2025
01:12 PM
|
0
|
0
|
377
|
|
POST
|
I am finding the opposite situation at 11.4 when publishing a map image and feature access service from SDE for a Park Boundary layer that has a Primary Owner and Primary Maintenance attributes from which I created symbology as Field 1 Field 2: The feature access service is honoring the Owner- Maintenance pair values to be filtered upon when selecting 'Owner' as the attribute to be filtered. The map image service only honors the values of the Owner to be filtered upon when selecting 'Owner' as the attribute to be filtered. I did publish the layer from the table of contents in Pro 3.4.3, not the map itself . . .
... View more
05-29-2025
12:51 PM
|
0
|
0
|
976
|
|
POST
|
Trying to revive this post. The service is again unavailable for Pro 3.5
... View more
05-22-2025
07:53 AM
|
9
|
0
|
5057
|
|
POST
|
Hmm, @Geraldine I was convinced something like this would work in the Portal Map Viewer at 11.4, same release as you, because this is how I construct the link with the link function: https://www.sc-pa.com/propertysearch/parcel/details/{id} just inserting that raw string. So I thought surely I can just re-construct this, like so var urlpre = 'https://www.sc-pa.com/propertysearch/parcel/details/';
var urlsuf = $feature.id;
var myurl = urlpre + urlsuf;
//'https://www.sc-pa.com/propertysearch/parcel/details/{id}
Console(myurl);
//'https://www.sc-pa.com/propertysearch/parcel/details/2027070041
return myurl; and then for the Text Editor Link function pass in: {expression/expr0} which produces: https://www.sc-pa.com/propertysearch/parcel/details/{id} but then like you said the link function thinks its a link but its not. It goes away because for whatever reason its not encoding the url properly. So I tried shortening the urlpre var to: var urlpre = 'propertysearch/parcel/details/';
var urlsuf = $feature.id;
var myurl = urlpre + urlsuf;
//'propertysearch/parcel/details/{id}
Console(myurl);
//propertysearch/parcel/details/2027070041
return myurl; and then in the Text Editor Link Function construct it like: 'https://www.sc-pa.com/{expression/expr0}' and then that works. It returns like: 'https://www.sc-pa.com/propertysearch%Fparcel%Fdetails%F{id}' Where the '/ ' forward slashes get returned as url encoded %F Pain in the butt and it only works if your prefix can remain the same. I even tried setting up my urlpre var as fully encoded like: https%3A%2F%2Fwww.sc-pa.com%2Fpropertysearch%2Fparcel%2Fdetails%2F and it still didn't work.
... View more
05-06-2025
01:36 PM
|
0
|
0
|
1555
|
| 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 |
yesterday
|