Agent Client Collector discovery identification error "invalid child record index" when CI has more than two network adaptersDescriptionAgent Client Collector discovery identification error "invalid child record index" when CI has more than two network adapters.Steps to Reproduce Run ACC discovery on a CI with more than one network adapterConfirm CI network adapter list and or software are not updatedReview System Logs for errors like: identification_engine : INVALID_INPUT_DATA Payload relations '{"parent":0,"child":11,"type":"Owns::Owned by","sys_rel_source_info":{"source_feed":"UNKNOWN","source_name":"Manual Entry"}}' has invalid child record index: [11]: no thrown erroridentification_engine : INVALID_INPUT_DATA Payload relations '{"parent":0,"child":12,"type":"Owns::Owned by","sys_rel_source_info":{"source_feed":"UNKNOWN","source_name":"Manual Entry"}}' has invalid child record index: [12]: no thrown error WorkaroundModify following line from script include EndpointDiscoveryNetworkAdapterHelper from: currentPosition = currentPosition + networkAdapterJSONArrayWithIPAddress.length; To: currentPosition = currentPosition + ipAddressesForCurrenNetworkAdapter.length + 1;Related Problem: PRB1507809