I have a situation where one of our clients are encountering the problem where too many Locks are acquired on the Server and terminates the process when the limits are exceeded.
The Locking on the tables is set to Row level. The application performs atomic saves (all or none)
Any clues on what needs to be changed to over this problem. Any configurations, settings etc.,