In TRC_USD_TaskMan*.log we could see that a XML with strange format is sent to the scalability server :
TaskMan |TM:00 |AAORDEXE.CXX |000574|INFO | Job Container TESTCONTAINER [3/4/2024 08:42:00 PM] sending to Server <ServerName>
TaskMan |cfUtilities |cfUtilities |000000|DETAIL | CFIMessage::getMessageXML: xmlmsg: <message version="1.0.0.0"><Container version="0.0.0.0"><Container Ack="1" UID="<UUID>" MgrVer="14.5.0.600" Rollup="0" UserMsg="" TargetTypes="0" Prio="5">
<Type>0<Appl UID="<APPLUUID>" RunAt="3887037740" JobUID="<JOBUUID>" DTS="0"/>
</Type>
<LastCOF>1</LastCOF>
<Transaction>0</Transaction>
There is no Target tag and Type tag is not correct.
A valid XML file is like this :
TaskMan |TM:00 |AAORDEXE.CXX |000574|INFO | Job Container TESTCONTAINER [3/4/2024 08:43:48 PM] sending to Server <ServerName>
TaskMan |cfUtilities |cfUtilities |000000|DETAIL | CFIMessage::getMessageXML: xmlmsg: <message version="1.0.0.0"><Container version="0.0.0.0"><Container Ack="1" UID="<UUID>" MgrVer="14.5.0.600" Rollup="0" UserMsg="" TargetTypes="0" Prio="5">
<Target Name="TARGETNAME" uuid="<UUID>" DBuuid="<DBUUID>" Address="<Target Address>" Calendar="" DLType="0">
<Appl UID="<APPL UUID>" RunAt="3887037848" JobUID="<JOBUUID>" DTS="0"/>
</Target>
<Type>0</Type>
<LastCOF>1</LastCOF>
<Transaction>0</Transaction>
Client Automation 14.5 CU6
The problem occurs when alternate Server feature is enabled on Domain Manager with a list of servers
Problem occurs in following scenario :