라이센스 관련 명령어 모음이다. 해당 자료는 Uipath 공식 사이트에서 정리한 코드이다.
자세한 내용을 보고 싶으면 아래 링크에 접속하면 된다.
https://docs.uipath.com/robot/docs/licensetool-command-descriptions
LicenseTool Command Descriptions
The UiPath.LicenseTool.exe is a command line utility which enables you to activate your machine online or offline, and update your license information. The utility can be found in the C:\Program Files\UiPath\Studio folder by default. Please note that this
docs.uipath.com
우선!!
CMD 나 PowerShell 실행 (되도록이면 관리자 권한으로 실행 하길바람)
우선 로봇이 설치되어 있는 파일로 접근해 준다.
설치할때 설치 경로를 기본으로 설정해주었다면 아래 코드를 실행하면 된다.
● Robot 설치 경로로 이동
cd "C:\Program Files (x86)\UiPath\Studio"
● 정보 확인
uipath.licensetool.exe info
● 라이센스 비활성화
UiPath.LicenseTool.exe deactivate
● 라이센스 활성화(온라인)
UiPath.LicenseTool.exe activate -l 9555-2303-2194-5598
- 위 라이센스 코드는 uipath 사이트에 있는 샘플 코드이다.
참고로 저기 -l > 영어 엘(L) 임
● 라이센스 활성화(파일)
UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt
라이센스 파일의 경로를 입력해 주면 된다.
● 라이센스 활성화(토큰)
UiPath.LicenseTool.exe activation-request -l 9555-2303-2194-5598
● 라이센스 업데이트(라이센스 기한 만료 후 계약연장시에 라이센스 키가 바뀌지 않았을 때)
UiPath.LicenseTool.exe update
'[RPA]' 카테고리의 다른 글
[Uipath] Orchestrator 설치_2. IIS 설정 (0) | 2021.08.31 |
---|---|
[Uipath] Orchestrator Any User, Any Machine Mapping (0) | 2021.08.23 |
[Uipath] Orchestrator Modern Folder UnAttended Robot 생성 (0) | 2021.08.20 |
[Uipath] Orchestrator에서 Modern folder 로봇 이름 변경 (0) | 2021.08.20 |
[Uipath] 폴더에 있는 Excel파일들 경로 배열로 담기 (0) | 2021.04.28 |