-L Parameter Error

mprabu_p

New Member
HI All,

In our program we have using the commend
"REPEAT TRANSACTION ON ERROR UNDO mainloop,RETRY mainloop" instead of "REPEAT ON ERROR UNDO mainloop , RETRY mainloop":

When we using the "REPEAT TRANSACTION" it shows the error message "Lock Table overflow -L " but, it did'nt show any error message when we using "REPAET" statement. Please clarify me?

Why -L error message shows when we using ""REPEAT TRANSACTION" .
What is Loack Table ? How can we handle this ? Please Help?

Thanks

Prabu.M
 
Top