Repository Model Export Transformation

To transform a repository file to into a specific MDM server format, use the following syntax in the command line. The file name and the workspace information is mandatory in the syntax.

For Windows

<Install Dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.mdm.repositorymodel.export.TransformRepository -data <full path to the Workspace Directory> -i <input file> -o <output file>

-i: <full path to the input repository file>

-o: <full path to the output metadata file containing the repository information>

For example,

<Install Dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.mdm.repositorymodel.export.TransformRepository -data "c:\Users\myname\workspace" -i "c:\Users\myname\workspace\MyProject\Repository Models\Person.rep" -o "c:\Users\myname\workspace\MyProject\Repository Models\Export\Person.xml"

For Linux

./TIBCOBusinessStudio -application com.tibco.mdm.repositorymodel.export.TransformRepository -data <full path to the Workspace Directory> -i <input file> -o <output file>

-i: <full path to the input repository file>

-o: <full path to the output metadata file containing the repository information>

For example,

./TIBCOBusinessStudio -application com.tibco.mdm.repositorymodel.export.TransformRepository -data "/home/apps/workspace" -i "/home/apps/workspace/MyProject/Repository Models/Person.rep" -o "/home/apps/workspace/MyProject/Repository Models/Export/Person.xml"