I have a problem creating associations between external content types.
I've got two entities. Product and productalternative. One project does have one or more productalternative's. The pa has a productid key (from Product).
I created read and read list operations for both entities just fine, setting the keys (productid and alternavitveid (non unique) for pa).
When I try to create a association from within pa, the wizards works just fine. There are NO errors on any step, but STILL the finish button is grayed out!? What can be wrong? I double checked the keys, viewed video tutorials and checked documentation.
I'm using Microsoft SQL Express. External entities are build on SQL Views based on a Linked Server (query runs just fine, list in SP2010 shows all the records).
How can I finish the association?