Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)
I am trying to read a java table into a collection using blue prism read stage. But it keeps failing with below exception.

Arithmetic operation resulted in an overflow.

It seems like an issue in blue prism implementation of reading java tables using visual basic. But is there any way to rectify this issue?

1 Answer

0 votes
by (29.5k points)

There are a few workarounds that you could try :

  1. Use "ignorenotshowing" option in Application Wizard, it will ignore elements that are reported to be not showing. It might be the case that some invisible part of a table is causing the error.

  2. Try to identify one cell from the table, make it dynamic and iterate through the entire table reading values one by one. If you are not able to spy a single cell, look for it in the Application Navigator.

  3. As a last resort, you can just click the table, select all & copy. Then read it from the clipboard.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 23, 2019 in RPA by noah kapoor (5.3k points)

Browse Categories

...