You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

advancedcopy
-r <repo name>
-fc <from category>
-fm <from model>
-fv <from version>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e5417858-4a6c-45e0-87bd-53c4cbe729fc"><ac:plain-text-body><![CDATA[[-fg <from group>]
]]></ac:plain-text-body></ac:structured-macro>
-tc <to category>
-tm <to model>
-tv <to version>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cfd1795c-6ad2-44c1-8404-b5bbfea13fa7"><ac:plain-text-body><![CDATA[[-e <yes/no>] (Use existing model. Default: no)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9025b776-8933-473d-acfb-ad4de4e516ce"><ac:plain-text-body><![CDATA[[-osm <yes/no>] (Use original source mappings. Default: no)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b3368fd3-ed67-4dc6-88c2-9f6bdc5b67c4"><ac:plain-text-body><![CDATA[[-h <yes/no>] (Copy hidden objects. Default: no)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2aae1a45-2dc6-4739-99d2-677c55a517c6"><ac:plain-text-body><![CDATA[[-mc <model conversion>[,<model conversion>]] (Apply model conversions)

]]></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[

  • <model conversion> has the format [@]name[:rdbms], where @ represents checking the repository level first and rdbms is the rdbms filter.
    ]]></ac:plain-text-body></ac:structured-macro>

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

Example

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"

  • No labels