Bug #51172 | Unknown Exception caught ... Wb.h at line 1122 | ||
---|---|---|---|
Submitted: | 14 Feb 2010 18:37 | Modified: | 16 Mar 2010 18:45 |
Reporter: | Halbert Stone | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.2.15b | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Feb 2010 18:37]
Halbert Stone
[15 Feb 2010 13:00]
Johannes Taxacher
Hi Halbert, could you please check if you see this behavior still in latest available release (5.2.15)? thanks in advance
[16 Feb 2010 2:01]
Halbert Stone
Problem still exists in v5.2.15b Rev5053 Alert Dialog text: "Unknown Exception caught in c:\documents and settings\mysqldev\build\mysql-workbench-oss-5.2.15b\backend\windows\wbprivate.wr\src\Wb.h at line 1087" ---------- Log content: Executing SQL script in server ERROR: Error 1227: Access denied; you need the SUPER privilege for this operation CREATE TRIGGER InvalidCredentials AFTER UPDATE ON Person FOR EACH ROW BEGIN IF attempts>2 then INSERT INTO `LoginEvent` (`idLoginEvent`, `Instance`, `Person_ID`, `LogEventType_idLogEventType`) VALUES (0 ,NOW() ,OLD.Person_ID ,(select `idLogEventType` from `LogEventType` where `type` like '%Failure%')); END IF; END SQL script execution finished: statements: 5 succeeded, 1 failed
[16 Feb 2010 18:45]
Valeriy Kravchuk
What version of MySQL server are you working with? Had you tried to connect as root or any other user with SUPER privilege?
[17 Mar 2010 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".