[Zope-DB] Strange error in Zope
Harald Koschinski
harald.koschinski@friatec.de
Mon, 07 Oct 2002 18:47:56 +0200
Kyrre Myrbostad schrieb:
>I suddenly started getting this error on my zope-pages, and I can no longer
>access the manage-pages (the same error just pops up). I have some scripts
>(a counter in the footer amongst other things) which communicate with a
>mysql-server.
>Here is the error message I get:
>
>Zope Error
>
>Zope has encountered an error while publishing this resource.
>
>Error Type: NotSupportedError
>Error Value: (1196, "Warning: Some non- transactional changed tables
>couldn't be rolled back")
>
This means, that the DB-Adapter is thinking, your DB-Tables are
transactional save, but they are not. :-(
In the case of MySQL you have to put a "-" as the first sign in the
connect string. :-)
May be someone updated from Mysql to MySQL-Max :-((
>
>Anyone recognize this? I'd greatly appreciate any help here!
>
>regards,
>Kyrre Myrbostad
>webmaster Student-TV Trondheim, Norway
>kyrrem@stud.ntnu.no
>
>
>
>_______________________________________________
>Zope-DB mailing list
>Zope-DB@zope.org
>http://lists.zope.org/mailman/listinfo/zope-db
>
>
>