Versions Compared

Key

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

...

  1. Make sure that there are no production/erasure related things going on and STOP the Blancco Management Console service.
  2. Navigate to the Blancco Management Console installation folder and search the file "main.properties". By default, the file can be found from the following location:
    • C:\Program Files\Blancco\Blancco Management Console\apache-tomcat\webapps\ROOT\WEB-INF\classes\    
  3. Make a copy of the "main.properties" file (backup) and edit the original one.
  4. Find following lines:

    Code Block
    import.max
    .batch
    .size=10485760
    
    import.max.batch.size=10485760
    Replace with following (-1 = unlimited) or some other predefined value
  5. The 10 Mb limit for importing reports can be increased by editing these values accordingly.

    • import.max.batch.size=-1size (defines import maximum size in bytes (no maximum with -1))
    • import.max.size=batch.size (defines import batch maximum size in bytes (no maximum with -1))
  6. Save the changes and START the Blancco Management Console service.
Info

NOTE! Setting the batch size and maximum size to unlimited may affect the performance and stability of the system when importing large batches of reports! Consider limiting the batch and maximum size instead of using unlimited values.