Question: How do I see Foxhound diagnostics, errors and exceptions?
Question: How do I read the Foxhound exception messages?
Answer:
You can use Foxhound Options - Display Diagnostics
to see messages recorded by Foxhound itself.
Here is an example of a Foxhound exception message with an explanation of the different sections:
exception id: 1, 2, 3...
| date and time of the exception
| | Foxhound build number
| | | Foxhound connection number that detected the exception
| | | | exception location within Foxhound code
| | | | | diagnostic text: variable format target database id and name
| | | | | | |
67 2011-11-11 11:49:08.768 Full Build 4013a 1000009471 701.a3(701eh1) Permission denied: Cannot CREATE PROCEDURE rroad_engine_properties. [5-ddd12]
Also, you can use one of these "debug" shortcuts to start Foxhound
All Programs - Foxhound4 - Tools - Start Foxhound via default browser - debug
All Programs - Foxhound4 - Tools - Start Foxhound via Chrome - debug
All Programs - Foxhound4 - Tools - Start Foxhound via Firefox - debug
All Programs - Foxhound4 - Tools - Start Foxhound via IE - debug
so that messages produced by the SQL Anywhere engine will be captured to this file on Windows 7:
C:\ProgramData\RisingRoad\Foxhound4\foxhound4_debug.txt
See also...
How do I report unexpected errors and exceptions?
How do I start Foxhound in "debug mode"?
How do I start Foxhound in "safe mode"?
How do I figure out what went wrong during an installation?
|