Hi, I have some problems creating a new database on a i386 Suse 7.2 Linux. I installed sapdb from the rpms like that:
# rpm -i sapdb-ind-7.3.0.20-1.i386.rpm # rpm -i sapdb-srv-7.3.0.20-1.rpm # rpm -i sapdb-ind-7.3.0.20-1.i386.rpm # rpm -i sapdb-callif-7.3.0.20-1.i386.rpm # rpm -i sapdb-scriptif-7.3.0.20-1.i386.rpm # rpm -i sapdb-testdb-7.3.0.20-1.i386.rpm # tar -xzf sapdbconfig_orefalo73.tgz # cp -r opt/sapdb/* /opt/sapdb/ # cp -r etc/ /etc/ # chown -R sapdb /opt/sapdb/ # chgrp -R sapdb /opt/sapdb/ # chown -R sapdb /var/opt/sapdb/ # chgrp -R sapdb /var/opt/sapdb/ # chgrp -R sapdb /var/spool/sql # chown -R sapdb /var/spool/sql # /opt/sapdb/depend/bin/xregcomp -c /opt/sapdb/depend/lib/dbpinstall and added "/opt/sapdb/interfaces/odbc/lib/" to /etc/ld.so.conf When I try to create a new db I get this error: # /opt/sapdb/indep_prog/bin/dbmcli -s db_create TESTDB dbm,dbm OK # /opt/sapdb/indep_prog/bin/dbmcli -d TESTDB -u dbm,dbm Error! Connection failed to node (local) for database TESTDB: ERR_IMPERSONATE: cannot impersonate to data The same with root privileges. When I try to create the db with the Database Manager from Windows it tells me that the logon to the System failed. But it works with my other computer, and I can't find my mistake. What did I forget? Sorry, Axel _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
