Select to view content in your preferred language

Madness in Geocoder - No Rest, But SOAP and Desktop use locator fine...

372
0
03-13-2013 12:01 PM
DEWright_CA
Frequent Contributor
I have a composite locator built that merges my Nokia/NavTeq and TomTom/TANA datasets as well as fallbacks to TIGER for matching streets in my state. Same logic has been used in my locators for years.

Problem I have started seeing yesterday that I can not make sense of, I am able to use this composite locator and match a intersection without fail, but then do a single address lookup via REST and I get this response;

An unexpected error occurred processing the request.

So I go to the rest.log file and I find this;

ERROR:The coordinates or measures are out of bounds.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at ESRI.ArcGIS.ADF.ArcGISServer.GeocodeServerProxy.FindAddressCandidates(PropertySet Address, PropertySet PropMods)
at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesRequestHandler.GetAddressCandidates()
at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesRequestHandler.get_Results()
at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesHtmlFormatter.WriteFindAddressResults()
at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesHtmlFormatter.WriteBody()
at ESRI.ArcGIS.REST.HtmlFormatter.WriteBodySection()
at ESRI.ArcGIS.REST.HtmlFormatter.WriteResponse()
http://dorwke089133/ArcGIS/rest/services/Locators/WA_Address/GeocodeServer/findAddressCandidates?Str...

Now what is frustrating is that I use this same locator and access it via SOAP API, no problems, access from ArcGIS Desktop in the Geocoder Toolbar, No Problem.

This only happens in the Rest Interface.

Software is 10.0, SP5 both on the Desktop and Server.
Tags (2)
0 Kudos
0 Replies