HPCC-23195 Cluster Process request issues Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -248,7 +248,7 @@ define([
} else {
request["ClusterProcesses"] = true;
- request["Addresses." + idx] = item.Netaddress + "|:" + item.Type + ":" + item.Name + ":" + 2 + ":" + item.Parent.Directory + ":" + idx;
+ request["Addresses." + idx] = item.Netaddress + "|:" + item.Type + ":" + item.Parent.Name + ":" + 2 + ":" + item.Parent.Directory + ":" + idx;
request["Addresses.itemcount"] = MachineInformationCount;
}
});