ssmith-nova
8 months agoNew Contributor III
GetDirectLoadIntersectionErrors
Has anyone used GetDirectLoadIntersectionErrors()?
I am making a huge assumption that the purpose of that function is to get the list of Intersection Validation Errors during a Direct Connect load?
I have a solution from one of the other posts to query the application database, but I see this function is available. So, I wanted to see if I could get it to work.
I have tried:
Dim intersectionErrors As DataTable
intersectionErrors = BRApi.Import.Data.GetDirectLoadIntersectionErrors(si, wfClusterPk)
I use the same wfClusterPk to run the import, validate transformations and validate intersections API calls.
When I try to use this code, I get: "Object reference not set to an instance of an object."
Has anyone used this? I am in Version 8.1.0 if that matters.
Thank you,
Scott