I am trying to create a road network distance matrix with 83 origin points and 1008 destinations. This network will later be expanded to many more origins and destinations.
I am able to add all locations for origins and destinations and solve using the OD Cost Matrix tool. The problem is that the "Lines" table that is output only shows distances for 999 destinations, and omits the rest. Is 999 an arbitrary cutoff point for the number of destinations able to be found in a single matrix? I have tried setting the target number of destinations up to 1008, but the table still only reports the first 999 values.
Any help with this matter would be greatly appreciated.