How to delete demo reports in Business Portal together with Microsoft Dynamics SL

Article ID: 913818 - View products that this article applies to.
Expand all | Collapse all

On This Page

INTRODUCTION

This article discusses how to delete demo reports in Business Portal together with Microsoft Dynamics SL and with Microsoft Business Solutions - Solomon.

MORE INFORMATION

To delete a demo report in Business Portal, follow these steps:
  1. In Business Portal, click Site Settings, click Application Settings, click Reports, and then click Report Scheduler.
  2. In the Report List area, click the down arrow that is next to Report, and then click Request.
  3. Highlight the demo reports, and then click Delete.
  4. Each report has a template associated with it. To remove the template for the demo reports, you have to manually run the following statement against the system database:
    DELETE Template where Descr like ‘%Business Portal%’
Note Sometimes the demo report is not removed correctly. In this situation, view the following table for a list of the databases and the tables that contain references to reports in Business Portal. You can use the information in this table to manually remove the demo reports.

Collapse this tableExpand this table
DatabasesTables
Application DatabaseReport Catalog
System Database ReportRequest, AppSrvRequest, Template

To remove the demo reports manually, use one of the following methods depending on the SQL Server tool that you are using.

Method 1: SQL Server Enterprise Manager

  1. Click Start, click All Programs, click Microsoft SQL Server, and then click Enterprise Manager.
  2. Expand the name of the SQL Server, expand Databases, expand the specific database, click Tables, right-click the specific table, point to Open Table, and then click Return all rows.
  3. Right-click the records for the report that you want to delete, and then click Delete.

Method 2: SQL Server Management Studio

  1. Click Start, click All Programs, click Microsoft SQL Server 2005, and then click SQL Server Management Studio.
  2. In the Connect to Server window, follow these steps:
    1. In the Server name box, click the name of the SQL Server.
    2. In the Authentication box, click SQL Server Authentication.
    3. In the Login box, type sa.
    4. In the Password box, type the password for the sa user, and then click Connect.
  3. In the Object Explorer area, expand the name of the SQL Server, expand Databases, expand the specific database, expand Tables, right-click the specific table, and then click Open Table.
  4. Right-click the records for the report that you want to delete, and then click Delete.

Properties

Article ID: 913818 - Last Review: July 2, 2012 - Revision: 3.0
APPLIES TO
  • Microsoft Dynamics SL 7.0
  • Microsoft Dynamics SL 6.5
  • Microsoft Business Solutions–Solomon 6.0
  • Business Portal for Microsoft Dynamics SL 7.0
  • Business Portal 3.0
  • Microsoft Business Solutions Business Portal 2.5 Feature Pack
Keywords: 
kbmbsmigrate kbhowto KB913818

Give Feedback