Method failed.HRESULT = 0x80070057 : The parameter is incorrect

2140
1
05-21-2021 04:40 PM
Sunnywaygis
New Contributor III

Hi There, I am trying to troubleshoot an issue with attribute table not opening in a WAB application for few layers. The problem layer returns this response.  

{"error":{"code":500,"message":"Error performing query operation","details":[]}}

After enabling debug mode on the server log, I see these lines where it shows a severe error. 

Method failed.HRESULT = 0x80070057 : The parameter is incorrect

MapServer.GetTileImageInfo

MapServer.IsFixedScaleMap

I am not sure what is causing this. I have tried few data optimizations (index, Generalize)  but I am not sure what is the reason for these severe messages. 

Appreciate any feedback

Thanks

 

 

0 Kudos
1 Reply
Sunnywaygis
New Contributor III

As per some feedback on this forum post, https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-method-failed-hresult-0x80070057-.... I checked the following: 

1. ArcGIS Server Account has full control to arcgisserver installation on d drive.

2.  ArcGIS Server Account has full control of Output directory in the parameters for the service. 

Unfortunately, issue still persists.