bigkiwibird
17th September 2009, 22:02
Hi All,
Long time reader but first time needer. We have an issue that is filling up our log.bshell6.1 file nightly when a batch job tries to create invoices. It encounters an include function with an old style db.eq command that generates an error in the log. The script for the function has not changed since 1993 - tfgld4001 is the script. The table being accessed is tfgld004 and I see that this table had a new field added to it at on Dec 27, 2000. If I access this table with a normal select there is no error generated. Only the db.eq creates the error but does not prevent to continuation of the script in debug. My dBA seems to think that the error generation is new. I suspect this error has been ongoing for a long time. There is no way for us to know for sure without trying to get him to look at old log.bshell6.1 files from tape. Do you think a simple wide open convert to runtime (we have a solid test system to play with where this issue also exists) might solve the issue? Any suggestions would be greatly appreciated.:)
I have attached the error and the part of the script causing the issue.
Regards to all.
Long time reader but first time needer. We have an issue that is filling up our log.bshell6.1 file nightly when a batch job tries to create invoices. It encounters an include function with an old style db.eq command that generates an error in the log. The script for the function has not changed since 1993 - tfgld4001 is the script. The table being accessed is tfgld004 and I see that this table had a new field added to it at on Dec 27, 2000. If I access this table with a normal select there is no error generated. Only the db.eq creates the error but does not prevent to continuation of the script in debug. My dBA seems to think that the error generation is new. I suspect this error has been ongoing for a long time. There is no way for us to know for sure without trying to get him to look at old log.bshell6.1 files from tape. Do you think a simple wide open convert to runtime (we have a solid test system to play with where this issue also exists) might solve the issue? Any suggestions would be greatly appreciated.:)
I have attached the error and the part of the script causing the issue.
Regards to all.