CA Client Automation - 14.x
This problem occurs if option "Neighbour Aware Software Distribution: Neighbour Aware Software Distribution: Enable agent collaboration for software deployment" is enabled on Scalability Server
This option is enabled by default starting ITCM 14.0
If Neighbour Aware Software Distribution (NASD) option is not used, it could be disabled :
1- Disable collaboration agent feature at the Scalability Servers (and Domain Manager)
2- Remove the information from MDB by running following SQL update query using Microsoft SQL Server Management Studio :
use mdb
UPDATE usd_applic SET uuid2='' where uuid2<>''
If collaboration agent feature is used on at least one Scalability Server, do not follow the solution above.