So I have this error on a feed that magically stopped working for no reason.
The error i get is "The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values. "
OK, i look up Null pointers and Ben Nadel (god bless him) has a blog post on date variables not actually being dates.
So i test for the dates not being dates. Result is True. My date variables ARE dates. Good.
Any suggestions on how to debug further?? I have output the variables i'm inserting and all looks good and matches up. The feed is processing about 55 records which won't make a difference. I have also tried other feed files to see if it was rogue data causing the issue but that didn't work either.
Cheers,
Leigh