Hi all,
When running BComp with the /qc switch it outputs an exit code based on the result of its test (see below). My question is: how does it decide which exit code to use.
For example - let's say I have two excel files. They contain the same info but were created by different authors. This means that binarily they are not the same - but by rules based they should be. Do I get an exit code 0, 2, 11, or 12? If I have a small difference in these excel files do I get exit code 11, 12, 13, 14?
Can anyone help point me to where this is documented - or give me an idea of the decision tree in use?
Thanks, Rich
--
Level Meaning
0 Success
1 Binary same
2 Rules-based same
11 Binary differences
12 Similar
13 Rules-based differences
14 Conflicts detected
100 Unknown error
101 Conflicts detected, merge output not written
102 BComp.exe unable to wait until BCompare.exe finishes
103 BComp.exe cannot find BCompare.exe
104 Trial period expired
105 Error loading script file
106 Script syntax error
107 Script failed to load folders or files
When running BComp with the /qc switch it outputs an exit code based on the result of its test (see below). My question is: how does it decide which exit code to use.
For example - let's say I have two excel files. They contain the same info but were created by different authors. This means that binarily they are not the same - but by rules based they should be. Do I get an exit code 0, 2, 11, or 12? If I have a small difference in these excel files do I get exit code 11, 12, 13, 14?
Can anyone help point me to where this is documented - or give me an idea of the decision tree in use?
Thanks, Rich
--
Level Meaning
0 Success
1 Binary same
2 Rules-based same
11 Binary differences
12 Similar
13 Rules-based differences
14 Conflicts detected
100 Unknown error
101 Conflicts detected, merge output not written
102 BComp.exe unable to wait until BCompare.exe finishes
103 BComp.exe cannot find BCompare.exe
104 Trial period expired
105 Error loading script file
106 Script syntax error
107 Script failed to load folders or files
Comment