Determines whether the Replication Agent Log Reader component filters database operations applied in the primary database by the Replication Server maintenance user ID.
true
true – The Log Reader component filters out database operations applied by the Replication Server maintenance user ID.
false – The Log Reader component replicates database operations regardless of the user ID that applied the operation.
The filter_maint_userid configuration parameter is provided to support bidirectional replication, wherein the primary database is also a replicate database that has transactions applied to it by a Replication Server.
If the value of the filter_maint_userid parameter is true, database operations applied by the Replication Server maintenance user ID are not replicated. The Log Reader component filters out the Replication Server maintenance user ID when it reads the transaction log.
If the value of the filter_maint_userid parameter is false, database operations applied by the Replication Server maintenance user ID are replicated.
The Replication Server maintenance user ID is specified when the database connection for the primary database is created in the primary Replication Server.