현상 : AR인 곳에서 batch 파일이나 스케줄러를 통해 프로세스를 실행시키고자 할 때 발생. 이벤트 뷰어에서 "Please provide the Folder Path for process" 라는 문구가 뜸
원인 : 오케스트레이터 다른 폴더내에 같은 프로세스명이 있어 어떤 걸 실행시킬지 판단 불가
조치 : 오케스트레이터 폴더 path를 인수로 주거나 겹치는 프로세스를 삭제
https://docs.uipath.com/robot/docs/arguments-description
Arguments Description
To make it easier for you to work with command line arguments, navigate to the directory in which the Robot is installed using the change directory command. For example, if you did not change the default location of the Robot, you can use the following com
docs.uipath.com
예시 : UiRobot.exe execute --process UiPathDemoProcess --folder OrchFolder1 --input "{'inArg' : 'value' , 'Integer' : 3}"
'RPA Uipath' 카테고리의 다른 글
[Uipath] 파이썬 코드 실행 및 리턴 (0) | 2022.08.22 |
---|---|
[RPA] 설계와 PI를 할 때, 잡고 가면 좋은 원칙 (0) | 2022.07.19 |
[Uipath] AndAlso와 OrElse의 활용 (0) | 2022.07.15 |
[Uipath] 라이선스 갱신 이후 오케스트레이터 라이선스 조회 안 됨 (0) | 2022.07.08 |
[Uipath] Retry Scope의 용도와 원칙 (2) | 2022.06.14 |