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

CPF File

Modify the CPF file programmatically (create databases, define mappings, configure devices, and so on).

Background Information

The CPF file (Caché Parameter File) contains a set of parameters that affect how Caché operates. Caché reads and uses this file when it starts up. All but a few of the settings in this file are typically modified using the Management Portal. See “Introduction to the Caché Parameter File” in the Caché Parameter File Reference for more information about the Caché Parameter File.

Available Tools

Config package

Most of the classes in this package enable you to modify the CPF file. Classes in this package include:

Many of these classes are persistent and many provide class queries.

Availability: %SYS namespace.

Provides the following method:

  • GetCPFFileName()

Availability: All namespaces.

FeedbackOpens in a new tab