> found any answers to this problem. I've installed MaxDB 7.5 on RH8. > I've created a DB instance, and got it online - confirmed with > db_status. I've added a user with sql_execute create user., The > problem arises, when I try and connect to the instance using > the sapdb > Python libraries. When the connect is run, the program just hangs > indefinately. I've tried it interactively, with the same result. > According to knldiag, my machine is logged as connecting, and then as > connected, but then nothing else. Is there something I'm doing wrong?
- Is it possible to connect with another client? e.g. sqlcli -u ... -d ... If this hangs as well, then perhaps the Log of the database is full (somewhat unlikely if you haven't done anything besides creating the database) You can free the the Log are by performing a data backup and a log backup. These steps are part of the script misc/create_demo_db.sh (after echo "set backup parameters..."), I should probably add them to instdb.py as well. - if connecting with sqlcli works: can you connect with <dependent>/bin/x_python? This is a Python 1.5 interpreter used to install the system tables - if connecting with x_python works, then there seems to be a problem with the Python 2.3 extension and I'll have to investigate further. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]