Enterprise Message Service Topic Creation Failed
What should I do if Enterprise Message Service topic creation fails?
- Go to
AC_HOME/bin
directory. - 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 istcp://<EMS_HOSTNAME>:<EMS_PORT>
. For example,> ./createtopic.sh /opt/tibco/ems/8.6 tcp://localhost:7222 admin admin /home/tibco/mdm/9.3.1/plugins/ac/5.0/bin/createtopic.txt
- 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.