DBCollect/Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:DBCollect = DBCollect Troubleshooting = == Tips == * Debug : If something fails, run dbcollect with the <code>-D</code> (debug) option. This will show the content of exception debug messages and print the full dbcollect.log logfile when finished." |
|||
Line 7: | Line 7: | ||
* Debug | * Debug | ||
: If something fails, run dbcollect with the <code>-D</code> (debug) option. This will show the content of exception debug messages and print the full dbcollect.log logfile when finished. | : If something fails, run dbcollect with the <code>-D</code> (debug) option. This will show the content of exception debug messages and print the full dbcollect.log logfile when finished. | ||
== Problems with executing DBCollect == | |||
{{dbcollect}} itself will not run for some reason. | |||
See [[DBC:Errors/Executing]] | |||
== DBCollect Error and warning messages == | |||
{{dbcollect}} runs but spits out error or warning messages. | |||
Almost all errors and warning messages have a message ID. For errors, this is E followed by a 3-digit number, for warnings, this is W followed by a 3-digit number. | |||
The list of messages can be found here: | |||
[[DBC:Errors | List of error and warning messages]] |
Revision as of 10:08, 9 December 2024
DBCollect Troubleshooting
Tips
- Debug
- If something fails, run dbcollect with the
-D
(debug) option. This will show the content of exception debug messages and print the full dbcollect.log logfile when finished.
Problems with executing DBCollect
dbcollect itself will not run for some reason.
DBCollect Error and warning messages
dbcollect runs but spits out error or warning messages.
Almost all errors and warning messages have a message ID. For errors, this is E followed by a 3-digit number, for warnings, this is W followed by a 3-digit number. The list of messages can be found here: