Have you checked to see if this is an auto-index from a foreign key definition or a manually defined one?
My guess is the first and there are just two FKs that are very similar, in which case the auto index name creation needs to be more intelligent or the FKs setup a little different. -David Jacopo Cappellato wrote:
Today I got the following error while running "ant run-install-seed": CREATE INDEX AFFILIATE_PARTY ON OFBIZSCHEMA.AFFILIATE (PARTY_ID) Error: An index already exists for this list of columns The db is Oracle and with trunk OFBiz. Any ideas? Jacopo
