본문 바로가기

언어|프로그램 메모장32

Automaion Service API 작업 실행 출처 TIBCO 홈페이지! 참고: Automation Services API | TIBCO Spotfire Server Automation Service API는 등록된 작업을 제어하고 모니터링 하는데 사용할 수 있습니다. 1. API 클라이언트 등록 API를 사용하기 전에 클라이언트 자격 증명을 얻기 위해 API 클라이언트를 등록해야합니다. config 명령어 위치: 제품 설치된 경로/ tomcat / spotfire-bin (버전에 따라 bin, spotfire-bin이 다릅니다) C : \ tibco \ tss \ 7.13 \ tomcat \ spotfire-bin> config register-api-client --name=Hming -Sapi.rest.automation-services-job.. 2021. 5. 14.
spotfire terr spk 생성하기 + 패키지 업로드하기! webplayer spotfire analyst에서 바로 R패키지 다운하지 않고 R패키지를 빌드하여 spotfire server에 올리는 것을 시도해보았다. ❗ 여기는 web player에 설치한 것이였다 😹 analyst에 관련한 spk는 참고: https://docs.tibco.com/pub/terrsrv/latest/doc/html/GUID-BDA64E8B-BF68-48FE-9C33-6C8237262971.html 1. analyst의 TERR 콘솔로 패키지 설치하기 TERR 콘솔을 켜준다. install.packages (c ( "plyr", "zoo")) 패키지를 설치해준다. 2. 목록파일 DCF(Debian Control File)을 생성합니다. writeLines("Packages: plyr.. 2021. 5. 12.
Spotfire Automation Services - 이메일 전송!! Automation Services- SMTP 설정 및 이메일 세부 정보 전송 방법❕❕ -> 구글 이메일로 등록하기 with 구글번역... 너없이 못살아 구글 주식 살꺼야... -> 근데 애플삼. 2주 ㅎㅎ0ㅎㅎㅎ0ㅎㅎ 1) On the Spotfire Server machine, launch a command prompt as Administrator. Spotfire 서버 컴퓨터에서 관리자 권한으로 명령 프롬프트를 시작합니다. 로컬에 깔려있으므로 그냥 cmd 켜서 작업 ~ 2) "export-service-config"명령을 사용하여 Automation Services 구성을 내 보냅니다. 이 명령에 대한 추가 정보는 Spotfire 서버 설치 및 구성 매뉴얼을 검토하십시오. .... 예) confi.. 2021. 5. 7.
Spotfire Automation services library 관리자 권한 부여 Automation services Job Builder에서 Execute on server (export/save 기능 실행 가능한 권한 필요) 🚩(부록) - Execute Locally 실행시에는 제대로 Done이 된다! → Locally 에서는 admin 계정이 관여하여 library 권한 이 있다. - Execute on server server 실행할때는 Automation Services System Account 이 관여하여, 이 계정에 lib 권한이 없어 Failed 오류가 난다. 따라서...//! 👉 Automation Services System Account 에 library 관리자 그룹을 부여해준다! 1, .Uers & Groups에 들어가준다. 2. Automation Servic.. 2021. 4. 6.