Processor procedure generator
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
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, all databases, namely source database, schema holder and target database must be connected.
Additionally, create the following database aliases:
- SourceDB for the source database
- SchemaDB for the OpenEdge schema holder database.
- TargetDB for the target database (which can be an MSS SQL Server, Oracle or an OpenEdge database).