Workflow Model Deployment

To deploy a single workflow model file from eclipse format to a specific MDM server. This will result in one file added/overwritten in the workflow deployment folder in the MDM server (common workflow folder in most cases).

For Windows

<Install Directory>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.xpd.deploy.server.cim.DeployModel -data <"full path of the Workspace"> -u <username having admin login credentails> -pwd <password having admin login credentails> -mode xpdl -baseURL <the BaseURL to deploy the MDM Design service> -i <"full path to the .xpdl 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\myname\workspace" -u jsmith -pwd jsmith -mode xpdl -baseURL http://localhost:8080 -i "c:\Users\myname\workspace\MyProject\Process Packages\ProcessPackage.xpdl" -e techpubs -d techpubs

For Linux

./TIBCOBusinessStudio -application com.tibco.xpd.deploy.server.cim.DeployModel -data <"full path of the Workspace"> -u <username having admin login credentails> -pwd <password having admin login credentails> -mode xpdl -baseURL <the BaseURL to deploy the MDM Design service> -i <"full path to the .xpdl 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 xpdl -baseURL http://localhost:8080 -i "/home/apps/workspace/MyProject/Process Packages/ProcessPackage.xpdl" -e techpubs -d techpubs