Consultor Eletrônico



Kbase 19540: How to access the Messenger Administration page?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/16/2008
Status: Verified

GOAL:

How to access the Messenger Administration page?

GOAL:

How to enable WSMAdmin tool?

GOAL:

How to disable WSMAdmin tool?

GOAL:

How to run the Messenger Admin command?

GOAL:

How to run the WSMAdmin tool?

GOAL:

How to turn off the WSAdmin tool?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

The Messenger Administration page allows users to view and/or debug their WebSpeed configuration. The WSMAdmin page allows you to perform a round-trip test of your entire WebSpeed configuration or to test each component or leg separately.

This tool is disabled by default in most WebSpeed versions, (with the exception of WebSpeed 3.0 where this feature is enabled by default).

To enable this feature, manually edit the ubroker.properties file under the following section;
[WebSpeed.Messengers] or [WebSpeed.Messengers.XXXX]
(XXXX represents the messenger being used, i.e., [WebSpeed.Messengers.CGIIP])

AllowMsngrCmds=1

If you have or are working with the Progress Explorer, expand the Messenger folder and select the messenger of choice that you are using (i.e., CGIIP) and ensure that the Internal administration command - WSMAdmin toggle box is enabled.

To disable this feature, manually edit the ubroker.properties file under the following section;
[WebSpeed.Messengers] or [WebSpeed.Messengers.XXXX]
(XXXX represents the messenger being used, i.e., [WebSpeed.Messengers.CGIIP])

AllowMsngrCmds=0

If you have or are working with the Progress Explorer, expand the Messenger folder and select the messenger of choice that you are using (i.e., CGIIP) and ensure that the Internal administration command - WSMAdmin toggle box is disabled.