I've installed and configured ArcGIS Enterprise (v12.0) on a single AWS EC2 Windows server (v2022). ArcGIS Server has been federated with Portal for ArcGIS, and OIDC authentication has been implemented. For the most part, everything works except for cached map services when viewed as a WMS within portal's Map Viewer.
Has anyone run into this before? Looking for any suggestions. Thanks
Solved! Go to Solution.
Answering my own question after some extensive digging. Apparently there's a setting with the capabilities of the services that needs to be disabled in order for the WMS service to read the cache tiles. The setting is for "Allow per request modification of layer order and symbology". According to this page, the setting has to be unchecked so that the GetMap operation requests to use the map service cache. It an be set during service publication or in the properties of the service once it's running. Hope this helps someone else who spends way too much time trying to figure it out
Answering my own question after some extensive digging. Apparently there's a setting with the capabilities of the services that needs to be disabled in order for the WMS service to read the cache tiles. The setting is for "Allow per request modification of layer order and symbology". According to this page, the setting has to be unchecked so that the GetMap operation requests to use the map service cache. It an be set during service publication or in the properties of the service once it's running. Hope this helps someone else who spends way too much time trying to figure it out