GP_CAT:209: ERROR: Write error 27, file /app/dir/dom/log/ULOG.011508

I resolved it, In the Bea documentation I found the next reference:
GP 209 
ERROR: Write error errno, file filename 
Description 
The program failed to write a message to the userlog file filename, with the error value set to errno. This message will be written to the standard error output of the program. 
Action 
Normally, this indicates that the file system in which the file exists is full; in this case, free up space in the file system and subsequent userlog messages will succeed. 
See Also 
userlog(3c) 
But in my case, the filesystem was not full, the problem was with the size of the ULOG. This it had 2 giga size, and the S.O (HP-UX) only manage files of less that size. Then I clean up the ULOG, and it work fine now.
Regards,
Verónica A. Farías G. Tuxedo Trainee Engineer.
原文地址:https://www.cnblogs.com/wuxi/p/3311519.html