Book a Demo

Author Topic: Logical Data Model transformation is only synchronizing with non-existing Table  (Read 3907 times)

Jes

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
I can't figure out why my Logical Data Model --> Physical Data Model transformation is no longer creating Tables in the destination package as it previously did. Instead, it states that it synchronizes these tables... what would make it beleive that the tables already exists even though the destination package is brand new and completely empty.

The Transformation Progress would show the following:
Code: [Select]
...
Parsing intermediary representation.
Creating packages.
    Synchronizing: Class ...
    Synchronizing: Class ...
    Synchronizing: Class ...
    Synchronizing: Class ...
    Skipping: Locked Class...
    Synchronizing: Class ...
    Synchronizing: Class ...
...

And the newly created physical package would be still be completely empty.

Any input would be appreciated.

By the way, the intermediary file resulting from the transformation looks like it provided all the expected tables and attributes...

Jes

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Replying to my own post...

It seems that the only reason for EA not to create the physical data model is simply due to my lack of asking it to do so...
There is these couple of check box that i left empty:
- Generate Code on result
- Perform Transformations on result

Selecting these will produces the needed PDM.

That's what I get for not looking into what these options are used for in the UG.
Cheers