Goutam Dandapat
19th November 2012, 13:16
While running a report, i face following error

Fatal error:rep.data index 1001 out of dimension[2] 1000
Fatal error can not continue
But same report working fine earlier.
Can you tel me what is the problem.

mark_h
19th November 2012, 15:07
Are you sure nobody changed the session script or report data? Maybe dimensions do not match between report and session. Can you put it in debug mode and see exactly what and where the error is occuring?

Kozure Ohashi
19th November 2012, 20:56
Maybe an counter exceeds its range ... we had this with an email soultion ... every messages had an id ... the id exceeds its range after some weeks resulting in errors using the wrong data type for that.