logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-03-03 | 2009-03-03 | ||
only remote/both synchronization may upload (martin) | positive check needed (martin) | ||
Line 35: | Line 35: | ||
===== [[result]] Representing Results/Errors of Operations ===== | ===== [[result]] Representing Results/Errors of Operations ===== | ||
- | First, note that the XML logging is not intended for detection, if batch of operations (such as script file) succeeded or not((Use WinSCP [[scripting#using_scripting|exit code]] for detection of errors in scripting.)). | + | First, note that the XML logging is not intended for detection, if batch of operations (such as script file) succeeded or not((Use WinSCP [[scripting#using_scripting|exit code]] for detection of errors in scripting.)). |
+ | |||
+ | When checking for outcome of batch execution, you need check positively for presence of operations you have executed. Absence of errors does not indicate success. | ||
XML log may not include some errors, even if they occur, for two reasons: | XML log may not include some errors, even if they occur, for two reasons: |