A mechanic colleague mentioned his "3 rules for troubleshooting" the other day. I've found those rules useful for troubleshooting technical issues in general (including GIS issues).
I thought I'd share:
- Try the easiest thing first.
- Is it plugged in? (and connected to the network)
- Turn it off and on again.
- Clear the data/cache.
- Check privileges.
- "Tested" is a lie.
- If someone says they tested something, assume they're wrong or lying.
- "It should work now" often means one bug might have been fixed, but two more were created. And no, it wasn't tested properly.
- 90% of issues are caused by operator error.
What simple rules for troubleshooting do you use?