Home > Articles > Software Development & Management

📄 Contents

  1. Creating IIS Web sites
  2. Unpack with Site Packager
  3. Summary
This chapter is from the book

Unpack with Site Packager

Its time to create your first commerce site using Commerce Server. Navigate to the Commerce Sites node under Commerce Server Manager. Right-click the Commerce Sites folder and choose New, Unpack Site (see Figure 3.5).

The Unpack Site From dialog box allows the user to choose one of the solution sites. The solution sites are installed by default under the PuP Packages folder in the Microsoft Commerce Server installation directory. Note that the default installation doesn't insert any PuP files except a Blank file. The other PuP files are downloaded from the Web site discussed earlier. After downloading and installing the solution sites, Retail and SupplierActiveDirectory PuP files should be available along with Blank. For this example, choose Retail and then click the Open button (see Figure 3.6).

After a few seconds, the Site Packager (see Figure 3.7) shows the Unpack screen, which will allow you to quickly unpack the solution site into one of the predefined Web sites. This quick unpack will install both the e-commerce site as well as the BizDesk application under the same IIS Web site. To avoid this, as well as to explore detailed unpacking options, select the Custom Unpack option. Then click Next.

Figure 3.5 Starting to unpack a site.

Figure 3.6 Choosing the solution site retail for unpacking.

Figure 3.7 Performing a custom unpacking.

In the Unpack Method screen, select the Create a New Site option and click Next (see Figure 3.8).

Figure 3.8 Creating a new commerce site.

The Site Name screen asks the user to name the e-commerce site (see Figure 3.9). Call it Estore. Thus in the example, the names of the Commerce Server site and the Web site are the same for the sake of convenience. Go on to the next stage of the Site Packager by clicking the Next button.

Figure 3.9 Naming the commerce site.

Resources

The Select Resources screen (see Figure 3.10) gives the user the option to choose resources that will be used by this site. In Commerce Server terminology, a resource is an entity that provides functionality to the applications in a Commerce Server site. A resource is typically a COM based object whose services are used within the ASP pages of the application. For example, Direct Mailer runs as a service (DMLService.exe) and exposes COM interfaces to be used by applications to send mail. Resources are mainly classified into two types: global and site specific. Global resources are available to all the commerce server sites, whether the sites are on one or more servers. Site specific resources are really local to a site. If you want to know a little more about CS resources at this stage, feel free to jump to the section "CS Resources."

Continuing the exercise of unpacking the Retail solution site (refer to Figure 3.10), you can see that the items to the right side are resources that will be used for the site being installed. Keep all the resources selected in the Resources to Unpack box on the right side. Click the Next button. The Global Resource Pointers screen (see Figure 3.11) shows the mapping between the site-specific resources and global resources, if any.

If there is no global resource instance to map to, a new one will be created. If there already is a global resource instance, the user has the option to choose that instance. For example, we don't yet have a global resource instance for CS Authentication. Therefore an instance, CS Authentication (Estore), will be created at the global level. There would also be a site-level resource CS Authentication (Estore), which is just a pointer to the global resource. If we create another new site, the CS Authentication resource for Estore will be listed as being used. Thus, two sites could share the same global resource instance.

Figure 3.10 Selecting resources to be used.

Figure 3.11 Mapping to global resources--existing and new.

Clicking the Next button will bring up the Database Connection Strings screen, which creates the databases and connection strings for various resources we have chosen so far (see Figure 3.12).

Figure 3.12 Resources and their database.

As we can see from the screen (Figure 3.12), the datastore for resources can all be on a single database or split across different databases. Here we have chosen to have all resources, except Global Data Warehouse, on a single database called estore_commerce. Global Data Warehouse will be on a separate database.

The next input box asks you for the username and password for the master database. After you pass on the right values, Site Packager gives the list of applications that are in the solution site. Typically it will be the Retail site and the associated RetailBizDesk applications as shown in Figure 3.13.

Make sure that both the applications are chosen and then click the Next button. The Select IIS Web Sites and Virtual Directories screen is where you specify the Web sites for each of the applications. Choose the Retail application first and choose Estore as the Web site from the drop-down box. Also name the IIS application path as Estore (see Figure 3.14). This creates a virtual directory called Estore under the Estore Web site. If you choose to install the application files at the root of the site, you can leave this input box blank.

Similarly, choose the RetailBizDesk application to change its Web site to EstoreBizDesk and the IIS application path also to EstoreBizDesk. After this input, Site Packager goes into a frenzy of action for some time before it asks you for some data warehouse information that your site will use (see Figure 3.15)

Figure 3.13 Available applications in a packed solution site.

Figure 3.14 Commerce server site and IIS site mapping.

