Message: Call was rejected by callee

haunguyen1312

New Member
(Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)) Source: Excel application scope
When i want to write some data from Datatable to a EXCEL (15mb, full of pivot and charts)
Some time the RPA can work, some time not, I do not know why.
Hope to help me to solve this problem.
I use Winautomation tools.
Thanks.
 

David Chan

New Member
I also has same problem (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)) Source: Excel application scope , write some data from Datatable to a EXCEL. Some time the RPA can work, some time no. What would you advise me to do if I had the problem you have? Thanks
 

David Chan

New Member
Find out that if the pivot tables are set to "Refresh data when opening the file" under Pivot Table Options > Data, it causes some sort of issues.
Disabling the refresh on opening solved the issue. I hope this can help you.
 

Rash23

New Member
I am also facing this error Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)), when I write data from collection to excel worksheet. Bot writes the data in excel for 2-3 records but takes 4 mins to write one record and eventually after 4-5 record update it throws the error. Please help how to resolve the issue
View attachment 1596544373561.png
 
Top