There are 4 components in .NETUI -
- AS - App Server
- WS - Webspeed Broker
- connmgr - Connection Manager Script
- telnet - Telnet Connection Script
AS & WS definition is located in ubroker.properties. This file is normally located in $DLC/properties. $DLC normally points to PROGRESS install directory. Please make a copy of ubroker.properties before you attempt to change it any ways so that you have something to rollback.
Assuming your App Server name is "proddb", you will have a definition proddb_AS in ubroker.properties. In this definition you will have a section indicating PROPATH. You can alter the PROPATH here.
Assuming your WS Broker name is "proddb", you will have a definition proddb_WS in ubroker.properties. In this definition you will have a section indicating PROPATH. You can alter the PROPATH here. Be sure that PROPATH for AS and WS are same.
Normally, connection manager & telnet scripts are located in MFG/PRO Install directory. Again assuming your instance name is "proddb" you will have connmgr.proddb & telnet.proddb. In both the scripts there is a section where PROPATH is defined. You can alter it here. Here too be sure that PROPATH is same as that for AS & WS.
Shutdown & Start AS & WS -
- $DLC/bin/wtbman -name proddb -stop - Stop WS Broker
- $DLC/bin/asman -name proddb -stop - Stop AS Broker
- $DLC/bin/asman -name proddb -start - Start AS Broker
- $DLC/bin/wtbman -name proddb -start - Start WS Broker
- $DLC/bin/asman -name proddb -q - Query Status for AS Broker
- $DLC/bin/wtbman -name proddb -q - Query Status for WS Broker
Open Connection Manager - Click on Restart Connection Manager. Verify that you view Idle sessions.
Connect using .NETUI
Let me know if you need further assistance.