Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

When I run a script in the background or Toolbox tools I will get a Background Processing Error. The script isn't the issue because it's happened several times today. When it does crash it will produce a "fatal error" message similar to the one that will close ArcMap. It closes the background processes but ArcMap stays open and no errors show up on the result messages. I've restarted ArcMap since it happened and it did not help. Any suggestions?

share|improve this question

1 Answer 1

  1. Take note of whether this happens for a built in script or a user created one
    1. If built in, take note of whether it is always the same one
    2. If user created, try to recall whether it has it worked before
  2. Test whether you experience these fatal crashes using foreground processsing
  3. If possible, test using latest version of ArcGIS for Desktop with the latest service pack
  4. Try running from ArcCatalog - this has less overhead on system resources than ArcMap
  5. Try running same tool/script from a fresh .mxd
  6. Try running the script using different input parameters - maybe it is data specific
  7. Monitor your memory usage to determine whether it is unusually high before running the script
  8. If possible, reboot your machine, and try running this as the only job to maximize available resources and see if that appears to be limiting
share|improve this answer
    
1-1 Built In - Truncate Table(always worked, failed several times) 1-2 Also user created and it has worked before(stopped at 280 records and has gone 20000 records before) 2 - no. but the script isn't made for foreground 3-10.2 and as far as I know yes. 4 - No I have not, not installed on the machine for some reason 5 - Yes, did that earlier today. 6 - I'm not sure what you mean by this question(still new to Arc) 7 - I can check but I believe I am the only one using the machine. Hope this helps. –  user2521341 Aug 30 '13 at 19:48
    
Hope you did not mind me turning all your questions into statements so that it better fits Q&A format - I don't think this affects asker's answers in comment. And I have just added another one. –  PolyGeo Aug 30 '13 at 22:16
1  
@PolyGeo, no not at all! It looks much better now, thanks. I'll definitely keep that in mind for further answers. :) –  Paul Aug 30 '13 at 22:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.