Indexing 6 in the array is outside the permitted range

tdlovelltdlovell Member Posts: 13
Our client, running NAV 3.7, gets the following error when the run the aged accounts payable report: "Indexing 6 in the array is outside the permitted range". The error only occurs when they run the report for as of Dec 31, 08. For months prior to and after Dec the report works as it should.

Any suggestions would be appreciated.

Thanks

Comments

  • ara3nara3n Member Posts: 9,256
    has there been any modification done to the report?
    Turn on the debugger and see where it stops and why.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • DenSterDenSter Member Posts: 8,304
    That error indicates that there is an array variable (which is a variable that has a value in the Dimensions property of the variable in the globals/locals screen) that has a dimension value of less than 6. The debugger is the best tool to discover which variable it errors on, and from there you can troubleshoot the report and determine why it wants to go beyond the limit.
Sign In or Register to comment.