BNE Custom Integrator sequence invalid errors encountered after some patching (12.2)
Hi All,
Just wanted to put this here, in case anyone else ever runs into it.
We are going through some CPU patching which is also touching some BNE code. In the patch environment, we started experiencing an issue with our custom integrators that leveraged sequences in the integrator definition.
We were getting errors such as the following when trying to upload:
Sequence &DEFALUT_VALUE for the INT_REC_NUM default value is invalid.;Unable to set default value for required column.;Required upload column was not in upload and no default value was generated
After struggling a bit to come up with a fix, I tried updating the sequence defined in our integrator definition from lower-case to UPPER-case. That fixed the issue!