Ouvrir la rubrique avec les liens de navigation
Page de propriétés Détection de nouveaux enregistrements |
La page de propriétés Détection de nouveaux enregistrements permet de configurer la manière dont Integration Service détecte les mises à jour d'une base de données pour votre intégration de Base de données.
Connexion à la base de données
Configuration base de données : Ouvre l'Assistant de configuration de base de données, où vous pouvez vous connecter à la base de données à contrôler par Integration Service. For more information about using the Database Setup Wizard, refer to
Type de base de données : After you have completed the database connection setup, this field displays the database type.
Emplacement : After you have completed the database connection setup, this field displays the location of the database.
Intervalle de scrutation : Définit la fréquence à laquelle Integration Service contrôle les modifications de la base de données.
Méthode de détection de nouveaux enregistrements
Les options de détection de nouveaux enregistrements permettent de définir l'événement de base de données déclencheur qui doit être détecté par Integration Service et les enregistrements de base de données à traiter.
|
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. |
Utiliser tous les enregistrements et supprimer une fois terminé : 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. Cette option est disponible pour les connexions de base de données pouvant être mises à jour et dont la table contrôlée comporte une clé primaire. A primary key is essential to find the exact record to delete or copy.
Copier dans une autre 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.
Table : Indique la table dans laquelle copier les enregistrements de base de données traités.
Le champ comporte une valeur croissante : When this option is enabled, the Integration Service monitors the specified field for an increased value.
Champ : Specifies the field that is to be monitored. Ce champ doit comporter un chiffre dont la valeur augmente, par exemple un identifiant à incrémentation automatique.
Dernière valeur : 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).
Le champ comporte un horodateur plus récent : When this option is enabled, the Integration Service monitors the specified field for a newer timestamp.
Champ : Specifies the field that is to be monitored. Ce champ doit identifier de manière unique l'enregistrement et sa valeur doit augmenter à chaque création ou mise à jour d'un enregistrement.
Dernière valeur : 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).
Le champ comporte une valeur spécifiée : When this option is enabled, the Integration Service monitors the specified field for a specific value. Le programme traitera ensuite chaque enregistrement dont ce champ comporte la valeur en question. Cette option est disponible pour les connexions de base de données pouvant être mises à jour et dont la table contrôlée comporte une clé primaire.
Champ : Specifies the field that is to be monitored.
Valeur : Définit la valeur contrôlée par Integration Service dans le champ indiqué.
Mettre à jour le champ après le traitement : 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. La mise à jour de la valeur du champ contrôlé permet d'éviter que l'enregistrement soit traité à nouveau lors de la scrutation suivante effectuée par Integration Service. Cette option est disponible quand la table contrôlée comporte une clé primaire. A primary key is essential to find the exact record to update.
Nouvelle valeur : Définit la valeur utilisée pour mettre à jour le champ contrôlé après le traitement de l'enregistrement.