Archives of the TeradataForum
Message Posted: Tue, 24 Apr 2007 @ 15:45:10 GMT
Subj: | | Re: Error Message " Internal error: Please do not |
|
From: | | Fred W Pluebell |
The message
"3610 Internal error: Please do not resubmit the last request."
indicates that the database recognized that it had encountered a condition that "should never occur" in the code. Teradata's fault
isolation has failed this single request so the rest of the system is unaffected, and there should be a "crashdump" written that may provide
additional diagnostic information to Teradata Engineering. This is a database bug and should be reported to Teradata support.
It is possible that the query is valid but the DBMS did not handle it correctly. That appears to be what happened in your case. It's also
possible that the query is invalid but the DBMS did not recognize the problem, so it was unable to return a more meaningful error code.
Updating the client driver may occasionally work around a problem such as this (because the request submitted to the database can be slightly
different), but the real fix would be a DBMS patch.
|