I have a local JIRA installation running on a Windows 10 office computer (this is a least cost variant) for a small team of 5 persons. The backend is an SQL Server Database (hosted in our institute). I am quite content with performance and functionality, but I have a re-appearing and nagging error when creating field options for dropdown lists:
I try to enter a new value to be shown in the dropdown list (page EditCustomFieldOptions) click "add Value" and then I get the "Oops 500 technical problem..." (details below).
I have to add that I am working on the backend database manually and did mass import to the table customfieldoptions (I have one dropdown field with more than 1000 entries...). These manual interventions did NOT have any negative impacts on any other aspects of the dropdown fields, I see new values as soon as they are stored in the database and I can sort them and use them in the field. The only thing that is not working any more is adding new field option values manually via the web-UI.
Any help appreciated.
Verweisnummer des Protokolls: 7cb5e4ef-15f6-49b5-9492-03e072b4a815
com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:CustomFieldOption][customfieldconfig,10800][sequence,0][customfield,10600][parentoptionid,null][disabled,N][id,10504][value,Current] (SQL Exception while executing the following:INSERT INTO dbo.customfieldoption (ID, CUSTOMFIELD, CUSTOMFIELDCONFIG, PARENTOPTIONID, SEQUENCE, customvalue, optiontype, disabled) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (Cannot insert explicit value for identity column in table 'customfieldoption' when IDENTITY_INSERT is set to OFF.))
Humongous JAVA stack
I think you answered your own question here over at https://community.atlassian.com/t5/Jira-questions/Where-does-Jira-store-the-highest-ID-value-for-entries-in-table/qaq-p/852192 !
Indeed, thanks for your answer anyhow. I found out about the indentity problem the moment when I clicked on the post button of my initial question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.