From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Hello, > > for some reasons my database crashed and I have to create the database > again. > > I 've followed all the steps as I did at the first time, but > I get an error > at > dbmcli> load_systab -ud <domain-pwd> > > -24964,ERR_EXECUTE: error in program execution.... > 1280,/usr/sapdb/depend/bin/xload -S INTERNAL -n <node> -d > <db> -u SYSDB,* > -b /usr/sapdb/depend/env/lsystab.ins en ENG <pwd> > uni_fload: encoding not found > > What is to do? Our executable xload (called from the DBMServer) want to start in unicode mode. There is something in your environment causing this. Check for an environment variable DBLANG an clear it if it is set. And/Or check for a file .XUSER.62 in $HOME please rename this file. These settings may come from an former/actual ADABAS installation. xload is a very old tool which still does regard to some ADABAS settings. To avoid problems you should use another operating system user for SAP DB. The other way is a corrupted .XUSER.62 file. Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
