MikeyLuken
Programmer
Hi, I'm having an issue that I can't seem to resolve. I'm pretty new to Mercator so any assistance would be appreciated.
I'm using Mercator 6.7.
What I need to do is pull all data from 7 tables based on a last updated date field, and insert/update the data into 7 exact tables on another server.
The problem occurs when no updated data is found in one of the tables. What it appears to be trying to do is attempting to insert null data into the table which Oracle won't allow.
I've tried using this code in the functional map, but it won't fail.
=IF(ABSENT(ATTRIBUTE_ID Column:FC_FROM_EXTENDED_ATTRIBS), FAIL("no data found"))
What I need it to do is: if no data is found in the input card, ignore that input card and go on to the next.
I appreciate any assistance.
Thanks,
Mike
I'm using Mercator 6.7.
What I need to do is pull all data from 7 tables based on a last updated date field, and insert/update the data into 7 exact tables on another server.
The problem occurs when no updated data is found in one of the tables. What it appears to be trying to do is attempting to insert null data into the table which Oracle won't allow.
I've tried using this code in the functional map, but it won't fail.
=IF(ABSENT(ATTRIBUTE_ID Column:FC_FROM_EXTENDED_ATTRIBS), FAIL("no data found"))
What I need it to do is: if no data is found in the input card, ignore that input card and go on to the next.
I appreciate any assistance.
Thanks,
Mike