Cannot Generate Some HTML Reports (824108)



The information in this article applies to:

  • Microsoft Operations Manager 2000

SYMPTOMS

When you use Microsoft Operations Manager (MOM) 2000 Reporting to generate HTML reports, some reports may not generate data for the Reporting Web Console. No error is reported. You may experience this problem with any of the following reports:
  • AD_Domain_Controller_Memory_Capacity_Planning_by_Peak_Hours
  • AD_Domain_Controller_Processor_Capacity_Planning_by_Peak_Hours
  • AD_Machine_Account_Authentication_Failures_By_Repeat_Count
  • Mail_Delivered_-_Top_100_Recipient_Mailboxes_by_Count
  • SQL_Server_Distribution_Replication_Performance_Analysis
  • SQL_Server_Logreader_Replication_Performance_Analysis
  • SQL_Server_User_Connections_Capacity_Planning_by_Peak_Hours

CAUSE

This problem may occur if you install MOM 2000 to the default installation folder. By default, MOM 2000 installs to the Drive\Program Files\Microsoft Operations Manager 2000 folder, where Drive is the drive where MOM 2000 is installed.

MOM Reporting uses the Microsoft Snapshot viewer to create reports in the MOM folder\Event\Reports\report name folder, where MOM folder is the folder where MOM 2000 is installed and report name is the name of the generated report.

By default, the path where the report is saved is too long for the Microsoft Snapshot viewer to process. Therefore, the Microsoft Snapshot viewer cannot create the Data.snp file in the report folder.

WORKAROUND

To work around this problem, enter the 8.3 path in the MOM Reporting user interface to the folder where the HTML reports are saved. As a result, the Microsoft Snapshot viewer can create the report correctly. To enter the 8.3 path name in the MOM Reporting user interface, follow these steps:
  1. Click Start, point to Programs, point to Microsoft Operations Manager, and then click MOM Reporting.
  2. Click Start, click Run, and then type:

    cmd

  3. Click OK.
  4. Change to the drive where MOM 2000 is installed.
  5. At the command prompt, type :

    DIR /X

  6. Press ENTER.
  7. Note the 8.3 short path name for the Program Files folder. Typically, the path is PROGRA~1.
  8. At the command prompt, type the following command, followed by the 8.3 folder name you noted in Step 7:

    DIR /X

    For example, type:

    DIR /X PROGRA~1

  9. Press ENTER.
  10. Note the 8.3 short path name for the Microsoft Operations Manager 2000 folder.
  11. In the MOM Reporting UI, click File, and then click HTML Properties.
  12. Change the HTML output root directory (Required): value. To do so, replace the folder names with the 8.3 representation that you noted in Step 7 and Step 10.
  13. Change the HTML template file (Optional): value. To do so, replacing the folder names with the 8.3 representation that you noted in Step 7 and Step 10. The two changed values should look similar to the following value:
    D:\PROGRA~1\MI45BFBF~1\Event\Reports
    D:\PROGRA~1\MI45BFBF~1\Event\Reports\MSRept.html
  14. On the HTML Properties dialog box, click OK.

    The folder values are stored as defaults inside the Reporting database.
  15. Run the report again.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:6/13/2005
Keywords:kbusage kbnofix kbBug KB824108 kbAudITPRO