On 12/12/05, Heinrich, Tilo <[EMAIL PROTECTED]> wrote: > > Hello Orlando, > > File TRIGGER.py is indeed missing from the RPM's for 7.6.00.16. You can > either wait for the next set of RPM's, download the tgz/zip packages or > download just the missing file from > http://sapmats-de.sap-ag.de/download/download.cgi?id=FKD4YS1Q606XGB432QX > F87IJP3C5SCFTVCR9FC49193WWZ6GZV .
Installed TRIGGER.py and the database-creation routine now works as documented. I tried to create an SQL user with the following syntax: user_create iguser,igpass user_put iguser SERVERRIGHTS=+AccessSQL,+AccessUtility then i try to log in, but it fails: /opt/sdb/programs/bin/sqlcli -n localhost -d ig -u iguser,igpass Welcome to the MaxDB interactive terminal. Type: \h for help with commands \q to quit sqlcli=> select * from cat; * -10709: Connection failed (RTE:database not accesssible: stat on pipe () i notice that even the sysdba cannot log in unless the unix user is su'ed to root. permissions on a socket somewhere?