Site Packager Reference Information

This site contains information about what data and settings are included when you package a site.

Resources and Data

The following table lists the resources and the data packaged for each resource when you package a site.

Resource Data packaged
App Default Config All property values.
Campaigns These tables in the Campaigns database: industry_code, customer, event_type, campaign, creative_type, creative_size, creative, creative_property, creative_property_value, campaign_item_types, campaign_item, order_discount, dm_item, ad_item, creative_type_xref, page_group, page_group_xref, target_group, target, target_group_xref, order_discount_expression, order_discount_misc.
CS Authentication Settings in AuthSetup.ini. When unpacking a site, you can create a new resource or point to an existing one.
Commerce Server Data Warehouse None. When unpacking a site, you can create a new Data Warehouse resource or point to an existing one.
Commerce Server Direct Mailer None. Confirms the existence of a Direct Mailer in the site. The Direct Mailer global resource to use is specified during unpacking. When unpacking a site, you can point to a Direct Mailer resource. You must use Commerce Server Setup to create a new one.
Predictor None. Confirms the existence of a Predictor in the site. The Predictor global resource to use is specified during unpacking. When unpacking a site, you can point to a Predictor resource. You must use Commerce Server Setup to create a new one.
Product Catalog These tables in the Catalog database: CatalogAttributes, CatalogDefinitions, CatalogDefinitionProperties, CatalogGlobal, CatalogUsedDefinitions, CatalogEnumValues, CatalogStatus, CatalogCustomCatalogs, CatalogCustomPrices, CatalogSet_Info, CatalogSet_Catalogs, CatalogToVendorAssociation, x_ProductsComplete, x_Relationships, x_Hierarchy
Profiles Schema script and data script. Defaults are commerce_server_root\Profilesql.sql and commerce_server_root\PopulateProfileSql.sql, respectively. Existing databases are not packaged. When unpacking a site, you can create a new resource or point to an existing one.
Transactions These tables in the Transactions database: TransDimension, TransCategory.
Transactions Config These tables in the Transactions Config database: Decode, Region, RegionalTax, ShippingConfig, TableShippingRates.

IIS Settings

When you package a site, Site Packager includes many of your IIS settings. It does not pack an IIS Web site (such as Default Web Site), but it does pack the files in the physical root folder of the application and all of its physical child folders and files.

To view IIS settings for an application, folder, or file

  1. Click Start, point to Programs, point to Microsoft Commerce Server 2000, and then click Commerce Server Manager.

  2. In the Commerce Server Manager window, expand Internet Information Services, expand the name of the Web server containing an application, expand the name of the IIS Web site in which the application resides, right-click the name of an application, folder, or file, and then click Properties.

    The Properties dialog box for the application appears.

The following tables list the settings for the Virtual Directory and Directory Security tabs in the Properties dialog box, and indicate which ones are packaged when using Site Packager.

Virtual Directory tab

Field Whether it is packaged
Script source access Packaged
Read Packaged
Write Packaged
Directory browsing Packaged
Log visits Packaged
Index this resource Packaged
Application name Not packaged
Starting point Not packaged
Execute permissions Packaged
Application protection This is always set to Medium when unpacking
Application Configuration settings (shown after Configuration is clicked) Not packaged

Directory Security tab

Field Whether it is packaged
Anonymous access Packaged
Anonymous access account Not packaged
Basic authentication Packaged
Basic authentication domain Not packaged
Digest authentication Packaged
Integrated Windows authentication Packaged
IP addresses and domain name restrictions Not packaged
Secure communications (SSL certificates) Not packaged

Ee800109.note(en-US,CS.10).gif Note

  • Nothing in the Documents, HTTP Headers, and Custom Errors tabs is packaged. The unpack.vbs script file for Business Desk adds custom errors for Business Desk after unpacking.

IIS Virtual Directories

If you have virtual directories located within the application, the virtual directory object and the folders and files in the path it points to will not be packaged. If you want to package these folders and files, copy them to a folder in the physical path of the application before packaging them.

NTFS Permissions

NTFS permissions and access control lists on folders and files are not packaged. You can use the unpack.vbs script or postsite**.vbs** script to apply NTFS permissions automatically after unpacking.


All rights reserved.