DICT,MFS error (AREV Specific)
At 30 JUN 1999 08:40:58AM Matt Sorrell wrote:
At one of our sites, during our overnight closeout process, one of our programs generated an error that "DICT.MFS" has not been dimensioned.
We have no other MFS' (custom written) installed in the system, just the standard system MFS' that get installed by AREV.
Does anyone know what might cause this error?
This program does not do any writes to the dictionary of the table it is processing, nor does it update any indexed fields in that table.
I'm totally at a loss.
TIA,
Matt Sorrell
At 30 JUN 1999 11:20AM Victor Engel wrote:
Hmmm. What I'm thinking is that you don't dimension MFSs or programs in general, but variables. Probably there is a coding error in the calling program that makes it think DICT.MFS is a variable. Or maybe you have a variable named DICT.MFS? Have you narrowed down the offending portion of the code in the calling program?
At 30 JUN 1999 12:35PM Matt Sorrell wrote:
Victor,
I've been over the code with a fine toothed comb. I don't have any variables remotely similar to DICT.MFS in name.
Also, this code runs on over 900 sites, for over 2 years, and has never had a problem.
Matt
At 30 JUN 1999 01:03PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Sounds like memory corruption. Flush;GarbageCollect might be the answer.