Zulu Platform x64 Architecture has stopped working
I’ve got a very simple BOT I started testing with:
Excel Advanced Opens Excel file
Excel Advanced Gets multiple cells and saves to data table
Each time it fails on step 2 saying “Zulu Platform x64 Architecture has stopped working”. There are 32,000 rows in the excel sheet. I’ve also tried just grabbing 5000 rows but same error.
I’ve done this before in other BOTs so I don’t know what the deal is here. Any help would be appreciated.
Page 1 / 1
@JMarino ,
Try to identify if you have some special characters in the data, i.e. “\”, “|”, or single quote.
Regards.
@JMarino Your bot device does not have enough RAM / CPU causing this issue.. during run time check the CPU/Memory stats in task manager that will give more picture utilization of 100% RAM or 100% CPU utilizing… Increase RAM size in VDI to resolve this issue… Also please increase java heap memory .
Hi @JMarino
Can you share your current Specs of your VM where you are running this bot?
Hi @JMarino ,
Since you are dealing with such a huge Excel file here, I would suggest using either the Data Table or the Database packages to work with this sheet. The execution will be much faster, and I hope you will not face this error as well.
If you are using the Database package for the first time, few things have to be taken care first.
You need to have the Microsoft Access Database Engine 2010 Redistributable driver in order to use the Excel as Database. You can download the driver from below link. (I would suggest downloading 32-bit version rather than 64-bit)