728x90
Problem(Abstract)
This article details how to resolve the error "The type of your terminal is unknown to the system" when running dbaccess.
Resolving the problem
Q. How can I resolve various "unknown terminal" errors I receive when running dbaccess?
A. Set the environment variables TERM and TERMCAP to point to
$INFORMIXDIR/etc/termcap.
Example:
- For csh:
- setenv TERM vt100
setenv TERMCAP $INFORMIXDIR/etc/termcap
For ksh :
- export TERM=vt100
export TERMCAP=$INFORMIXDIR/etc/termcap
http://www-01.ibm.com/support/docview.wss?uid=swg21225215
728x90
'Informix > informix troubleshooting' 카테고리의 다른 글
Error -952 when using /etc/shadow password on HP-UX 11i (0) | 2012.01.07 |
---|---|
The open cursor problem (106) (0) | 2011.12.08 |
C-ISAM 7.26.XC3 RELEASE NOTES DO NOT REFLECT A NEW REQUIREMENT TO LINK -LDL AND POSSIBLE OTHER LIBRARIES AT COMPILE TIME (0) | 2011.11.23 |
Informix ISAM error 136: no more extents (0) | 2011.11.20 |
Troubleshooting connection error -952 using the correct password (0) | 2011.11.14 |