현상 : 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)' 카테고리의 다른 글
CMDTUX_CAT:766: must run on master node (0) | 2010.06.03 |
---|---|
tpcommit() Error (0) | 2010.06.03 |
argument is incompatible with prototype: arg #4 (0) | 2010.06.03 |
Lib FML-CAT4: ERROR Field not present ! (0) | 2010.06.03 |
Fget() Error : Ferror = 3 ( FNOSPACE ) (0) | 2010.06.03 |