|
Solution:
|
Production Process uses .CQC as an extension for all their data files. With version 3.96 through
4.x of CQC the environment variable SI_CQCEXT could be set to allow CQC to keep track of certain
information specific to a data file. With version 4.x of the program that variable is being set
in the QC.BAT file to look for anything ending in .CQC as being an information file for CQC
(.CQC is the default value). CQC looks at this file and expects to have information pertaining to
how many columns are in the file, special data handling, file descriptions etc. Since it is assuming
that the file contains this information and it doesn't, the program WILL die with unpredictable
results. Either have them change QC.BAT so that the SI_CQCEXT variable is set to something other
than .CQC as an extension, or you may have them remove it entirely since they are providing a
turnkey solution and their operators do not typically run CQC as a separate application anyway.
|