We are experiencing issues with several of our feature layers in map viewer and web applications.
When the layer is loaded, it only shows parts of it and there are other parts missing (looks like tiles, but this is a simple feature layer - see below).
When I zoom in and out, some of the missing parts might appear, but others disappear
I do not see any errors neither in ArcGIS Server manager, nor the browser console.
The behavior is the same in different browsers. It happens with many different feature layers.
Any ideas where this is coming from and what can be done against it?
We are working with ArcGIS Enterprise 11.3.
The feature layer data comes from SDE databases.
Hello @Martin1 , if your data uses a geographic transformation, try installing the additional coordinate system files for ArcGIS Server and ArcGIS Pro, and republish your data.
https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/arcgis-coordinate-systems-data.htm
@ChrisUnderwoodThanks for the tip. However, in my case there is no geographic transformation used.
@Martin1 it certainly does look like missing tiles. Is there more than one ArcGIS Server machine? It could be that the service is failing on one of the machines.
What is the MaxRecordCount for this service? Are you exceeding this limit?
Bernie.
@berniejconnorsThanks a lot for the tip. Indeed, we have two ArcGIS Server machines.
I don't think MaxRecordCount is the culprit. However, when I stop the second ArcGIS Server, it seems to run without the issues. Could it be something else in the communication between the two?
@Martin1 Most likely your web adaptor is sending every other request to the second server and it is failing to draw or retrieve the data. Do both servers access the same source of the data? Or does each server have its own copy of the data? Restart the services that are causing this problem or reboot the malfunctioning server.
In your ArcGIS Server logs the error messages will include the machine name. You should see more failures on the malfunctioning machine.
Bernie.
@berniejconnorsIn fact the two ArcGIS Servers are in one site. So everything regarding data source, etc. should be the same for both servers. Unfortunately there is nothing in the logs.
@Martin1 the next thing I would try is stopping and restarting the probelmatic services. If that does not resolve the problem I would do a server reboot on the machine you suspect is failing to draw. And If that does not resolve the problem I would reboot the other server. Good luck.