기타/언어

[RPA] Uipath 호출된 개체가 해당 클라이언트로부터 연결이 끊겼습니다 에러 코드

영웅시대 2022. 12. 16. 16:41

에러문구: 호출된 개체가 해당 클라이언트로부터 연결이 끊겼습니다. (0x80010108 (RPC_E_DISCONNECTED))

 

해결방법: 그렇다면 각 엑셀 스콥 사이에 Delay 00:00:03를 주는 것을 추천드립니다.
그렇게 하여도 해결이 되지 않는 다면 엑셀 스콥 전 Kill Process를 둬서 엑셀을 KILL하고 스콥작업을 진행해보시기 바랍니다

 

https://forum.uipath.com/t/excel-application-scope/404805/4

 

Excel Application Scope 에러

HI @Nithinkrishna Try to keep delay before the Excel scope activity. Kill the Excel process using Kill Process Process name → Excel Try to use the Workbook activity instead of Excel scope application activity to read and write the data from the excel Reg

forum.uipath.com