Processor procedure generator
- Last Updated: April 22, 2020
- 1 minute read
The processor procedure generator creates a single procedure library that contains an internal procedure for each of the replication tables. These internal procedures encapsulate the replication logic specific to a specific table. The resulting procedure library is run persistently while the replication processor is running. If this procedure is run from the Progress editor, then all databases (source database, schema holder and target database) must be connected.
Additionally, create the following database aliases:
SourceDBfor the source databaseSchemaDBfor the OpenEdge schema holder database.TargetDBfor the target database (which can be an Microsoft SQL Server, Oracle database, or an OpenEdge database).