-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 10. September 2002 18:11 schrieb Jens Gutzeit: > Hi
> sapdb is installed now, but I get the next error, during creating of > the test db I get: > create database TST... > create TST failed: ERR > -24994,ERR_RTE: runtime environment error > 1,mkstemp failed:Permission denied > > $DEP is set to /opt/sapdb/wrk (I hope this is correct?), can someone > tell me to which directory I need write access? I've run the script > create_demo_db.sh as user sapdb. I have read the other mails about this > topic, but this doesn't help me. You gave a little to less infos, Which system, if Linux, which Distribution, which release of SapDB. So I presume, you are using a SusE 8.0 + the included SapDB RPMs. There are some worries in SuSE and SapDB running togehter. SuSE does not like SapDB. SuSE likes IBM and DB/2. So this is no wonder: The RPMs are made incompletely and are buggy, not correctly working against Apache+PHP4, and this combination is well known to have buggy setup filepermissions. Thisa is what we discovered here in our customer support. That's why I wrote the SapDB Linux/Unix beginners startup page in http://sapdb.automatix.de - those pages should help. Grab there a sapdb-install and sapdb-restore script depending on a system wide /etc/sapdb.rc. Makes crash recovery as easy as possible. In detail for you: 1. is /usr/spool existing as link against /var spool ? -if not create the link. 2. is the /opt/sapdb folder owned by "sapdb.sapdb" ? Perhaps chown -R sapdb.sapdb. 3. Never run create_Demo_db.sh as Root user. You might find parts in /var/spool/sql changed owner to "root". chown it back to sapdb.sapdb. 4. su - sapdb and try the create script again. SapDB should be only run by the special installed sapdb-system-runtime-user! After that it should work. Ciao J�rgen Sauer AutomatiX Support - -- J�rgen Sauer - AutomatiX GmbH, +49-4209-4699, [EMAIL PROTECTED] ** ** Das Linux Systemhaus - Service - Support - Server - L�sungen ** http://www.automatix.de to Mail me: remove: -not-for-spawm- ** -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAj1+KkEACgkQW7UKI9EqarEXHwCfV2I1OgDh9rz+zId1COEJ8c0H AhEAniMfM47rcAKbTwjrb94Pog0E7/6W =qXVk -----END PGP SIGNATURE----- _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
