Archives of the TeradataForum
Message Posted: Mon, 21 Jul 2014 @ 13:43:56 GMT
Subj: | | Re: SQL Assistant crashing |
|
From: | | Dempsey, Mike |
Anomy.Anom wrote:
| I am looking for a solution to why my SQL Assistant crashes. I am running V14 (dated 2012) against Teradata V14.0 using the .NET
connection on Windows XP. | |
| It randomly crashes with no warning whatsoever usually when there is some sort of error such as a syntax error or missing table. | |
| By crash I mean it just shuts down and disappears completely in less that a second with no Windows error message. | |
I have not heard of this issue before.
It is very unusual for it to close without displaying an error message . The only situation I was aware of was in the case where an external
[not .Net Framework] dll crashes and takes the app down with it. And the only case I know of that is certain ODBC errors ... but you are not using
ODBC.
Have you looked at the SQLAError.txt file to see if it recorded an error there? It will be in \Documents and Settings\\Application
Data\Teradata\SQL Assistant
A syntax error or missing table should simply cause it to process the Teradata error message returned by the .Net data provider, so it sounds
like it is having trouble using the error trapping functions on your systems.
Mike
|