Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Server

Obtain information about the Caché or Ensemble server and its environment.

Background Information

Caché is an application server, which works in conjunction with a web server and with the CSP Gateway. For information on the CSP Gateway and on supported web servers, see “Introduction to the CSP Gateway” in the CSP Gateway Configuration Guide.

Because Ensemble is a superset of Caché, Ensemble is also an application server.

This topic discusses the application server, as opposed to the third-party web server.

Available Tools

Provides methods like the following:

  • GetInstanceName()

  • GetUniqueInstanceName()

  • GetNodeName()

  • TempDirectory()

  • And others

Availability: All namespaces.

Provides methods like the following:

  • BinaryDirectory()

  • InstallDirectory()

  • ManagerDirectory()

  • And others

Availability: All namespaces.

Reminder

The special variable $SYSTEM is bound to the %SYSTEM package. This means that (for ObjectScript) instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab