Forum Post: PREFER-DATASET & MERGE-BY-FIELD: Throwing OE Error 11913

  • Thread starter Thread starter romelwell
  • Start date Start date
Status
Not open for further replies.
R

romelwell

Guest
Setup Running 32-bit OE10.2B7 on Win7 64-bit system. The attributes PREFER-DATASET and MERGE-BY-FIELD are set to their respective default values (PREFER-DATASET = FALSE, MERGE-BY-FIELD = TRUE). .NET clients passing ADO datasets to an OE AppServer for record Update/Delete (UD) processing. The proper before-image and/or after-image data are correct (reflecting the UD operation). Issue Every time a client sends a dataset to the AppServer for UD processing, the Progress method SAVE-ROW-CHANGES returns the error: SAVE-ROW-CHANGES found name record with conflicting change by another user. (11913). This error occurs with every UD operation, although no other client has updated the target data row in the DB Table, thus there should be no 'conflicting changes'. Simply changing a value in a single column in a single row, or deleting a row in the associated dataset is causing SAVE-ROW-CHANGES to throw the error 11913. Question(s) I am asking for suggestions on how to debug this issue. Very clearly there is a bug in our server-side logic that is causing the call to SAVE-ROW-CHANGES to believe that another user has updated the target data row. I am familiar with the attribute ROW-STATE. Is there a similar attribute to check the field state? We do use the attribute TRACKING-CHANGES (set to TRUE) when we need to modify a buffer, however, this attribute is not called in the workflow for Update/Delete operations. If we set the value of PREFER-DATASET to TRUE, then no error is thrown, as expected, but we are then unable to capture if another user updated a different column in the same data row (concurrency)

Continue reading...
 
Status
Not open for further replies.
Back
Top