Remote Addresses


When the VC/m task server is used to perform operations by proxy on a connected node, it is a Remote Address that directs the work to the target node.

M-format Remote Addresses


When the target node is running Caché or Ensemble a remote address is a string with four comma-separated pieces:

  1. The path that the remote node uses to access its local database where the M-format data is stored. Typically this is the path of the default global database of the namespace specified in piece 3 below.
  2. The name of the ECP connection across which VC/m can reach the node responsible for the storage being addressed.
  3. The namespace (on the remote node) that is being addressed.
  4. The path that the remote node uses to access its VCM-LOCAL database, which is the default database for the VCM-LOCAL namespace in which the task server process (%vczn) runs.

bin-format and text-format Remote Addresses


If the directory to which bin- or text-format storage is mapped is not directly reachable from the VC/m node (e.g. it is not available using OS-level networking) then VC/m can proxy its access via the task server of another node.

To do this, specify an address in the format protocol://remoteNodeSpec:localAddress where the three named elements have the following meanings:

protocol
The string "remote" or "REMOTE"
remoteNodeSpec
The physical location code assigned to an M-format remote address that access the node from where proxy access to the files is to occur. This physical location code can be obtained from the Physical Address property dialog. It typically has the format xyz$M
localAddress
The path to the target filsystem directory that the remote node is to access when proxying bin- or text-format access to files there.