- 论坛徽章:
- 5
|
以informix用户登录:
$ cat .profile
INFORMIXDIR=/usr/informix
INFORMIXSERVER=infoserver
PATH=$INFORMIXDIR/bin:$PATH
export INFORMIXDIR INFORMIXSERVER PATH
$ onmonitor
Termcap entry too long
Termcap entry too long
Bad termcap entry
Termcap entry too long
Termcap entry too long
Bad termcap entry
Program stopped at "tb4_main.4gl",line number 71.
FORMS statement error number -1170
The type of your terminal is unknow to the system
然后在.profile中添加了:
export TERMCAP=$INFORMIXDIR/etc/termcap
重新以informix用户进入:
# su - informix
Last successful real login for informix:NEVER
-su TERMCAP=/usr/informix/etc/termcap:is not an identifier
$ onmonitor
Termcap entry too long
Termcap entry too long
Bad termcap entry
Termcap entry too long
Termcap entry too long
Bad termcap entry
Program stopped at "tb4_main.4gl",line number 71.
FORMS statement error number -1170
The type of your terminal is unknow to the system
请问这是怎么回事?如何修改?谢谢! |
|