Command Line Log Summary - how to read
ashegrud
Posts: 2 New member
on the summary log, there are several angle brackets
it makes sense when it says (1 >> )
saying it synchronized 1 record from db1 to db2
but it makes no sense when it says (1 <<)
that would read like it's syncing from db2 to db1 but the documentation explicitly says the sync is one-way from db1 to db2.
https://documentation.red-gate.com/sc/using-the-command-line/switches-used-in-the-command-line
is there any documentation on how to read these logs, maybe some examples of errors as well so I can capture these logs and email notifications when they fail?
it makes sense when it says (1 >> )
saying it synchronized 1 record from db1 to db2
but it makes no sense when it says (1 <<)
that would read like it's syncing from db2 to db1 but the documentation explicitly says the sync is one-way from db1 to db2.
https://documentation.red-gate.com/sc/using-the-command-line/switches-used-in-the-command-line
is there any documentation on how to read these logs, maybe some examples of errors as well so I can capture these logs and email notifications when they fail?
Tagged:
Answers
So when you get the angle brackets (<<) it's saying the object doesn't exist in the source and will therefore be dropped in the target. Unfortunately we don't have any direct documentation explaining it.
The documentation here provides common exit codes from the command line: https://documentation.red-gate.com/sc/using-the-command-line/exit-codes-used-in-the-command-line
Does this help?
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?