Give a meaningful name, such as Data Warehouse_Estore, to the site's data warehouse. Accept the default value of ESTORE_DW for the database name on the OLAP Server for the data warehouse. The OLAP Server is the server running the Analysis Service.

Click the OK button after giving the data warehouse details, and the Profiling System screens ask for schema definitions as shown in Figures 3.16 and 3.17. These XML files contain the definitions for creating the Profiles and Site Terms schema. The database schema, as well as initial data population, also can be accomplished by custom scripts using these screens.

Figure 3.15 Data warehouse settings.

Figure 3.16 First schema definition screen.

For one last time, Site Packager does the extraction and installation activity to install various resources and databases. The unpacking is complete and can be verified with the final screen of the process (see Figure 3.18). It gives information about the applications and databases created. Also, the entire unpacking process is written to a log file named Pup.log.

Figure 3.17 Second schema definition screen.

Figure 3.18 End of unpacking the solution site.

You can click the View Selected Application button in the final screen to launch either Estore or the EstoreBizDesk application. Before doing that, you will discover what Site Packager has accomplished as a result of unpacking and creating your starter applications.

CS Resources

Commerce Server resources are part of the core infrastructure from which a CS e-commerce site functions.

Table 3.1 lists the resources that are provided by Commerce Server.

Table 3.1 Available Resources

Global Level

Site Level

Direct Mailer

App Default Config

Predictor

Campaigns

Profiles Service

Product Catalog

Data Warehouse

Transaction Config

CS Authentication

Transactions


These resources store their data in the Commerce Server admin database as well as the site-specific database, depending on the resource. In the Commerce Server Manager, the global resources are visually organized under the Global Resources folder, whereas the site-specific resources are listed under Site Resources for each of the sites. I will discuss this after you have completed the unpacking with Site Packager. Also it is possible for a developer to create and add custom resources both at the global and site levels.

Even though we will deal with each of the resources in detail at appropriate places throughout the book, it would now be good to have a general understanding of each of these Commerce Server provided resources at this point.

Global Resources

Although there are only five distinct types of global resources, there could be more than one instance of a global resource. For instance, there could be a CS Authentication resource instance for Site 1, as well as a separate CS Authentication resource instance for Site 2. We will look at each of these resources more closely.

Direct Mailer

Direct Mailer (DM) runs as a Windows 2000 service (DMLService.exe). DM uses SQL Server 2000 or SQL Server 7.0 as its database and requires SQL Agent to be running in order to process e-mail jobs. Note that both DM and its database should be on the same computer. DM uses the services of Collaboration Data Objects(CDO), again a Windows 2000 object, to compose, format, and send mails using a Simple Mail Transfer Protocol (SMTP) server.

You can use the DM to send personalized and general e-mails to site users. A list of recipients could be generated from List Manager, a Commerce Server module, or by using a custom built query on your SQL Server database. The body of the e-mail message can be derived in many ways including Web pages, flat files, or an SQL Server database. DM can be run at the command line as well as called from ASP pages. A separate pipeline called the Direct Mailer Pipeline gives the capability to process the details of the e-mail in stages. The pipeline can be integrated with other modules of Commerce Server and also can be customized with third-party components.

Predictor

Predictor runs as a Windows 2000 service (PredServ.exe) and uses a Data Warehouse configured on the server. The Predictor resource is used to build various models for analysis such as Predictor and Segment models. These models essentially establish a relationship between statistical data in your data warehouse. After a relationship is established, we could run through the model with minimum inputs to predict user behavior. Models use Cases, which are basically name/value pairs representing user profile data such as purchase history and clicks made. The schema for these models are called Model Configurations, and Commerce Server provides you with a default configuration called Transactions. It is possible to build new analysis model configurations with the Predictor schema.

After these models are built, ASP pages could use the Predictor Client object, a COM object, to access these models and get predictions based on a limited set of real-time inputs that are available about the current context.

Profiles Service

Profiles is a Commerce Server 2000 object that manages two concepts in Commerce Server, namely Profiles and Site Terms. Profiles are aggregate information about your site that can be used in analysis of the site. Profile definitions are the schema for information to be collected either implicitly or explicitly from the Web site. For instance, you could define a user profile to collect site visitor information such as name, age, e-mail, and mailing address. When profiles are defined, they can be collected and stored in the data warehouse for analysis. The business desk module Profile Designer can also be used to manage profile definitions.

In order to make analysis and personalization more effective, you can make elements of a profile accept restricted values. If a site term called My Interests is defined with values such as Acrobatics, Movies, Food, and Baseball, this site term can be attached to a user profile called Interests. The Web site users will have to choose from the values that were defined for the site term.

Data Warehouse

