Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating a new version can be invoked through the command line.
Options:

Code Block
advancedcopy

...


-r <repo name>

...


-fc <from category>

...


-fm <from model>

...


-fv <from

...

]]></ac:plain-text-body></ac:structured-macro>

...

Note

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="798d8064-b64f-4c04-b229-dc978a7fee2b"><ac:plain-text-body><![CDATA[

 version>
[-fg <from group>]
-tc <to category>
-tm <to model>
-tv <to version>
[-e <yes/no>] (Use existing model. Default: no)
[-osm <yes/no>] (Use original source mappings. Default: no)
[-h <yes/no>] (Copy hidden objects. Default: no)
[-mc <model conversion>[,<model conversion>]] (Apply model conversions)
Note
titleNote
  • <model conversion> has the format [@]name[:rdbms], where @ represents checking the repository level first and rdbms is the rdbms filter.

...

  • No support for creating model versions in categories that require a connection. You can still copy to an existing model version.

Example

Code Block
java -Xmx512m -XX:MaxMetaspaceSize=256m -splash: -jar WhereScape-3D-HEAD-bundle.jar advancedcopy -r "Local repository" -fc "Source" -fm "Tutorial" -fv "1.0" -tc "Star schema" -tm "My star" -tv "Verison 1" -mc "3NF to Star Schema"