I ran into this issue and hoping its a bug that has been fixed. I do have a ticket open as well.
We are starting a new implementation for livesite. In our current design, we have few branches that have very similar set of taxonomy node names. The authors for each branch also have the ability to add new nodes and use them for tagging.
The problem we just ran into is: when I created branch2 and added the node "Department Type", my workflow failed with the following error
2015-01-05 10:49:21,004 INFO [STDOUT] [ERROR] 10:49:21 JDBCExceptionReporter - Violation of UNIQUE KEY constraint 'UQ__iwtax_no__656F8F03778AC167'. Cannot insert duplicate key in object 'dbo.iwtax_node_type'. The duplicate key value is (Department Type).
To me, this doesn't make sense. Every Node has a unique node_id, so the additional unique_key constraint has me baffled.
Is this just a bug on my system - or is this how its designed?
This has me wondering if our view of taxonomy and how we use it is misplaced.
Any thoughts?
7.3.2, Linux based installation.