-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v9: SQL error when trying to create a new property on a tab or group (SQL CE) #11677
Comments
Hey Phil, Had the same issue, maybe the following will help? |
Thanks Tom, I'll take a look
…On Sun, Jan 16, 2022 at 4:19 PM Tom Pipe ***@***.***> wrote:
Hey Phil,
Had the same issue, maybe the following will help?
#11522 (comment)
<#11522 (comment)>
—
Reply to this email directly, view it on GitHub
<#11677 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6MVEDCFL7VHY5P5PORHP3UWLVYFANCNFSM5IQ26TCA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Hi-Fi Ltd*
web: www.hifi.agency
email: ***@***.***
telephone: 07966695017
Registered in England and Wales
Company Number 9281128
VAT Number 221 9499 94
|
Hi @hifi-phil, Thank you for reporting this; sorry for the quite late reply. I can't reproduce this at all, neither on upgraded databases nor on newly created ones 😞 did you ever figure out what was going on, or did the suggested fix solve it for you? |
The fix from Tom solved the problem thanks...
…On Thu, Jan 12, 2023 at 6:54 PM Kenn Jacobsen ***@***.***> wrote:
Hi @hifi-phil <https://github.com/hifi-phil>,
Thank you for reporting this; sorry for the quite late reply.
I can't reproduce this at all, neither on upgraded databases nor on newly
created ones 😞 did you ever figure out what was going on, or did the
suggested fix solve it for you?
—
Reply to this email directly, view it on GitHub
<#11677 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6MVEGL7LMSV7M7RRWBYF3WSBHOJANCNFSM5IQ26TCA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Hi-Fi Ltd*
web: www.hifi.agency
email: ***@***.***
telephone: 07966695017
Registered in England and Wales
Company Number 9281128
VAT Number 221 9499 94
|
Thanks for getting back to us @hifi-phil 💪 I'm going to close this issue since it's gone rather stale and we currently have no means of reproducing it. If anyone encounters it again we would really love to hear about it, ideally with some steps to recreate the scenario 🙏 |
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
9.1
Bug summary
A SQL error is generated when trying to create a new property on a tab or group. The error is: A duplicate value cannot be inserted into a unique index. [ Table name = cmsPropertyTypeGroup,Constraint name = IX_cmsPropertyTypeGroupUniqueID ].
This db has been migrated from 8.13 to 9.1. I have seen that there is a separate issue for this that has been fixed 11221 I tried upgrading from 9.01 to 9.1 and it still didn't fix the issue.
Specifics
A duplicate value cannot be inserted into a unique index. [ Table name = cmsPropertyTypeGroup,Constraint name = PK_cmsPropertyTypeGroup ]
Steps to reproduce
Add a tab or a new group
Add a new property
Click Save and Publish
Expected result / actual result
It saves the document type
The text was updated successfully, but these errors were encountered: