Null Pointer java exception

Sort:
You are not authorized to post a reply.
Author
Messages
TimC
Veteran Member
Posts: 84
Veteran Member

    Here's the Error:

    "Error executing iteration loop java.lang.NullPointerException"

     

    The oddity is, I'm fetching unprocessed WorkAssignmentExport rows. For each WA row, I'm doing a lookup to the EE row to fetch EE header data. There are 3 WAExport rows.   the LandmarkTransaction reads the EMPLOYEE value into a variable then passes that into the GetEmployee LT. On the first iteration, the row is executed. On the second iteration, I'm getting the above record. Could it have something to do with the WA row being "inactivated"?  Stumped....

    You are not authorized to post a reply.