Difference between revisions of "ITrack/IDispatch error 31826"
From ISoft Wiki
< ITrack
Jump to navigationJump to search
(A stupidly simple yet frustrating solution I found to this error message.) |
(Clarified cause and solutions) |
||
Line 1: | Line 1: | ||
"Failed to retrieve data from the database." | |||
[[Image:IDispatchError31826.JPG|400px|thumb|left]] | [[Image:IDispatchError31826.JPG|400px|thumb|left]] | ||
== Cause == | |||
This error occurs when Crystal was able to connect to a MySQL database, but the report query returned with an error. | |||
== Solution == | |||
Possible reasons the query would fail: | |||
* The ODBC driver is pointed at the wrong server. | |||
* Correct parameters were not passed in to the report | |||
* Something wrong with the report you are trying to print (it is not up to date, or the user's database is not up to date). | |||
[[Category:Printing Error Messages (ITrack)]] | [[Category:Printing Error Messages (ITrack)]] | ||
[[Category:ITrack/Support]] | [[Category:ITrack/Support]] |
Revision as of 13:57, 7 February 2010
"Failed to retrieve data from the database."
Cause
This error occurs when Crystal was able to connect to a MySQL database, but the report query returned with an error.
Solution
Possible reasons the query would fail:
- The ODBC driver is pointed at the wrong server.
- Correct parameters were not passed in to the report
- Something wrong with the report you are trying to print (it is not up to date, or the user's database is not up to date).