화면 잠금 시와 vm rdp 세션이 종료될 경우 RPA가 동작하지 않는 이유

안녕하세요.
attended robot, 서비스 모드로 vm 내에서 rpa를 작동하고 있습니다.

RPA 구동하면서 경험상으로는 제가 사용하고 있는 설정 기준 화면 잠금, vm과 로컬pc rdp 세션 종료될 경우 제대로 구동하지 않는 것을 확인했습니다.

무슨 원리로 RPA 구동이 제대로 되지 않는 것인가요? RPA 구동 시 사용하는 값들과 화면이 연관되어있나요?

  • 참고 : 실제 구동은 오직 attended robot으로만 하고 있습니다.

안녕 @mat-tang

유인 모드에서는 화면 잠금을 해제해야 하는 봇을 실행합니다. Ui 요소가 화면에 나타나야 봇이 실행됩니다. 참석 모드라고 불렀습니다.

도움이 되길 바랍니다

@mat-tang

You are using an attended robot so it uses the Ui activities which requires the data to be foreground. SO either the vm is closed or else logout the process won’t work properly. SO make sure whenever you are using VM and attended bot the machine should be tuned on and the data to be foreground

Regards

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