Re: Running MaxDB on Windows as different User?

2004-10-25 Thread Christian Ullrich
really like doing that, though. -- Christian Ullrich Registrierter Linux-User #125183 There's nothing we can't face -- except for Bun-bun... -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL

GRANT SELECT ON sequence WITH GRANT OPTION

2004-10-25 Thread Christian Ullrich
According to the documentation[1], GRANT SELECT ON sequence WITH GRANT OPTION is supposed to work. It does not in 7.5.0.18. I can't even find a system table where sequence privileges are stored. [1] http://dev.mysql.com/doc/maxdb/en/48/f0dac7225811d3a97d00a0c9449261/ content.htm -- Christian

Re: Running MaxDB on Windows as different User?

2004-10-25 Thread Christian Ullrich
* Christian Ullrich wrote: works, starting the service doesn't. That's probably still the failing group lookup, which may not be done when running from the Hmm. Is there any reason not to re-enable sql49c_get_operators_SID(), which has been disabled using the preprocessor: static LONG

Python download for Windows broken?

2005-01-21 Thread Christian Ullrich
Hello! It appears that the Python interface download for Windows, maxdb-python-win-32bit-i386-7_5_00_23.zip, is broken. The md5 listed on the MySQL download page checks out, but the archive is damaged. -- Christian Ullrich -- MaxDB Discussion Mailing List For list archives: http

Re: Count function produce Wrong results

2005-06-01 Thread Christian Ullrich
producing effectively random results. One COUNT would return X, the next (seconds later) would return Y. That was caused by a damaged index. Dropping and recreating the index fixed it. -- Christian Ullrich . Der Grtner betrachtet die Rebellen also als . Unkraut und reinigt

Kernel crash (access violation) with 7.6.0.34

2007-03-23 Thread Christian Ullrich
lying around somewhere. Will it be enough to recover from a complete data backup from before it first crashed? Do I need to drop and recreate the whole instance? -- Christian Ullrich -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http

Re: Kernel crash (access violation) with 7.6.0.34

2007-03-23 Thread Christian Ullrich
* Christian Ullrich wrote: I'm running MaxDB 7.6.0.34 (Win32) on Windows 2003. When running a long(ish) series of statements from SQL Studio, the kernel crashes, I'll be glad to provide the statements leading to this crash, In a new instance, the initial schema load (that's what I

Python 2.5

2007-06-20 Thread Christian Ullrich
Back in March, someone reported that the python interface didn't work correctly with python 2.5, in that raised exceptions were missing all information about the actual error (error codes, messages). Is there any news about when this might be fixed? -- Christian Ullrich . E-Mails sollten

Unexpected exceptions in the python interface

2007-06-20 Thread Christian Ullrich
to the database, waiting until the session disappeared from the DBM and then sending a query, that doesn't happen. Instead I get a ProgrammingError via DB-API and an SQLError from sapdb.sql. What am I doing wrong? If I get what amounts to a syntax error, how can I know what actually happened? -- Christian

Re: Python 2.5

2007-06-29 Thread Christian Ullrich
* Christian Ullrich wrote on Wednesday, 2007-06-20: Back in March, someone reported that the python interface didn't work correctly with python 2.5, in that raised exceptions were missing all information about the actual error (error codes, messages). I think I may just have fixed it myself

Unconverted SQLError in Python sdb.dbapi

2007-08-16 Thread Christian Ullrich
communication with the server, so the __getParsed() call can fail for a lost connection. -- Christian Ullrich -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Use python sdb module outside x_python

2007-08-19 Thread Christian Ullrich
. -- Christian Ullrich -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]