On AWI 12.3.3, the "Client" status get mixed when connecting to 2 different AE connection through the same AWI.
HOW TO REPRODUCE :
Using a single AWI called (awi_1233) that is configured to point to 2 different Automation Engine connections (called "RO123" and "RO1232").
E.g, in uc4config.xml (in this case, RO1232 & RO123 are installed on the same server, hence localhost) :
<connections> <connection name="RO1232" system="RO1232"> <cp ip="localhost" port="2317"/> <cp ip="localhost" port="2318"/> </connection> <connection name="RO123" system="RO123"> <cp ip="localhost" port="2217"/> <cp ip="localhost" port="2218"/> </connection> </connections>
Reproduction steps :
Expected behavior :
Actual behavior :
Bug
Release : 12.3
Component : AUTOMIC WEB INTERFACE
Workaround : use a different browser or use the same one with the "Private" mode.
Fix : Will be fixed in a future release (TBD)