The data warehouse in Commerce Server consists of a data warehouse SQL Server database for each commerce site, an OLAP database, and frequent processes that import data from various sources. Some of the sources of information about your site are Web site log files, user profiles, and transaction data. These can be imported into the data warehouse SQL Server database using Data Transformation Services (DTS). In the DTS task, you would define from where and what data to import.

From the data warehouse database, again DTS tasks are run to export a portion of data into an OLAP database. The OLAP database has structures called cubes into which data is stored and organized. The Commerce Server data warehouse has a logical schema that taps into the physical SQL Server and OLAP databases. You can build analysis models and run reports against the data warehouse.

Data warehousing is a specialized field of study in itself. However, we will look in more detail about data warehousing and analysis in a later chapter.

CS Authentication

Commerce Server Authentication builds security on top of IIS authentication methods. CS installs an Internet Server API (ISAPI) filter called AuthFilter on the application Web sites. The AuthFilter can be configured to authenticate users against the Active Directory or made to look up against a custom data source. Also you can choose to automatically authenticate users by using the Autocookie feature of the AuthFilter.

CS also provides a COM object called AuthManager that can be used in ASP scripts to gather more information about the user and make decisions on content security. The AuthManager can also be used to validate users who don't accept cookies, thus enabling cookie-less browsing for your site visitors.

Site Resources

The site-specific resources affect the operations of their concerned sites and will not effect other sites on the server. We will take a brief look at what these resources provide to the sites.

App Default Config

This resource maintains the operational configuration of a commerce site and its associated business desk. It holds information that is used throughout the site such as the currency symbol, payment options accepted, and integration with BizTalk server. All of these are configurable according to the unique requirements of a site.

Other Resources

The other four site-specific resources define the database connection string for the commerce site. For example, the Campaigns resource defines the connection string to the database containing campaign data for the site, whereas the Transactions resource defines the information to connect to various transaction data of the site. These resources are used by many components of the site including the Business Desk.

If you had come to this section in the middle of the unpacking process, you could continue with the process and finish it (see Figure 3.10). If you have already unpacked the retail site, it's time to see what has been accomplished.

Explore the Changes

Commerce Server is tightly integrated with the products that form the Windows Distributed interNet Applications Architecture (DNA). Commerce Server applications are actually exposed as IIS Web sites. SQL Server is used to store information for the e-commerce site as well as for Commerce Server administration itself. OLAP Server is used to store the data warehouse requirements of a site. Further Commerce Server's COM objects operate using the COM+ infrastructure. Let's take a look at some of the key system changes that have happened after the unpacking and creation of our first store.

The nodes in Commerce Server Manager can be expanded as shown in Figure 3.19 to analyze the changes.

Figure 3.19 Changes after solution site unpacking is completed.

The IIS Sites

Because Commerce Server generated applications are Web sites under IIS, we should be able to see the Estore and EstoreBizDesk sites under the node for the Internet Information Services snap-in. In the example, these sites were created as virtual directories. We can also see the application files under Estore as well as EstoreBizDesk sites. These are the files that are served by the Web server in response to requests from browsers.

Commerce Server Manager

The commerce site Estore is added under the Commerce Sites folder. Each commerce site has its site-specific resources grouped under the Site Resources folder. For example, the App Default Config, Campaigns, and Product Catalog are found under that folder. Some of the site-specific resources such as Data Warehouse, Biz Data Service, and CS Authentication are also listed as Global Resources. When the site uses some of the global resources such as Predictor and Direct Mail, they are also listed under the Site Resources folder for the site. In short, all resource and commerce site uses will be listed under a single Site Resources folder for that site. In CSM, these global resource pointers are represented with a red arrow in the icon at the node.

Another folder to notice under the commerce site Estore is Applications. It lists all applications for that commerce site including the business desk. Because an application can run on one or more Web servers, the servers are listed under each application. In the example, Estore is a commerce application that runs on the physical Web server called ECOMMSRV. In a production environment, it is typical to have more than one Web server that runs a site. It is possible to add more servers in the Commerce Server Manager to start managing the application on a Web farm.

SQL Server Objects

Commerce Server creates a database called MSCS_Admin, which it uses to store administration information such as sites, resources, and Web servers. For each commerce site that is created using the Site Packager, a database is created with the naming convention <sitename>_commerce. This database holds all the database objects such as tables, stored procedures, triggers, and so on for the entire commerce site application. As already mentioned, high volume sites would typically create an application's database objects across multiple databases and servers.

If data warehouse is also part of the site resources, the data warehouse SQL Server database is also created using the name <sitename>_dw. In the example, these two databases are Estore_commerce and Estore_dw. For the data warehouse analysis, default OLAP cubes and dimensions are also created. This can be seen using the Analysis Manager. The Analysis Manager is available as a snap-in inside the CSM. Expand the node Analysis Servers (see Figure 3.20).

Figure 3.20 The OLAP server after unpacking the solution site.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020