Hi all, I have users reporting an error in a application not beeing able to update a specific vaule in a table. Running a trace gives me the following error: Error: 16933, Severity: 16, State: 1 Any idea where to dig deeper ? (Same application running on another server works fine ?) TIA acki4711
is it a specific record or set or records? Have you tried to update the record by your own. Seems like conflicting with matching condition in where clause.
Usually the actual description from the error message contains some clue as to what is going wrong. Just the number/severity/state info doesn't tell you much.