February 3, 201411 yr I'm having an issue where when I use the GTRR script step it sometimes, but not always, returns Error 101 even though it found the related records it was supposed to. Anyone else had this issue? Since Error 101 is returning false positives, is my only way to check for no related records being found by GTRR to check if it's in the right table following the GTRR? Thanks!
February 3, 201411 yr If you GTRR based upon 'match current record only' then error 101 will be produced if no related records match THIS record - error is RECORD IS MISSING saying that the FIRST parent record has no child records, even if the other parent records have children. But if you GTRR using 'match found set' then error 401 which is NO MATCHING RECORDS. So if matching 1, test for 101 but if matching many, test for 401.
Create an account or sign in to comment