There is a unique constraint placed on the [cardId] column of the PERSON table and it is causing (at least, it's the first of hundreds of errors) the demo data to fail to load. I believe there is something more fundamentally wrong with this constraint in SQL Server however, as when I tried to install ofbiz with only seed data and then perform the setup steps at http://<server>/ofbizsetup, I was unable to complete the initial setup due to the same constraint being violated.
My environment: MS SQL Server 2008 sqljdbc4 drivers Steps to reproduce: Start with download of ofbiz-13.07.01 Followed the MS SQL setup steps in the entityengine.xml file ./ant build ./ant load-demo First error from logs is below: -- View this message in context: http://ofbiz.135035.n4.nabble.com/Unique-constraint-on-Person-cardId-breaks-ofbiz-on-SQL-Server-tp4656840.html Sent from the OFBiz - User mailing list archive at Nabble.com.
