Página de propiedades Detección de nuevo registro |
La página de propiedades Detección de nuevo registro permite configurar cómo detecta Integration Service las actualizaciones de las bases de datos para su integración de Base de datos.
Conexión a la base de datos
Configuración de conexión a bases de datos: Abre el cuadro de diálogo Configuración de la base de datos, donde puede conectarse a la base de datos que quiera que monitorice Integration Service. For more information about using the Database Setup Wizard, refer to
Tipo de base de datos: After you have completed the database connection setup, this field displays the database type.
Ubicación: After you have completed the database connection setup, this field displays the location of the database.
Intervalo de sondeo: Especifica la frecuencia con la que Integration Service comprueba si hay cambios en la base de datos.
Nuevo método de detección de registros
Las opciones de detección de nuevos registros le permiten especificar el evento desencadenador de la base de datos que Integration Service detectará y qué registros de la base de datos procesará.
|
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. |
Utilizar todos los registros, y quitarlos al finalizar: Al activarla, Integration Service procesa todos los registros de la base de datos especificada y borra todos los registros después de procesarlos, o los copia en otra tabla. Esta opción está disponible para las conexiones de la base de datos que se puedan actualizar y en las que la tabla monitorizada tenga una clave principal. A primary key is essential to find the exact record to delete or copy.
Copiar a otra tabla: 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.
Tabla: Especifica la tabla en la que quiera que se copien los registros de la base de datos procesados.
El campo tiene valor incremental: When this option is enabled, the Integration Service monitors the specified field for an increased value.
Campo: Specifies the field that is to be monitored. Este campo debe ser un campo numérico que aumente de valor, como un ID auto incremental.
Último valor: 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).
El campo tiene marca temporal: When this option is enabled, the Integration Service monitors the specified field for a newer timestamp.
Campo: Specifies the field that is to be monitored. Este campo debe tener un identificador único y debe aumentar en valor cada vez que se cree o actualice un registro.
Último valor: 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).
El campo tiene un valor especificado: When this option is enabled, the Integration Service monitors the specified field for a specific value. Posteriormente, procesa cada registro en el que el valor se encuentre en dicho campo. Esta opción está disponible para las conexiones de la base de datos que se puedan actualizar y en las que la tabla monitorizada tenga una clave principal.
Campo: Specifies the field that is to be monitored.
Valor: Especifica el valor que Integration Service buscará en el campo especificado.
Actualizar campo después del procesamiento: 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. Actualizar el valor del campo monitorizado garantiza que el registro no se volverá a procesará la próxima vez que Integration Service analice la base de datos. Esta opción está disponible cuando la tabla monitorizada tenga una clave principal. A primary key is essential to find the exact record to update.
Nuevo valor: Especifica el valor con el que actualizar el campo monitorizado después de que se haya procesado el registro.