GlobalConfig2 Object [C++]

Use this object to accomplish the following:

  • Create or delete resource configuration information
  • Save any updated global configuration information to the Administration database
  • Add a site

Depending on how you add your own custom resource, you should be able to use this object to access configuration settings from the Administration database.

Ee810481.note(en-US,CS.20).gifNote

  • In Microsoft Internet Information Services (IIS) 6.0, objects are created in the configured application pool for the site, and you can configure each application pool to run as a different user. In order for Commerce Server Config objects to work with IIS 6.0, you must add the application pool user name to COM+. By default, the default application pool runs as "Network Service", with the local user account name being SERVICE.
ProgID:   Commerce.GlobalConfig2 (Externally creatable)
COM Class Name:   GlobalConfig2
Type Library Name:   Microsoft Commerce 2002 Configuration Type Library
DLL Name:   MSCSCfg.dll
Threading Model:   Apartment

[C++]

COM Interface Name:   _GlobalConfig2
Interface ID Constant:   None
Header File:   None

[C++] In C++, use the _GlobalConfig2 interface to access the properties and methods of the GlobalConfig2 object.

Methods

[C++]

Method Description
CreateServiceConfig Creates and writes configuration information for the specified resource to the Administration database.
CreateSiteConfig Creates a site.
DeleteServiceConfig Deletes configuration information for the specified resource.
DeleteSiteConfig Deletes the specified configuration for the site and all configurations for the associated resources.
GetGlobalResources Retrieves a list of all the names of the resources from the Resources table in the Administration database.
GetIfCollection Converts values read from the Fields property into appropriate objects such as a SimpleList object or a Variant Array.
GetRefSites Retrieves a list of names of sites that reference the given resource.
GetResourcePropAttrib Gets a dictionary of key/value pairs that denote the attributes of the specified property of the specified resource.
Initialize Loads the global configuration data from the Administration database.
MakeArrayFromSimpleList Converts the specified SimpleList object into an Array.
MakeArrayFromString Converts values read from the Fields property into an Array.
MakeSimpleListFromArray Converts an Array into a SimpleList object.
MakeStringFromArray Converts an Array into an encoded string, which can be written to the Fields property.
MakeStringFromSimpleList Converts a SimpleList object into an encoded string, which can be written to the Fields property.
SaveConfig Saves the global configuration settings to the Administration database.
Sites Returns a list of all of the sites available in the administration data store.

[Visual Basic]

Method Description
CreateServiceConfig Creates and writes configuration information for the specified resource to the Administration database.
CreateSiteConfig Creates a site.
DeleteServiceConfig Deletes configuration information for the specified resource.
DeleteSiteConfig Deletes the specified configuration for the site and all configurations for the associated resources.
GetGlobalResources Retrieves a list of all the names of the resources from the Resources table in the Administration database.
GetIfCollection Converts values read from the Fields property into appropriate objects such as a SimpleList object or a Variant Array.
GetRefSites Retrieves a list of names of sites that reference the given resource.
GetResourcePropAttrib Gets a dictionary of key/value pairs that denote the attributes of the specified property of the specified resource.
Initialize Loads the global configuration data from the Administration database.
MakeArrayFromSimpleList Converts the specified SimpleList object into an Array.
MakeArrayFromString Converts values read from the Fields property into an Array.
MakeSimpleListFromArray Converts an Array into a SimpleList object.
MakeStringFromArray Converts an Array into an encoded string, which can be written to the Fields property.
MakeStringFromSimpleList Converts a SimpleList object into an encoded string, which can be written to the Fields property.
SaveConfig Saves the global configuration settings to the Administration database.
Sites Returns a list of all of the sites available in the administration data store.

Properties

[C++]

Property Type Description
Fields Fields Returns group-level configuration data.

This property is read-only.

[Visual Basic]

Property Type Description
Fields Fields Returns group-level configuration data.

This property is read-only.

See Also

Integrating Custom Resources

Configuration Objects

[C++]SiteConfig Object

[C++]SiteConfigReadOnly Object

[Visual Basic]SiteConfig Object

[Visual Basic]SiteConfigReadOnly Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.