Hello, I faced a SYSERROR -9999 on a MaxDB 7.6 instance (7.6.00 Build 012-123-102-632 on Windows Server 2003 Std.Edt. SP1) when I tried to update a record in a user table:
UPDATE calling_modules SET ver_id = (SELECT ver_id FROM snr_versions WHERE release_no = '1.3.2') WHERE module_name = 'SNR_PUT_INCREMENT' // or UPDATE calling_modules SET ver_id = 6 WHERE module_name = 'SNR_PUT_INCREMENT' // or UPDATE calling_modules SET ver_id = 6 WHERE mod_id = 16 // All three variants of the SQL statement led to the same error message.Here are the knldiag.err entries: 2005-12-05 16:18:19 0xA74 ERR 51080 SYSERROR -9999 Otherwise unknown errorcode 2005-12-05 16:18:19 0xA74 ERR 51080 SYSERROR -9999 Otherwise unknown errorcode 2005-12-05 16:20:09 0xA74 ERR 51080 SYSERROR -9999 Otherwise unknown errorcode Is there someone who has an idea what is going on? Thanks in advance! kind regards Frank -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]