Enterprise Message Service Topic Creation Failed

What should I do if Enterprise Message Service topic creation fails?

  1. Go to AC_HOME/bin directory.
  2. Run the createtopic.sh file with arguments. Syntax to run the createtopic utility is shown below:
    > ./createtopic.sh <EMS_HOME> <EMS_HOST_AND_PORT> <EMS_USERNAME> <EMS_PASSWORD> <SCRIPT_LOCATION>
    
    Where, script_location is <AC_HOME>/bin/createtopic.txt and EMS_HOST_AND_PORT is tcp://<EMS_HOSTNAME>:<EMS_PORT>. For example,
    > ./createtopic.sh /opt/tibco/ems/8.3 tcp://localhost:7222 admin admin /home/tibco/mdm/9.1/plugins/ac/5.0/bin/createtopic.txt 
    
  3. After the utility is run successfully, connect to Enterprise Message Service manually and run the command show topics where you can see the list of ac topics.