-79803
Date string index out of bounds during date format parsing to build Date object
This error occurs because there is not a one-to-one
correspondence between the date string format required by DBDATE or GL_DATE and
the actual date string representation you defined. For example, if GL_DATE is
set to %b %D %y
and you specify a character string
of Oct
, there is a definite mismatch between the
format required by GL_DATE and the actual date
string.
To fix the problem, modify the date string representation of the DBDATE or GL_DATE setting so that the date format specified matches one-to-one with the required date string representation.