Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 TIBCO BusinessEvents Studio Tools Utility : Committing Project Artifacts to RMS at the Command Line

Committing Project Artifacts to RMS at the Command Line
You can commit various project artifacts to RMS so that TIBCO BusinessEvents Decision Manager users can check them out to work locally on them.
To Commit Project Artifacts to RMS at the Command Line
1.
Navigate to BE_HOME/studio/bin/ and open a command prompt.
2.
studio-tools -op commit [-h] -studioProjPath <Studio Project Workspace Path> -rmsBaseURL baseURLForRMS -rmsUsername RMSLoginUsername [-rmsPassword RMSLoginPassword] -artifactPath projectPathtoArtifact -artifactType {decisiontable | domain | channel | concept | event | timeevent | metric}
For example:
studio-tools -op commit -studioProjPath D:\Workspace\CreditCardApplication -rmsBaseURL http://sesame.acme.com:5000/Channels/MyChannel/ -rmsUsername admin -rmsPassword admin -artifactPath \Virtual_RF\BankUser -artifactType decisiontable
Table 12, TIBCO BusinessEvents Studio Tools Options for RMS Commit (Cont’d), provides detailed information about the options.
Specifies the commit tool for committing project artifacts to RMS.
TIBCO BusinessEvents Studio project path to the artifacts to be imported. Valid values are decisiontable, domain, channel, concept, event, timeevent, and metric. When another user checks out the project, the committed artifacts are copied to that user’s project.
 
 

Copyright © TIBCO Software Inc. All Rights Reserved