Hi,
I want to build from source on Redhat 8.0, everything is ok till I met this problem:
... ...
XMLIdx.lnk fast
WDVXIS.dld fast
!dbmcli -s -R $INSTROOT inst_reg -k $INSTROOT
Error! Connection failed to node (local) for database (no dbname)
COMMAND error 2
error of command "dbmcli -s -R $INSTROOT inst_reg -k $INSTROOT" ignored
'all.mac' not made because of dependency errors
21-10-03 13:26:35 end of all.mac fast
[EMAIL PROTECTED] cvs]$
there is a error msg file in sys/sapdb-74/sys/wrk/fast/tmp/??????t, it contains
following lines:
------------------------------------------------------------------------------
Date Time TID(hex) Typ MsgID Label Message
------------------------------------------------------------------------------
2003-10-21 13:26:35 0x00002359 ERR -24994 DBM ERR_RTE: runtime environment
error
0x00002359 ERR 142 DBM UNIX installation registry key
SapdbOwner not found: Open Registry:No such file or directory
[EMAIL PROTECTED] cvs]$
where is "UNIX installation registry" and how to solve it?
why does the error message file name have weird charaters? I use "strace dbmcli..." to
see that maybe the filename is from /etc/localtime. I am using Chinese charset
zh_CN.GB18030 but after I change to en_US, it is the same :<.
Thanks for your help!
Andy Wang