현상 : ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
ld: 0711-856 ERROR: Cannot set the mode of the output file: /app/bin/TTO02
ld:fchmod() Operation not permitted.
NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 1832; check TUXDIR=/tuxedo11, LANG=en_US.ISO8859-1
make: 1254-004 The error code from the last command is 8.
원인 : /app/bin/TTO02의 파일에 설정된 파일 권한 때문에 발생.
새로 컴파일한 사용자가 /app/bin/TTO02 파일의 원 소유자가 가지고 있는 파일을 변경할 수 있는 권한이 없기 때문에 발생.
조치 : 새로 컴파일한 사용자가 /app/bin/TTO02 파일의 원 소유자가 가지고 있는 파일을 변경할 수 있는 권한을 설정하면 됨.
컴파일 하기 전에 /app/bin/TTO02 파일을 삭제하고 컴파일을 하면 됨.
'▶ Tuxedo > 오류 메시지(Tuxedo)' 카테고리의 다른 글
INTERNAL ERROR: Failed assertion [PGE Code=90105] (0) | 2017.12.20 |
---|---|
LIBGWT_CAT:1834: ERROR: Message presend failure caused by reason (0) | 2017.12.20 |
LIBGWT_CAT:1667: ERROR: Bad message from WLS_DOM. Closing file descriptor (0) | 2017.12.20 |
LIBTUX_CAT:1201: ERROR: Cannot re-attach BB - magic number mismatch (0) | 2017.12.20 |
LIBTUX_CAT:6031, LIBGWT_CAT:1282, LIBGWT_CAT:1041, GP_CAT:1048 (0) | 2017.12.20 |