From: Jan Feller [mailto:[EMAIL PROTECTED]]
> I installed sapdb on WinNT. XServer is running but when I try > to create a sample database I get the following error message: > "Error! Connection failed to node <local> for database > test:cserver not found" What did you do exactly? If database test does not exist, you have to use: dbmcli db_create test <dbmusr>,<dbmpwd> The command dbmcli -d test -u <dbmusr>,<dbmpwd> db_create will report the error above, because the database instance test does not exist and so the dbmcli can not locate the DBMServer (formerly known as cserver) for this database instance. Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
