I am getting reports from one of my users of two RTP27 errors
RTP27 line number 370
and
RTP27 line number 316
Any ideas what might cause this?
Jim R Vaughan
I think 370 means the debugger is in intercept mode and OI cannot read the debugger intercept program
316 is a bad dictionary item. OI tried to read from @dict else from SYSDICT else fatal error on line 316. You probably have one calculated column referencing another one which does not exist.
316 was indeed a bad dict, thanks for the help.
Jim R Vaughan