We have fixed the problem. Without going to deep, the get_context
was trying to get a hashcode from the current session, however during
the import there is not a current session. It is a hack, but we
checked for null and assigned the variable a fixed value if it was
null which only seems to happen during import. Fixed!!!!
We also had to make a few tweaks as well. We ended creating a new
field that requires only 1 custom field, not parent and child, that
change be filtered N deep and can also use a view to help futher
limit the selection results. The next step is how to fix existing
list to change out that custom field....but that is another day.