icm.fetchContributorByUserId(userid_string, null) throws exception when user not found, changed from 3.x
my migration utility checks to copy users from one jazz instance to another.
it looks up the sending server userid on the receiving system, and if not present, creates a new user with matching info.
on 3.x a not found returns with the IContributor =null as expected
on 4.0.4 this call returns an exception, user not found..
it shouldn't be and exception, there was nothing wrong in the call
why did this change? anyone know?