1
Automation Interface, Add-Ins and Tools / Re: How to get join data from DDL package?
« on: March 07, 2012, 08:05:07 am »
OK, so I was getting angry because, no matter how I did it, the manual transformation of my PIM package into DDL package produced an incomplete result - by accessing it both from EA and my code I found out that, for example, names of connectors were missing. However in the exported XMI of the DDL package everything seemed to be OK
So I exported the incomplete one and imported it back and voila - everything is as it should be and my code is now working and producing correct joins.
It is a solution, albeit irking one - I'll probably look into ways to make it more elegant, but right now I'm glad it at least works. Anyways - big thanks to Geert for making me aware that the problem was with the result of transformation from PIM to DDL.
So I exported the incomplete one and imported it back and voila - everything is as it should be and my code is now working and producing correct joins.

It is a solution, albeit irking one - I'll probably look into ways to make it more elegant, but right now I'm glad it at least works. Anyways - big thanks to Geert for making me aware that the problem was with the result of transformation from PIM to DDL.