﻿<?xml version="1.0" encoding="utf-8" ?>
<CLSSDBAccessConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- // DBアクセスのアプリケーション名 -->
  <DBAccessAppName>CLSSDBAccessSV</DBAccessAppName>
  <!-- // DBアクセスのホスト名 -->
  <DBAccessHostName>127.0.0.1</DBAccessHostName>
  <!-- // ポート番号 -->
  <PortNo>29505</PortNo>
  <!-- // トランザクション保持期間 -->
  <TransactionLifetime>600000</TransactionLifetime>
  <!-- // トランザクションのチェック周期時間 -->
  <CheckOverdueTimer>60000</CheckOverdueTimer>
  <!-- // トランザクション開始リトライ回数 ※重要　0以上の値を指定して下さい-->
  <BeginTransactionRetryCount>5</BeginTransactionRetryCount>
  <!-- // リトライ待ちタイマ -->
  <RetryWaitTimer>1000</RetryWaitTimer>
  <!-- // 各管理DBのmdbファイルのテーブルを作成するファイルのパス -->
  <CreateTableFilePath>LSSSystemDBProcedure.xml</CreateTableFilePath>
  <!-- // DBのヘルスチェックタイマ -->
  <HealthCheckTimer>10000</HealthCheckTimer>


  <!-- // 参照専用システム管理情報DB接続オブジェクト数 -->
  <ReferenceOnlyConnectionNum>5</ReferenceOnlyConnectionNum>
  <!-- // 参照更新兼用、各管理情報DB接続オブジェクト数 -->
  <ReferenceAndUpdateConnectionNum>5</ReferenceAndUpdateConnectionNum>


  <!-- // 障害対策用情報のmdbファイルのテーブルを作成するファイルのパス -->
  <ObstacleCreateTablePath>LSSSystemDBProcedure_Obstacle.xml</ObstacleCreateTablePath>
  <!-- // 障害対策用情報のMDBファイルのパス -->
  <ObstacleInfoFile>ShimadzuAttestObstacle.mdb</ObstacleInfoFile>
  <!-- // 更新用障害対策用情報のMDBファイルのパス -->
  <ObstacleInfoFileForUpdate>ShimadzuAttestObstacleSV.mdb</ObstacleInfoFileForUpdate>
  <!-- // 障害時DB圧縮ファイル名 -->
  <ObstacleArchiveFile>ObstacleDBFile.zip</ObstacleArchiveFile>
  <!-- // 障害時DB圧縮ワークフォルダ -->
  <ObstacleWorkFolder>Obstacle</ObstacleWorkFolder>
  <!-- // 障害時DB同時取得可能数 -->
  <MaxGetObstacleDBCount>5</MaxGetObstacleDBCount>
  <!-- // 障害時DB取得ストリーム有効期限（分） -->
  <GetObstacleDBStreamSessionExpire>60</GetObstacleDBStreamSessionExpire>
  <!-- // 障害時DB圧縮ファイル置き換えのリトライ回数 -->
  <ObstacleFileReplaceRetryCount>10</ObstacleFileReplaceRetryCount>
  <!-- // 障害時DB圧縮ファイル置き換えをリトライするための待ち時間（ミリ秒） -->
  <ObstacleFileReplaceRetryInterval>500</ObstacleFileReplaceRetryInterval>
  <!-- // 障害時DB取得のリトライ回数 -->
  <ObstacleGetDBRetryCount>10</ObstacleGetDBRetryCount>
  <!-- // 障害時DB取得をリトライするための待ち時間（ミリ秒） -->
  <ObstacleGetDBRetryInterval>180000</ObstacleGetDBRetryInterval>
  <!-- // 障害時DB更新のリトライ回数 -->
  <ObstacleUpdateDBRetryCount>5</ObstacleUpdateDBRetryCount>
  <!-- // 障害時DB更新をリトライするための待ち時間（ミリ秒） -->
  <ObstacleUpdateDBRetryInterval>180000</ObstacleUpdateDBRetryInterval>
  <!-- // 参照専用障害対策用情報接続オブジェクト数 -->
  <ReferenceOnlyObstacleInfoConnectionNum>3</ReferenceOnlyObstacleInfoConnectionNum>
  <!-- // 参照更新兼用障害対策用情報接続オブジェクト数 -->
  <ReferenceAndUpdateObstacleInfoConnectionNum>3</ReferenceAndUpdateObstacleInfoConnectionNum>
  <!-- // 障害時DB更新時の分割更新単位 -->
  <ObstacleUpdateDBDivisionUnit>1000</ObstacleUpdateDBDivisionUnit>

  <!-- // MDB最適化の実行有無をを判断するために使用するサイズ幅(MB) -->
  <MDBIncrementSize>1024</MDBIncrementSize>
  <!-- // MDB最適化の実行有無をを判断するために使用するサイズ幅(MB)(障害時DB用) -->
  <MDBIncrementSizeObstacle>16</MDBIncrementSizeObstacle>
  <!-- // MDBサイズが2GBを超えた場合に、MDB最適化の実行有無をを判断するためのサイズ(MB) -->
  <MDBLimitSize>1843.2</MDBLimitSize>

  <!-- // DB接続Openのためのリトライ回数 ※0以上の値を設定して下さい -->
  <OpenRetryCount>30</OpenRetryCount>
  <!-- // DB接続Openリトライの待ち時間(ミリ秒) -->
  <OpenWaitTimer>1000</OpenWaitTimer>

  <!-- // DB拡張前のDBメンテナンス -->
  <ExecuteMaintenanceBeforeExtend>false</ExecuteMaintenanceBeforeExtend>
  <!-- // DB拡張後のDBメンテナンス -->
  <ExecuteMaintenanceAfterExtend>true</ExecuteMaintenanceAfterExtend>

</CLSSDBAccessConfiguration>
