NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on October 01, 2017, 05:17:30 PM
-
Hi there,
im getting an occasional error message that is probably occurring once in 300 events
Heading; transaction cancelled
Error:Unable to log transaction(48)
attempting to frame the transaction on allergy
im running a try.fetch by record ID and if benign, editing two fields in the table
the try fetch has eliminated the frequent error 33 displaying.
Its on the embed
user did EIP
2 validate EIP for field
("Allergy" = table being updated)
What is this " frame " about please ?
and, is there an obvious something to check to stop this error 48 ?
Tkanks
Richard
NT8.71
-
Hi Found the answer thanks in a posting November 28 2015 between brian and terryd
Thanks !
cheers
Richard
-
Hi Richard,
In the normal Clarion Global Properties, File Control tab,
you have an option on -
"Enclose RI code in transaction frame".
You should turn this off since it's unlikely you are allowing user to change the primary key value anyway.
cheers
Bruce
-
Thanks Bruce..
Cheers
Richard