IBM Tivoli Composite Application Manager for Transactions, Version 7.4.0.0

Adding transactions to profiles using AMCECLI

Instead of using the Application Management Configuration Editor, you can add a transaction to a profile using the AMCECLI.

Run the following script:
java -jar amcecli.jar -ip TEPS_ip -user TEPS_userid -password TEPS_password 
-command addtransaction -profile profile_name -transaction transaction_name 
[-filepath properties_filename]
where:
  • TEPS_ip is the IP address of the Tivoli Enterprise Portal Server
  • TEPS_userid is the user ID of the Tivoli Enterprise Portal Server
  • TEPS_password is the password of the Tivoli Enterprise Portal Server
  • profile_name is the name of the profile
  • transaction_name is the name of the transaction
  • properties_filename is the name of the properties file. If a file is not provided, the default transaction properties are used.
For example,
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command addtransaction -profile rrtprofile -transaction rptscriptname 
[-filepath property.props]

See AMCECLI command reference for more information.



Last updated: September 2014