Lungig
21st October 2016, 13:02
When cretaing a record on a session we get this error bdb_errno 1407 in db_insert. This also happens when trying to insert a record in GTM .
What's causing it

bhushanchanda
21st October 2016, 13:10
Hi,

It might be due to the fact that you are updating some column with a value that it won't allow e.g. a NULL value. Please validate the data you are using to insert the record.