Book a Demo

Author Topic: Package Version and or Phase in DDL  (Read 2881 times)

MDuch

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Package Version and or Phase in DDL
« on: March 17, 2017, 08:27:01 am »
Hello,

I am working on a project using Sparx EA for data modeling and DDL generation where there is expected to be not-infrequent tweaks and changes to the model and resulting DDL code over time.  The hope is to get the Package version or phase into the DDL header so that when a new model and DDL are submitted for review, at a quick glace it is an easy check to ensure that the DDL was created from the correct model version before it is executed on the live database.

I have tried manipulating the DDL Template in the editor, but I can not seem to find a command that will pull the package info I am looking for.  Using %packageVersion%, %packagePhase% within the template; however, when it is run the field comes out blank. 

This is what I was trying that wasn't yielding any results.

     $start ---------------------------------------------------- $end
     $start  Generated by Enterprise Architect Version %eaVersion%       $end
     $start  Package Version : %packageVersion%             $end
     $start  Package Phase : %packagePhase%             $end
     $start  Created On : %eaDateTime%             $end
     $start  DBMS       : %ddlTableDBMS%                   $end
     $start ---------------------------------------------------- $end

I have tried googling the issue and looking through the forum for others asking for a similar help but I have been unable to find anything on this issue so far.  Any help would be greatly appreciated!

A bewildered co-op student,
Mike.

 
« Last Edit: March 17, 2017, 08:31:47 am by MDuch »