Remote Addresses


When the Deltanji 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. On most Deltanji sites the first piece is optional and should be left empty. See the footnote on this section for exceptions.
  2. The name of the ECP connection across which Deltanji can reach the node responsible for the storage being addressed.
  3. The namespace (configured on the remote node) that is being addressed. Note that the node hosting Deltanji should not have a matching local namespace configured to access remotely the same database. If it does, task requests will be executed locally on the Deltanji node by the task server's "fast-track" mechanism. This will defeat the original purpose of defining the address as a remote one.
  4. The path that the remote node uses to access its DELTANJI-LOCAL database, which is the default database for the DELTANJI-LOCAL namespace in which the task server process (%vczn) runs. Make sure you specify this in the canonical form used by the remote node. For example, if the remote node runs on Windows then the path should be entirely lowercase. Also note that the syntax used in this piece needs to be altered if the DELTANJI-LOCAL database is part of an InterSystems mirror.

Example: ,TEST2,VCMTEST-DEV2,d:\test2\dbs\vcmtest-local\

Sites using legacy drivers for M/SQL and MDM components need to specify a non-null first piece. In such cases the piece contains the path 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. Make sure you specify this in the canonical form used by the remote node. For example, if the remote node runs on Windows then the path should be entirely lowercase. Also note that the syntax used in this piece needs to be altered if the database is part of an InterSystems mirror.

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 Deltanji node (e.g. it is not available using OS-level networking) then Deltanji can proxy its access via the task server of another node.

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

protocol
The string "remote" or "REMOTE"
remoteNodePSA
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.

Example: remote://@Dev2$M:d:\TEST2\Files\vcmtest\dev2