Repository Model Deployment

To deploy a single repository model file from eclipse format to a specific MDM server, use the following syntax in the command line. The repository file translation should be performed before deployment.

For Windows

<Install Directory>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.xpd.deploy.server.cim.DeployModel -data <Workspace Directory> -u <username> -pwd <password> -mode rep -baseURL <BaseURL> -i <input file> -e <User Enterprise> -d <Deployment Enterprise>

For example,

<Install Directory>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.xpd.deploy.server.cim.DeployModel -data "c:\Users\mdm\workspace" -u jsmith -pwd jsmith -mode rep -baseURL http://localhost:8080 -i "c:\Users\myname\workspace\MyProject\Repository Models\Person.rep" -e techpubs -d techpubs

For Linux

./TIBCOBusinessStudio -application com.tibco.xpd.deploy.server.cim.DeployModel -data <Workspace Directory> -u <username> -pwd <password> -mode rep -baseURL <BaseURL> -i <input file> -e <User Enterprise> -d <Deployment Enterprise>

For example,

./TIBCOBusinessStudio -application com.tibco.xpd.deploy.server.cim.DeployModel -data "/home/apps/workspace" -u jsmith -pwd jsmith -mode rep -baseURL http://localhost:8080 -i "/home/apps/workspace/MyProject/Repository Models/Person.rep" -e techpubs -d techpubs