Forum Discussion

SlickRick's avatar
SlickRick
Contributor
9 months ago
Solved

The current row position is already beyond the table

Hi all, im ecountering a very weird error when im running my execution plan.   I have a test that will return this error :  The current row position is already beyond the table     Th...
  • rraghvani's avatar
    9 months ago

    Ideally, you should have try...catch...finally, but that depends what your coding is doing!

     

    That error is most likely relating to e.g. having only either 10 files or records and reading the 11th item that doesn't exist. You should be able to debug and step into your code to pin point the possible "coding error".