본문 바로가기

언어|프로그램 메모장/spotfire26

spotfire TERR tool 사라짐. disappear.... 뭐야8? 🤷‍♂️ 갑자기 TERR tool 버튼이 보이지도 않는다. )) 아마도 내가 뭔가 했겠지 뭐,,,,🤦‍♂️ python tool 처럼 비활성화가 아닌 아예 사라저버림. 뭐야. TERR tool 돌려줘요.... 내놔! 내놔! 내 통장잔고 처럼 사라지지말ㅇㄻㄴㅇㄻㅇㄻㅇ;라. 쒸익쒸익 밑 출처에서 나온 부분을 열심히 따라해 보았다. Tool> Administration Manager > Groups and Licenses > Everyone > Licenses > 관련 부분 체크!! 그리고 localhost server에 들어가줘서 패키지를 삭제 후 재설치 진행해주기로! 얘네들을 지우래서 지웠다. 이 파일을 재 업로드 해줬으나, Tool버튼 여전히 안보임-> 이파일은 web player를 위한 배포파.. 2021. 6. 4.
spotfire TERR 설치된 R 패키지 버전 확인하기 C:\tibco\tsnm\10.10.3\nm\services\TERR service Windows-1.3.0.65-4b392f6f-37fb-47c6-8a29-3f14e230f7c5\terr\bin 경로를 찾아 들어가준다. TERR.exe 실행해주기 installed.packages()[,c("Version")] 이것을 실행해주면, 설치된 패키지의 목록과 버전이 뜬다! installed.packages()[,c("Version")] A3 Formula Hmisc MASS "1.0.0" "1.2-4" "4.4-2" "7.3-53" Matrix MatrixModels R6 RColorBrewer "1.3-2" "0.4-1" "2.5.0" "1.1-2" Rcpp RcppArmadillo SparseM abc ".. 2021. 6. 4.
spotfire terr spk 생성하기 + 패키지 업로드하기! -(2) analyst 로 배포하기 참고: https://docs.tibco.com/pub/enterprise-runtime-for-R/4.0.1/doc/html/TIB_terr_Package-Management/GUID-C81F672B-B8D2-400C-BB2D-11FCC900508B.html 위에 참고 문서를 보고 다시 따라서 해보았다! TERR R 콘솔 실행하여 library(SpotfireSPK) install.packages(c("data.table","dplyr","tidyr")) 어쩌구 저쩌구 이쁘게 설치 된다. writeLines("Packages: data.table, dplyr, tidyr", "SpotfireSPK.dcf") buildSPK("SpotfireSPK.dcf", "SpotfireS.. 2021. 5. 18.
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.