You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
I am using DSpace 7.6 . when I run "./bin/dspace checker -d2h" , it show errors like , have you ever see this ?
Exception: org.hibernate.jdbc.BatchedTooManyRowsAffectedException: Batch update returned unexpected row count from update [0]; actual row count: 3; expected: 1
any idea or suggestions ?
Thanks
Elaine
Jose Blanco
unread,
Aug 31, 2023, 11:08:07 AM8/31/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Elaine Ding, DSpace Technical Support
Hi Elaine,
Can you go to the dspace.log file and run it again, and see if the log
file gives you any more information? It might point you to the line
of code where this is happening, and maybe that will shed some light.
Just from reading the error, it sounds like you have a table that
returns 3 rows, but the code expects it to return just one row.