Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where file1 file2... filen are the names of any number of files to be merged and output.txt is the name of the file that will result from the merge.

Merging CodeCollaborator log files

CodeCollabolator rotates log files when the file reaches 10 MB. Merging the rotated log files will generate more accurate data than a "license.log" file. 

To merge the log files before importing, type the following at a command line.

For Linux:

cat collab.log.n ... collab.log.1 collab.log >> import.log

For Windows:

type collab.log.n ... collab.log.1 collab.log >> import.log

Failure to find licenses for FlexNet license server

...