Resolution 1
To share the report folder, and to add access to the report share for specific users and groups, follow these steps:
- In Windows Explorer, right-click the folder that contains the reports that are published from Microsoft Dynamics GP or from Microsoft Dynamics SL. Then, click Properties.
- Click the Sharing tab, click Share this Folder, and then click Permissions.
- Click Add, type Everyone, click Check Names, and then click OK.
- Click the Everyone entry.
- In the Permissions for Everyone area, click to select the Full Control check box, and then click OK.
Note Repeat steps 3 through 5 for the other users and groups that are mentioned in the "Cause" section. The Network Service user is a local user. To determine the names of the other users and groups that you must add, see the "More Information" section.
Resolution 2
To add the correct access for the COM+ object, follow these steps:
- In Windows Explorer, right-click the Microsoft.BusinessPortal.Reports.FileService.dll file, and then click Properties.
Note By default, this file is located in the following path: C:\Inetpub\wwwroot\bin
- Click the Security tab, click Add, click Locations, select the name of the Business Portal server, and then click OK.
- Enter the name of the user, click Check Names, and then click OK.
Note To determine the name of the identity user for the Microsoft.BusinessPortal.Reports.FileService COM+ object, see the "More Information" section. - Click the user name.
- In the Permissions area, click to select the Full Control check box, and then click OK.
Resolution 3
To correct the location of the report share in the ReportCatalog table, run the following script against the company database.
SELECT * FROM ReportCatalog
The Report_URL column must point to the report share. For example, if the Report.txt report is located in the C:\Reports folder on the BusinessPortalServer report server, the value in the Report_URL column must be the following value:
//BusinessPortalServer/Reports/Report.txt
Resolution 4
- In Windows Explorer, locate the Microsoft.BusinessPortal.Reports.FileService.tlb file.
Note By default, this file is located in the following folder:c:\inetpub\wwwroot\bin
- If the file size is 0 KB, rename the file by using the following file name:
Microsoft.BusinessPortal.Reports.FileService.tlbold
- Click the following link to download a new Microsoft.BusinessPortal.Reports.FileService.tlb file:
- Paste the file in the same folder in which the original Microsoft.BusinessPortal.Reports.FileService.tlb was located.