How to automate TIBCO BusinessWorks operation in TIBCO Enterprise Administrator (TEA) using Python.

How to automate TIBCO BusinessWorks operation in TIBCO Enterprise Administrator (TEA) using Python.

book

Article ID: KB0086916

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) -
Not Applicable -

Description

Description:
How can we perform following operation in BW 6 using a TEA Python module?


Or 


How to automate the operation on BW 6 using the commandline?


1). createDomain
2). createAppSpace
3). createAppNode
4). uploadEar
5). deployApp
6). startAppSpace
7). stopAppSpace
8). checkDomainExists
9). checkAppSpaceExists
10). checkAppSpaceStatus
11). checkAppNodeExists
12). checkApplicationExists
13). deleteAppNode
15). deleteAppSpace
16).  deleteDomain

Issue/Introduction

How to automate TIBCO BusinessWorks operation in TIBCO Enterprise Administrator (TEA) using Python.

Resolution

1). Refer to TIBCO Enterprise Administrator User's Guide -->Python Scripting -->Setting up Python Scripting.
2). For BW 6 operations, refer to the sample Python script (Filename: BW.py) attached to this KB.

NOTE: Test the script first on a test  environment before running on a production environment.

Additional Information

https://docs.tibco.com/pub/tea/2.2.0/doc/html/GUID-864BE0A7-9370-470E-810E-1EE69325BE45.html

Attachments

How to automate TIBCO BusinessWorks operation in TIBCO Enterprise Administrator (TEA) using Python. get_app