Skip to content

TIBCO - Process Steps

Build Tibco Enterprise Archive (.ear)

Build an ear file

NameTypeDescriptionRequired
UsernametextBoxThe username to use to authenitcate with AppManage.Yes
PasswordsecureBoxThe password to use to authenitcate with AppManage.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
AppManager PathtextBoxIf the AppManage command is not on the path, specify its location here.No
buildear PathtextBoxIf the buildear command is not on the path, specify its location here.No
Archive FiletextBoxThe path and name of the archive to generate the .ear from. If you do not specify an '-ear' argument, the tool will create a full project ear packaging all adapters in their own Adapter Archives, and all process definitions in a single Process Archive. View the 'buildear' utility documentation for more information.No
Ear FiletextBoxThe path and name of the Tibco Enterprise Archive file to generate. Should end in .earYes
ProjecttextBoxThe path and name of the Tibco Project to integrate into the .earYes

Build Multiple Tibco Enterprise Archives

Build multiple .ear files by specifying the project path the archive files reside in. This will search recursively.

NameTypeDescriptionRequired
UsernametextBoxThe username to use to authenitcate with AppManage.Yes
PasswordsecureBoxThe password to use to authenitcate with AppManage.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
AppManager PathtextBoxIf the AppManage command is not on the path, specify its location here.No
buildear PathtextBoxIf the buildear command is not on the path, specify its location here.No
Project Directory PatterntextBoxThe regular expression pattern used to locate the Tibco Project directories in the current working directory.Yes
Archive DirectorytextBoxThe location of the .archive files relative to the Tibco Project directory.Yes
Ear DirectorytextBoxThe location to create the ear files in relative to the current working directory.Yes

Deploy Tibco Enterprise Archive (.ear)

Deploy an ear file

NameTypeDescriptionRequired
UsernametextBoxThe username to use to authenitcate with AppManage.Yes
PasswordsecureBoxThe password to use to authenitcate with AppManage.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
AppManager PathtextBoxIf the AppManage command is not on the path, specify its location here.No
buildear PathtextBoxIf the buildear command is not on the path, specify its location here.No
Ear FiletextBoxThe path and name of the .ear file to deploy.Yes
App to DeploytextBoxThe name of the application being deployed including the path.Yes
DomaintextBoxThe domain of the application being deployed.Yes
Additional ParameterstextAreaBoxAny additional parameters to give to the AppManager command.No

Deploy Multiple Tibco Enterprise Archives

Deploy all Tibco .ear files in a directory.

NameTypeDescriptionRequired
UsernametextBoxThe username to use to authenitcate with AppManage.Yes
PasswordsecureBoxThe password to use to authenitcate with AppManage.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
AppManager PathtextBoxIf the AppManage command is not on the path, specify its location here.No
buildear PathtextBoxIf the buildear command is not on the path, specify its location here.No
Ear DirectorytextBoxThe relative path to the directory containing the .ear files.Yes
App PathtextBoxThe path to deploy the applications to.Yes
DomaintextBoxThe domain of the application being deployed.Yes
Additional ParameterstextAreaBoxAny additional parameters to give to the AppManager command.No

Create or update EMS Queues

Create or update a number of EMS queues.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Add/Update QueuestextAreaBoxA newline separated list of queues to update in the form of [queue name]->[property list]. Ex: myQueue->prefetch=5,secureNo
Add/Update Queues from filetextBoxThe full path to a file that contains the list of queues to add/update in the format used by the Add/Update Queues field above.No

Create or update EMS Topics

Create or update a number of EMS topics.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Add/Update TopicstextAreaBoxA newline separated list of topics to update in the form of [topic name]->[property list]. Ex: myTopic->prefetch=5,secureNo
Add/Update Topics from filetextBoxThe full path to a file that contains the list of topics to add/update in the format used by the Add/Update Topics field above.No

Create EMS JNDI Names

Create a number of EMS JNDI Names.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Add JNDI NamestextAreaBoxA newline separated list of jndinames to create in the form of [jndiname]->topic|queue|jndiname [target object name]. Ex: myJNDI->queue myQueueNo
Add JNDI Names from filetextBoxThe full path to a file that contains the list of JNDI Names to add in the format used by the Add JNDI Names field above.No

Delete Queues

Delete a number of EMS queues.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Delete QueuestextAreaBoxA newline separated list of queues to delete.No
Delete queues from filetextBoxThe full path to a file that contains the list of queues to delete, one per line.No

Delete Topics

Delete a number of EMS topics.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Delete TopicstextAreaBoxA newline separated list of topics to delete.No
Delete topics from filetextBoxThe full path to a file that contains the list of topics to delete, one per line.No

Delete JNDI Names

Delete a number of EMS JNDI Names.

NameTypeDescriptionRequired
ServertextBoxThe EMS server to connect to. Ex: tcp://domain.com:12345Yes
UsernametextBoxThe username to use to authenitcate with the EMS server.Yes
PasswordsecureBoxThe password to use to authenitcate with the EMS server.No
Password ScripttextBoxIf a property or script should be used to retrieve the password, leave it blank and put the property or script here.No
tibemsadmin PathtextBoxIf the tibemsadmin command is not on the path, specify its location here including the executable name.No
Delete JNDI NamestextAreaBoxA newline separated list of JNDI Names to delete.No
Delete JNDI Names from filetextBoxThe full path to a file that contains the list of JNDI Names to delete, one per line.No