George James Software logo

KB0129

When an Object or Change Request is Transferred, What is the Sequence of Events and Processing which Takes Place?

Applies to: VC/m

Note: If a single object is transferred, the processing is the same as for a change request containing just one object.

When a change request is transferred the following sequence of events happens:

  1. Transfer initialization callout
  2. For each object in the change request (in sequence by object name, then by variant, then by version number):
    1. Before object transfer callout
    2. Delete any old copy of the object at the destination location
    3. For each component in the object (in sequence by component type, then by component name):
      1. Copy the component
      2. For routines, on-save callout
    4. After object transfer callout
  3. Transfer termination callout
  4. For each component type in component type name sequence:
    1. Component compilation (eg for Caché Classes and CSP pages)

Last reviewed: Nov 8, 2004

Back to top