25-06-21 08:02 AM
We are automating an application which interacts with excel. In the excel the application is added an ADD IN feature and it's communicating with a database. It's a legacy 32-Bit application. While automating we have spied the excel table data in Win32 mode with element type as ".Net DataGrid" or ".Net GridView" (Both tried) . This was working fine earlier but now its's unable to read table data by using READ stage. It's throwing the below error :
Internal : Failed to perform step 1 in Read Stage 'Read all values in table' on page 'XXXXXXXX' - A 32 bit processes cannot access modules of a 64 bit process.
BP Version : 6.5
OS : Win 10 - 64 Bit
Already Tried Steps:
1. Spied mode changed to UIA ,and AA. But Table is not reading in proper format.
2. Dynamic read implemented for each row . Time consuming and very very slow due to huge load of data.
Note : No Issue with the table spy. Still correctly identifying the table.
Can you please put some light on this ?
25-06-21 12:07 PM
26-06-21 03:03 AM
28-06-21 07:50 AM
28-06-21 07:54 AM
29-06-21 04:08 PM