When I execute the query in TOAD there are 1.6 million records are fetching. But when i used the same query inside fme it fetched only 138000(138 thousand records), And i Am using http caller in this fmw file. Is the http caller culprit here?
fmw screen shot attached.
toad shows 1.47 millon because already 138 k records written to destination and we changed the
flag field nax match status to yes. and in this query we take only nax match status is NULL
explanation :
I used this statement inside fme using executor
next i am creating text string to ingest to HTTP Caller
Httpcaller takes approx 1 second to get the response
everything worked good, fme said successful, No error msg. But only 138 thousand came to destination table. i am really surprised.
how can we fix this issue?