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:
  • SourceDB for the source database
  • SchemaDB for the OpenEdge schema holder database.
  • TargetDB for the target database (which can be an Microsoft SQL Server, Oracle database, or an OpenEdge database).