SlickRick
2 years agoContributor
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
The error is returned at the very end of my keyword test and the last script executed seems to have run successfully. I have also added a log to ensure that it is the case and that no errors occurred during the script.
The error is returned at the very end of my keyword test and the last script executed seems to have run successfully. I have also added a log to ensure that it is the case and that no errors occurred during the script.
If i run the test alone it works fine and without any errors. This occurs only if i run my whole execution plan.
The next test also works fine.
Not too sure what could be the cause of this error... 😕
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".