NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on October 13, 2013, 12:50:11 AM

Title: Unable to log transaction Error 48 ???
Post by: Niels Larsen on October 13, 2013, 12:50:11 AM
Hi

Running a new NTWS i suddenly get this error, even on simple tables (browse and form).
No Memory-tables - plain mssql.
Any ideas?

Regards Niels
Title: Re: Unable to log transaction Error 48 ???
Post by: Bruce on October 13, 2013, 11:05:36 PM
try turning off the global property
"Enclose RI code in transaction Frame".

cheers
Bruce
Title: Re: Unable to log transaction Error 48 ???
Post by: Niels Larsen on October 15, 2013, 01:41:25 AM
Thanks!

It helped but what is the effect of "Enclose RI code in transaction Frame" in NTWS?
Title: Re: Unable to log transaction Error 48 ???
Post by: Bruce on October 15, 2013, 02:56:17 AM
It's not a NetTalk thing, it's a clarion thing. Typically you get this error when trying to do a relation update a record where that record is related to files of a different driver.

Hopefully you're not allowing relational updates anyway, so this setting has little effect.

cheers
Bruce