I recently started working for a small company and inherited a problem with SQL2000 server and a related application. We have no source code for the application and the OEM is out of business. It is a legacy application for this company and they do not want to change.
Basically, the legacy application reads a data file from one folder on a windows 2000 server, processes info and then writes another file to another folder. After reading the file, during the processing, it writes records to a table in the SQL server database.
This system ran for about two years until September 2006 when it started throwing an error. The error dialog only indicates 'overflow'. There have been no programming or system changes. The file format is the same as it has always been. It seems to be an application error and not an SQL error. However, the OEM may only be showing its interpretation of the error. I suspect it might be trouble with the database.
If I could see more detail about the error I might have a chance at fixing it. If it is an SQL error, is it possible to detect it at the database before or during the time it is reported to the connected application?
Basically, the legacy application reads a data file from one folder on a windows 2000 server, processes info and then writes another file to another folder. After reading the file, during the processing, it writes records to a table in the SQL server database.
This system ran for about two years until September 2006 when it started throwing an error. The error dialog only indicates 'overflow'. There have been no programming or system changes. The file format is the same as it has always been. It seems to be an application error and not an SQL error. However, the OEM may only be showing its interpretation of the error. I suspect it might be trouble with the database.
If I could see more detail about the error I might have a chance at fixing it. If it is an SQL error, is it possible to detect it at the database before or during the time it is reported to the connected application?