Setting Up Data Sharing on the Server

If you want to, you can set some properties to enable the Data Sharing API on the TIBCO Enterprise Administrator server. These properties are set in the TIBCO_HOME\tibco\cfgmgmt\tea\conf\tea.conf file.

Procedure

  1. Modify the following property to enable TIBCO Enterprise Administrator internal database for data sharing:
    tea.storage.remote.enabled=true
    By default, the property is set to true.
  2. Add the port used by the internal database.
    # Port used by TEA internal Database
    tea.storage.remote.tcpPort=9092
    Note: If the agents accessing the server are not on the same machine as the TIBCO Enterprise Administrator server, the configuration property tea.http.host should be set to the IP address of the machine running the TIBCO Enterprise Administrator server.
  3. Add the username and password to connect to the internal database. By default, these fields are empty.
    # Please do not uncomment username and password properties if you
     plan to use TEA in an existing TEA_CONFIG_HOME
    # If you plan to use TEA in a fresh CONFIG_HOME (fresh database), 
    you can uncomment username and password properties and set the 
    appropriate values
    
    #tea.storage.remote.username=
    #tea.storage.remote.password=
    Attention: There is currently no support in TIBCO Enterprise Administrator to change the username and password for the DDBB, so an external utility should be used to manage DDBB.