How to View Local Staging Events

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This topic provides steps for viewing Commerce Server Staging (CSS) events from the local event log. CSS provides reports for these events in the following categories:

  • Project. All the events related to a specific project.

  • Replication. All the events related to a specific deployment.

  • Full. All the events on the staging server.

  • Custom. You can create a custom query, for example, a query to select specific event codes. For example, if you want to see a report of the specific event 61112, Commerce Server Staging service started successfully, write the following expression in the WHERE text box, and then click Submit:

    CSSCode = 61112
    

You can view Commerce Server Staging (CSS) event reports on the Commerce Server Staging console or through your Web browser.

Note

You will have to set permissions for users to view the Web page. Users must have permission to view reports locally on the Commerce Server Staging console in order to view reports remotely in a Web browser. For more information, see How Are CSS Authentication Accounts Defined and Managed?

To view local staging events in the Commerce Server Staging console

  1. Click Start, point to Programs, point to Microsoft Commerce Server 2007 , and the click Commerce Server Staging.

  2. In Microsoft Management Console (MMC), in the left pane, expand Commerce Server Staging, expand <server name>, expand Event Reports, expand Local Events, and then click the report that you want to view (Project, Replication, Full, or Custom).

  3. View the event report in the right pane.

To view staging events in a Web browser

  1. Open a Web browser window.

  2. Enter the following URL:

    http://<computername>/<vdir>/default.asp

    Where:

    • <computername> is the name of the CSS server.

    • <vdir> is the virtual directory that contains the reports. By default, this is named Publishing.

  3. On the Web page, in the left pane, click the report that you want to view (Project, Replication, Full, or Custom).

  4. View the event report in the right pane.

See Also

Other Resources

How to Log Events to the Local Event Log

How to Log Events to the Windows NT Event Log

How to Create a Custom Report

Monitoring Commerce Server Staging