PSIVT error recovery
If the test is not successful, note the following:
- The following message:
*** No broker response. Please ensure broker is running. ***indicates that the broker is installed on the target queue manager, but its control queue contains some outstanding messages. For instructions on how to start it, see Additional setup for publish/subscribe mode.- If the following message is displayed:
Unable to connect to queue manager: <default>ensure that your WebSphere MQ system has configured a default queue manager.- If the following message is displayed:
Unable to connect to queue manager: ...ensure that the administered TopicConnectionFactory that the PSIVT uses is configured with a valid queue manager name. Alternatively, if you used the -nojndi option, ensure that you supplied a valid queue manager (using the -m option).- If the following message is displayed:
Unable to access broker control queue on queue manager: ... Please ensure the broker is installed on this queue managerensure that the administered TopicConnectionFactory that the PSIVT uses is configured with the name of the queue manager on which the broker is installed. If you used the -nojndi option, ensure that you supplied a queue manager name (using the -m option).
uj10750_