Hi Experts
I have disabled a trigger and deleted its corresponding client on broker. While enabling back the trigger, the corresponding client is not being created. The below exception is thrown:
[ISS.0098.0036C] ‘(triggername)’ encountered Transport Exception: [ISS.0098.9014] BrokerException: Unknown Client ID (225-1480): Could not reconnect client. Client ‘(clientname)’ does not exist.
The trigger is being enabled and is visible from IS page, but, i am unable to suspend the retrieval. It fails with below error:
[ISS.0098.9074] Unable to suspend document retrieval for Trigger “(triggername)”: 9091
When trying to add test client from MWS, it says
Problem in creation of the Test Client “(clientname)” in (brokername)@(brokerhost). Cannot create client ‘(clientname)’. The client has already been created.
When trying to delete the client using broker API, it says
com.wm.app.b2b.server.ServiceException: Exception: Unknown Client ID (225-1481): Could not complete operation. Client ‘(clientname)’ does not exist.
We tried restarting IS but of no use. Has anyone encountered the issue before. Any suggestions are welcome.
Thanks in advance