新しいレコード検出プロパティページ |
[新しいレコード検出] プロパティページでは、データベース統合のデータベース更新を検出する方法を設定できます。
データベース接続
データベース接続設定: [データベース設定ウィザード] が開き、Integration Service で監視するデータベースに接続できます。 [データベース設定ウィザード] の使用法の詳細については、
データベース種類: After you have completed the database connection setup, this field displays the database type.
場所: After you have completed the database connection setup, this field displays the location of the database.
ポーリング間隔: Integration Service がデータベース変更をチェックする頻度を指定します。
新しいレコード検出方法
新しいレコード検出オプションでは、Integration Service で検出されるデータベーストリガイベント、および処理されるデータベースレコードを指定できます。
|
For text-based database types, such as Text File, Microsoft Excel, and Microsoft Access, Integration Builder supports only the Field has increasing value and Field has newer timestamp new record detection methods. |
すべてのレコードを使用し、終了後削除: When this option is enabled, the Integration Service processes all the records in the specified database and either deletes all the records after processing or copies them to another table. このオプションは、データベース接続が更新可能で、かつ監視対象テーブルにプライマリキーがある場合に使用できます。 プライマリキーは、削除またはコピーするレコードを正確に特定するための基本条件です。
他のテーブルにコピー: When this option is enabled, the processed records are copied to another table before they are deleted from the original table. When it is not enabled, the records are simply deleted.
テーブル: 処理済みのデータベースレコードをコピーするテーブルを指定します。
フィールドには増加値があります: When this option is enabled, the Integration Service monitors the specified field for an increased value.
フィールド: Specifies the field that is to be monitored. このフィールドは自動増分 ID など、値が増分する数値フィールドである必要があります。
最後の値: Specifies the most recent value that was added to the field, incremented by 1. The Integration Service monitors for a value that is equal to or greater than the one that is specified. (You can manually enter a value in this field to be used for triggering the integration. If you do this, the values in the Last value and Next expected value fields do not change when you click Reset to Last Field Value.)
Reset to Last Field Value: When the user clicks this button, the Integration Service searches for the highest value in the database and then sets the value in the Last value field to that value plus 1 (unless the value in the Last value field was entered manually). This incremented value also appears in the Next expected value field (unless the value in the Last value field was entered manually).
フィールドにはより新しいタイムスタンプがあります: When this option is enabled, the Integration Service monitors the specified field for a newer timestamp.
フィールド: 監視するフィールドを指定します。 このフィールドは、レコードを一意に識別し、レコードが作成または更新されるたびに値が増分する必要があります。
最後の値: Specifies the most recent timestamp that was added to the field, incremented by 1. The Integration Service monitors for a timestamp that is equal to or newer than the one that is specified. (You can manually enter a value in this field to be used for triggering the integration. If you do this, the values in the Last value and Next expected timestamp fields do not change when you click Reset to Last Field Value.)
Reset to Last Field Value: When the user clicks this button, the Integration Service searches for the newest timestamp value in the database and then sets the value in the Last value field to that value plus 1 (unless the value in the Last value field was entered manually). This incremented value also appears in the Next expected timestamp area (unless the value in the Last value field was entered manually).
フィールドには指定された値があります: When this option is enabled, the Integration Service monitors the specified field for a specific value. さらに、そのフィールドで特定の値が見つかった各レコードが処理されます。 このオプションは、データベース接続が更新可能で、かつ監視対象テーブルにプライマリキーがある場合に使用できます。
フィールド: 監視するフィールドを指定します。
値: Integration Service によって監視される特定のフィールドの値を指定します。
処理後にフィールドを更新: When this option is enabled, the Integration Service is directed to update the monitored field, replacing the value that was detected with a new value. 監視対象フィールドの値を更新することにより、データベースが次回 Integration Service によってポーリングされたときに確実に再処理されません。 このオプションは、監視対象テーブルにプライマリキーがある場合に使用できます。 A primary key is essential to find the exact record to update.
新しい値: レコードの処理後、監視対象フィールドを更新する値を指定します。