I have done a deployment. I have got a WARNING saying “Listeners were not suspended prior to deployment. Not suspending Listeners during the deployment could cause problems at the target”.
Please correct me if my understanding is wrong.
Listeners meant the triggers which is going to subscribe the document. I have to disable the trigger. Disabling trigger is nothing by disabling the listeners. then the deployment set will not throw any error. Am i right?
Explanation: Listeners were not suspended prior to deployment. Failure to suspend listeners during deployment could cause problems on the target server.
Action: Check the Integration Server logs for errors in suspending the listeners.
So disabling the triggers will solve the problem. Should i disable the trigger from the developer by setting the Enabled = False. Or is there any other way to disable the listeners/triggers?
If you want to disable/enable the broker/local trigger and jms trigger you can do it in developer.
For disable/enable, Document Retrieval and Document Processing you can do it from IS…
But what you see is the warning you can still try to ignore and after the deployment you can make sure that you can start/enable the listeners from IS admin page…