Excel scope 0x800AC472 오류 해결 방법

안녕하세요,

엑셀을 여러개 켰다가 껐다가 하는 작업을 하고 있습니다.

그런데 Process 처음 시작할 때, (Init에서 이미 excel을 kill한 후 시작합니다)
자꾸 ‘Excel Application Scope: 예외가 발생한 HRESULT: 0x800AC472’ 가 발생합니다.

자세한 내용 :
RemoteException wrapping UiPath.Excel.ExcelException: 예외가 발생한 HRESULT: 0x800AC472 —> RemoteException wrapping System.Runtime.InteropServices.COMException: 예외가 발생한 HRESULT: 0x800AC472
위치: Microsoft.Office.Interop.Excel.ApplicationClass.set_Visible(Boolean RHS)
위치: UiPath.Excel.WorkbookApplication.Initialize(WorkbookArguments args)
— End of inner exception stack trace —
위치: UiPath.Excel.WorkbookApplication.Initialize(WorkbookArguments args)
위치: UiPath.Excel.WorkbookApplication.Initialize(Application excelApp,
WorkbookArguments args)
위치: UiPath.Excel.Activities.ExcelApplicationScope.<>c.<.ctor>b__44_0(WorkbookArguments args)
위치: UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
위치: System.Activities.NativeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
위치: System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
위치: System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)


아무튼 그래서, 바로 위에 kill과 delay를 주어도 5번에 3번꼴로 해당 오류가 발생합니다.

혹시 해결 방법을 아시는 분이 계실까요?
(참고로, 오피스 365가 깔린 상태에서 2013을 설치하였고
현재는 2013을 사용하고 있지만 365를 삭제하지 않은 상태입니다.)

읽어주셔서 감사합니다.

@boogi0472

Excel 응용 프로그램 범위 대신 통합 문서 활동을 사용하십시오.

오류는 여러 가지 이유 일 수 있습니다. .xlsx 파일 확장 파일 만 사용하는 경우 통합 문서 활동을 사용할 수 있습니다.

이것이 도움이되기를 바랍니다.

따르다 Link

도움이되는 경우 솔루션으로 표시

감사

Thanks, @Srini84

but I don’t understand the meaning of ‘통합 문서 활동’ :cry: :cry: :cry:
Can you give me more details?

감사합니다~~ :heart_eyes:

@boogi0472

Check as below

There are Excel Activities and Workbook Activites

image

Excel Activities require Excel Application Scope, But Workbook activities don’t require Excel Application Scope

But there was one limitation that If the File Extension is .xlsx then only you have to use Workbook activities

Hope this clears your doubt

Thanks

1 Like

@boogi0472

Check below for use of Workbook Actvities as a reference

https://forum.uipath.com/t/tutorial-how-to-check-a-string-is-present-in-excel-sheet-part-1/243696/2

Hope this helps you

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.