오류내용

The connection is already established with a locale different from of the request: English [en_US]

 

해결

서버 매니저에 접속 http://[teamcenter server hostname]:[portnumber]/tc/admin (OS 비번/아이디)

왼쪽사이드에서 서버를 선택

비즈니스 논리 서버 인스턴스에서 해당 사용자를 찾아서 선택하고 그 아래에 있는 서버중지 버튼을 누르면 끝

 

delete from pom_m_lock where ref_uid=any(select puid from ppom_session where puser_name='아이디');
delete from pom_r_lock where ref_uid=any(select puid from ppom_session where puser_name='아이디');
delete from pom_f_lock where ref_uid=any(select puid from ppom_session where puser_name='아이디');

총 라이선스 수량은 라이선스 파일 하단 혹은 lmtools에서 Server Status탭에서 Perform Status Enquiry 버튼을 눌러서 파악

잔여수량은 쿼리로

SELECT sum(1) FROM PPOM_USER where pstatus=0 and plicense_level=0; -- author
SELECT sum(1) FROM PPOM_USER where pstatus=0 and plicense_level=1; -- consumer

count(*) 보단 sum(1) 이 빨라서 선호함

 

오류내용

jt 데이터셋 선택후 JT 미리 보기 탭 눌렀을때 알림내용

The SingleEmbeddedViewer.jar(TC 설치 경로) file, does not mach the The SingleEmbeddedViewer.jar(TC Vis 설치 경로) Please copy file, (TC Vis설치 경로), to (TC 설치 경로) and restart the application or contact a System Administrator for assistance. Embedded Visualization will be disable until this inconsistency is resolved.

 

원인

TC Vis 설치 후 Vis 포함된 OTW로 TC 설치 시 Vis 에러가 발생함

 

해결

메시지에 나온대로 TC Vis에 있는 SingleEmbeddedViewer.jar 를 TC 로 복사하고 TC를 종료하고 재시작하게 되면 오류도 해결되고 툴 바에 Vis 아이콘도 보인다.

 

오류내용

상단 툴 바에 Vis 아이콘이 안 보인다.

 

해결

편집 -> 옵션에서 -> 비주얼라이제이션 -> Lifecycle Visualization -> "Lifecycle Visualization에서 열기" 명령 표시: 예 체크

 

 

+ Recent posts