cday41 / paz-search

Automatically exported from code.google.com/p/paz-search
0 stars 0 forks source link

HRESULT Error #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Error Message: "Error HRESULT: 0x80040952"

I noticed this error when I was testing the going home bug (by the way I have 
not had any animals getting stuck on the way home), it was occurring in 
approximately 25% of my test runs.

I looked this error up, and it corresponds with the following ESRI error 
message "FDO_E_ROW_NOT_FOUND  -2147219118  A requested row object could not be 
located." You can find this list of error codes at this link: 
http://edndoc.esri.com/arcobjectsonline/componenthelp/esricore/fdoerror.htm.

You have the option to click "ok" on the error message. Once you click ok, the 
program appears to run normally and to completion. 

I was able to reproduce the error fairly consistently using base_parameters.xml 
and the install_maps files. I uploaded the xml I have been using to reproduce 
the error and I assume you have copies of the install maps files.

I also attached the logs during a run up to the point where the run stalls.

In addition to this error, I have been getting another error that occurs only 
about 5% of the time: "Error HRESULT E_FAIL has been returned from a call to a 
COM component". And then in about a quarter of my test runs, SEARCH stalls with 
no error message and according to the logs this happens during a call to 
DISSOLVE. Anyway, I have logs for these other errors but I thought you would 
want to tackle one thing at a time, and this HRESULT error seemed like the most 
apparent and easiest to track down.

Let me know if you need anything else.

Casey

Original issue reported on code.google.com by cda...@gmail.com on 6 Mar 2015 at 10:33

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ran...@mwwb.net on 8 Mar 2015 at 1:54

GoogleCodeExporter commented 9 years ago
Casey

This looks to be an issue with ARC GIS.  If you still have the files, can you 
open NewSocialMap and check out polygon 744.  The error occured when we were 
trying to see if the animal was in there or not. The Points coordinates are 
below.

cheers

bob

inside pointInPolygon checking to see if the point is in the polygon  
point is at x = 458238.423344831 y = 649055.644432651                 
the polygon checking is 744                                           
the map is NewSocialMap16                                             
now check if there are at least 744 polygons in this map              
there are 744                                                         

Original comment by ran...@mwwb.net on 8 Mar 2015 at 5:51

GoogleCodeExporter commented 9 years ago
Hi Bob,
NewSocialMap16 only has 740 polygons, labeled from 0 to 739. There is no 
polygon 744 so I'm guessing that's the problem. In NewSocialMap7 there were 747 
polygons, and that number got reduced to 740 in NewSocialMap16, probably from 
some animals dying. Let me know if you have other questions.

Casey

Original comment by cda...@gmail.com on 9 Mar 2015 at 5:50