-
Type:
Bug
-
Status: CLOSED
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 10.1
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
10 status:Resolved
-
Previous Issue Keys:SAM-2408
This error is launched after migration to Sakai 10:
org.sakaiproject.tool.assessment.services.assessment.PublishedAssessmentService - org.springframework.dao.InvalidDataAccessResourceUsageException: could not get next sequence value; SQL [select SAM_PUBATTACHMENT_ID_S.nextval from dual];
This is due to the change at revision 305964.
That changes the name of the sequence from SAM_PUBLISHEDATTACHMENT_ID_S to SAM_PUBATTACHMENT_ID_S.
I think this is a mistake due to merge or something like that but totally unintentional. If this change is on purpose then some code is needed in migration script to change sequence name.