Page 1 of 1

Association was ignored, can you help me

Posted: Sun 22 Aug 2010 17:15
Please i have a problem: i have oracle database with a small set of tables and foreign keys between each other, when i generate the model from the database using entity framework designer most of this foreign keys didn't mapped but when i use EntityDeveloper every thing is OK, Can you help me to know why this was happen

Any help please

Posted: Tue 24 Aug 2010 09:21
Any help please

Posted: Wed 25 Aug 2010 12:26
by StanislavK
Sorry for the delay.

Could you please specify or send us the definitions of the tables used? We couldn't reproduce the problem with our test databases.

Also, please specify the versions of dotConnect for Oracle and Oracle server you are using.

Posted: Wed 25 Aug 2010 12:42
I send all info as you want to support team

Oracle 11 g
windows server 2008
DotConnect 5.70

Posted: Wed 25 Aug 2010 15:51
by StanislavK
Thank you for the script, we've reproduced the issue. We will investigate the situation and inform you about the results.

Posted: Wed 25 Aug 2010 15:55
Thanks, i wait you

Posted: Thu 26 Aug 2010 15:57
by StanislavK
I've deleted the duplicate topic in the Entity Developer forum.

Wait your answer

Posted: Thu 26 Aug 2010 22:53
OK thanks, but pleas i wait your answer

Any answers ?

Posted: Sun 29 Aug 2010 12:11
Is there are any answers ?

Any answers ?

Posted: Sun 29 Aug 2010 12:12
Is there are any answers ?

Any answers ?

Posted: Sun 29 Aug 2010 12:17
Is there are any answers ?

Posted: Tue 31 Aug 2010 08:28
by StanislavK
We are investigating the issue, we will inform you about the results as soon as possible. As a temporary workaround, you can add the missing associations manually.

Posted: Tue 31 Aug 2010 13:29
by StanislavK
Thank you for your assistance, there were two issues with generating the model:

1) The foreign keys missed in the EDM wizard. The problem is that the EDM wizard behaviour depends on the order in which foreign keys are retrieved. This can cause such issues in the case when a table has multiple associations. We've fixed the issue, the fix will be available in the nearest build.

2) Incorrect associations in Entity Developer. This issue is caused by incorrectly formed primary key (e.g., for the L_FDOC table). We will inform you when this problem is fixed.