I've downloaded and installed
sapdb-server-linux-32bit-i386-7_3_0_21.tgz onto Gentoo
Linux.

I'm trying to test the install using create_demo_db.sh
with user sapdb group sapdb.
The script creates the directory /home/sapdb/TST but
fails trying to create a temporary file for this-

_o=`cat <<EOF | dbmcli -d $SID -u dbm,dbm 2>&1
param_rmfile
param_startsession
param_init OLTP
param_put LOG_MODE SINGLE
param_put CAT_CACHE_SUPPLY 300
param_put DATA_CACHE 2500
param_put MAXDATADEVSPACES 5
param_put MAXDATAPAGES 1024000
param_checkall
param_commitsession
param_adddevspace 1 SYS  $HOME/$SID/DISKS01   F
param_adddevspace 1 DATA $HOME/$SID/DISKD0001 F 2560
param_adddevspace 1 LOG  $HOME/$SID/DISKL001  F 1024
quit
EOF`

***error message***
create database TST...
set parameters for TST...
./create_demo_db.sh: cannot create temp file for here
document: Permission denied

Where is the script trying to create the temp file?
What file permissions are needed?




__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to