Versions Compared

Key

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

Cause:
By default, Blancco Management Console 3.6.0 (and newer versions) allow users to import up to 10Mb report files (batches). When migrating the old report .xml files or transferring other report batches into new BMC installation, exceeding 10Mb, user might need to manually change the default values for the maximum import batch size to be able to successfully run the import.

Fix:

  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:
    • import.max.batch.size=10485760
    • import.max.size=10485760
  5. Replace with following (-1 = unlimited) or some other predefined value.
    • import.max.batch.size=-1
    • import.max.size=-1
  6. Save the changes and START the Blancco Management Console service.