Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced "code block" with a table.

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:0以上のバージョンのデフォルト設定ではユーザーがインポートできるファイル容量は10MB以下に制限されていますが、たとえばシステム移行の目的で旧環境からレポートを新しいBMCにインポートする場合には10MBを超えることもあります。この場合、ユーザーはあらかじめ設定を変更して制限を緩和する必要があります。

対処方法:

バージョン4.8以下の場合

  1. サービスが利用されていないことを確認してからBlancco Management Consoleサービスを停止。
  2. Blancco Management Consoleインストールフォルダを開いて"main.properties"ファイルを検索。このファイルはデフォルト設定では次の場所にあるはずです。
  3. Make sure that there are no production/erasure related things going on and STOP the Blancco Management Console service.
  4. 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\    
  5. Make a copy of the バックアップのため"main.properties" file (backup) and edit the original one.ファイルのコピーをとってから元のファイルを編集のために開く。
  6. 次の行を編集。Find following lines:

    Code Block
    import.max.size=10485760
    import.max.batch.size=10485760
  7. 制限を10MBから目的の値に変更します。The 10 Mb limit for importing reports can be increased by editing these values accordingly.

    • import.max.size (defines import maximum size in bytes (no maximum with -1))バイト単位で表現した、ファイルごとの容量制限。無制限にするには -1 を指定します)
    • import.max.batch.size (バイト単位で表現した、全ファイル合計の容量制限。 同様に -1 は無制限)
  8. ファイルを保存してBlancco Management Consoleサービスを開始。

バージョン5.0以上の場合

  1. サービスが利用されていないことを確認してからBlancco Management Consoleサービスを停止。
  2. Microsoft SQL Management Studioを起動
  3. BMCデータベースを展開。
  4. 「テーブル」フォルダを展開
  5. dbo.mc_configurationテーブルを探します。

  6. テーブルを右クリックして「上位200行の編集」を選択。

  7. 次の行を探します。

    property_nameproperty_value
    import.max.size10485760
    import.max.batch.size
    (defines import batch maximum size in bytes (no maximum with -1))
  8. Save the changes and START the Blancco Management Console service.
  9. 10485760
  10. 各行の値を10MBから目的の値に変更します。

    • import.max.size (バイト単位で表現した、ファイルごとの容量制限。無制限にするには -1 を指定します)
    • import.max.batch.size (バイト単位で表現した、全ファイル合計の容量制限。 同様に -1 は無制限)
  11. Management Studioを閉じてBlancco Management Consoleサービスを開始。


Info

注意! これらの設定をすべて無制限にした場合、大容量のファイルをインポートした時にシステムの性能と安定性に悪影響をもたらす可能性があります。できるだけ無制限にしないことを推奨します。

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.