If data element succeeds, or fails, what does log show?
Posted: Tue Sep 25, 2007 4:50 pm
I'm pretty certain that a data element has failed to actually retrieve data; the code is completely debugged (albeit on a different platform) and I know what log messages to execpt after a successful retrieval.
What I have now in the log file is:
I don't see error.badfetch, but on the other hand I don't see any indication that any data whatsoever were retrieved. What does a successful data element transfer look like? What does a failure look like?
What I have now in the log file is:
What I'd expect to see is "data details" and some information about the retrieved data, for debugging. The lack of any info whatsoever indicates that the retrieve (apparently) failed to happen.Attempting to fetch http://(removed)/getUpdates.php
:::::::LOG:::::::: data details
VXI::foreach_element()
I don't see error.badfetch, but on the other hand I don't see any indication that any data whatsoever were retrieved. What does a successful data element transfer look like? What does a failure look like?