CreateMapPackage
Create a package mapping.
Synopsis
[Actions]
CreateMapPackage:Namespace=NSToMap,Name=MappingName,Database=DBToMap
Description
CreateMapPackage defines a package mapping. InterSystems IRIS® creates that package mapping when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs Config.MapPackages.Create()Opens in a new tab to create the package mapping defined by CreateMapPackage. The Namespace, Name, and Database properties are required; the complete list of properties is available in the class reference.
Changing this Operation
This operation is designed to be used during a configuration merge. You can change CreateMapPackage by editing the merge file in a text editor (as described in Editing the Active CPF).
See Adding Mappings to a Namespace for more information on mappings.