ORA-1034, ORA-7320, ORA-7429 현상 : ORA-1034, "ORACLE not available" ORA-7320, "smsget: shmat error when trying to attach sga." ORA-7429, "smsgsg: shmget() failed to get segment." 원인 : ORACLE DBA 사용자만 데이타베이스를 ACCESS할수 있고 다른 사용자는 SQL*PLUS 등을 통하여 CONNECT를 하려고 할때 다음 에러가 발생 할경우 ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
makefile에서 error 현상 : makefile에서 error System default option values takem from: /aros1/oracle/proc/pmscfg.h Preprocessor error at line 235, column 1, file fa113read.pc: 1 (1) PCC-S-02018, found end-of -file while scanning comment (1) PCC-F-02102, Fatal error while doing C preprocessing *** Error code 1 Make: . Stop. 원인 : 주석 처리된 부분에서 "{"가 포함되어 발생된 error임. 조치 : .. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
CMDTUX_CAT:520: unused arguments passed to buildServer 현상 : makefile에서 error [SQNT1]/aros2/users/uatijik/aros/svc > make buildServer -o ra1s0160 -f ra1ssv1281.o \ -f ra1ssv1303.o \ -f /aros2/tuxedo/lib/macro.o \ -f /aros2/tuxedo/lib/librecv.a \ -f /aros2/tuxedo/lib/libreal.a \ -f /aros2/tuxedo/lib/libFA101Read.a \ CMDTUX_CAT:520: unused arguments passed to buildServer *** Error code 1 make: . Stop. 원인 : -f /aros2/tuxedo/lib/libFA101R.. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
Server를 죽였는데도 계속 되살아남. 현상 : Server를 죽였는데도 계속 되살아남. 원인 : UBB File의 "RESTART=Y"로 설정된 경우에 발생 조치 : UBB File의 "RESTART=N"로 설정 ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
FML Buffer에 전달된 Data를 출력한 결과 Data의 일부가 소실됨. 현상 : Indata 구성이 제대로 되었는데 TP_CALL한 뒤에 Server쪽에서 FMLLOOK를 이용하여 FML Buffer에 전달된 Data를 출력한 결과 Data의 일부가 소실됨. 원인 : GET, GETVAR를 PUT, PUTVAR로 잘못 사용한 경우에 발생 조치 : GET, GETVAR를 PUT, PUTVAR로 수정 ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
CMDTUX_CAT:766: must run on master node 현상 : tmshutdown: internal error: CMDTUX_CAT:766: must run on master node 원인 : 1.BBL이 죽음 2.구성 파일에 backup master 로 지정된 machine에서 booting을 시도한 경우 또는 shutdown 요청을 수행하려 했을 때 DBBL 프로세스를 찾지 못했음. 조치 : 1.TP/M Admin 요청 2.구성 파일에 master로 정해져 있는 machine에서 booting을 다시 수행시.. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
tpcommit() Error 현상 : tpcommit() Error 원인 : 1.tpbegin()이 되어있지 않음 2.Time-out 발생 3.Server에서 TPFAIL로 Return 4.TMS 초기화 혹은 동작 이상 5.Oracle 22번 error(ORA-22:"Invalid session id; access denied") 조치 : 1.tpbegin()을 넣어줌 2.tpbegin()시 시간을 길게 주거나 Service 시간을 줄이도록 튜닝함. 3.Server의 Tansaction은 ABORTONLY로 표시됨 (따라.. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
LIBFML_CAT:3: ERROR: No space in fielded buffer ! 현상 : Fchg() error -> LIBFML_CAT:3: ERROR: No space in fielded buffer ! 원인 : FML Buffer의 Size 부족으로 발생한다. 조치 : tpreturn 전에 Fused32함수를 이용해 FML Buffer 사용량을 확인하고 여기에 40%를 더 여유 있게 FML Buffer를 할당해야 한다. 예) LONGLOOK("f_.......", "FML Data size", Fused32(transf)); ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
argument is incompatible with prototype: arg #4 현상 : Fget( (FBFR *)transf, A315PIN, 0, a315pin, 0 ); "clstserv.c", line 433: argument is incompatible with prototype: arg #4 원인 : macro를 사용할 경우는 host변수에 .arr를 붙여주지 않은 경우에 발생 조치 : Fget( (FRFB *)transf, A315PIN, 0, a315pin.arr, 0 ); a315pin.len = strlen( a315pin.arr ); ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
Lib FML-CAT4: ERROR Field not present ! 현상 : Fget() error -> Lib FML-CAT4: ERROR Field not present ! 원인 : 1.FML Buffer에 미등록된 Data field를 사용할 때 발생된 error임. 조치 : FML Buffer 등록시 값이 등록되어 있지 않거나, Service에서 GETVAR하기전에 Finit()을 시켜줌 ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03