I am currently trying to create a model that will run as a geoprocessing service on ArcGIS Server 11.2.
I cannot get ArcGIS Pro to do a 1:M join between a Feature Class and a table in a FGDB. It definitely should be a 1:M situation, but it insists on trying to do 1:1 and therefor records are lost. ArcMap does the 1:m join just fine with the same FGDB. I have also tried using them as model variables rather than directly referencing the Feature Classes. That had no effect on the issue. All the data is in the same FGDB.
The Join Features tool does the join correctly, but the tool is incompatible with ArcGIS Server: 00151: Tool <value> is unsupported on server—ArcGIS Pro | Documentation
Any ideas?