Resetting a destination

Use this task to reset a bus destination.

About this task

You might need to reset a destination if, for example, it has become corrupt. To reset a destination, use a wsadmin AdminControl command.

Note: If a destination becomes corrupt, a CWSIK0027E message is reported, which indicates a serious error. If you see this message, refer to ttrb_diagfix.html for advice about gathering and reviewing information that might be useful in diagnosing this error. Also refer to the MustGather: Collect troubleshooting data for a Service Integration Bus (SIB) problems document on the Must gather website before opening a PMR.

Procedure

  1. Set the name of the messaging engine by using a wsadmin AdminControl command of the following form:
    • Using Jython:
      me = AdminControl.queryNames("type=SIBMessagingEngine,name=messaging_engine_name,*" )
    • Using Jacl:
      set me [$AdminControl queryNames type=SIBMessagingEngine,name=messaging_engine_name,*]
    where messaging_engine_name is the name of the messaging engine.
  2. Reset the destination by using a wsadmin AdminControl command of the following form:
    • Using Jython:
      AdminControl.invoke(me, "resetDestination", ["destination"] )
    • Using Jacl:
      $AdminControl invoke $me resetDestination {"destination"}
    where destination is the name of the destination.
  3. To complete the resetting of the destination, restart the server that is hosting the messaging engine on which the destination is localized.

Results

The bus destination is reset ready for use.
Task topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 7:37:48 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=tjo_reset_dest
File name: tjo_reset_dest.html