After you install Microsoft SharePoint Portal Server 2010,
make sure that the SharePoint site in Microsoft Internet Information Services
(IIS) names the "CognosPortletResource" and "CognosPortletServices"
handler mappings. You can add the mappings manually if they are not
specified.
Procedure
- On your SharePoint server, start Microsoft Internet Information Services
Manager.
- Select your SharePoint virtual directory.
- From the IIS section, select Handler
Mappings.
- At the top right of the screen, under Actions,
click Add Managed Handler.
- In the Add Managed Handler dialog
box, type the following.
- Request Path = CognosResources/*.axd
- Name = CognosPortletResource
- In the Type drop-down box, type
the following:
Cognos®.Portal.Services.HttpResourceHandler,Cognos.BI.WebPart,Version=1.0.0.0,
Culture=neutral,PublicKeyToken=cb3c72729d0875cd.
- Click OK.
- At the top right of the screen, under Actions,
click Add Managed Handler again.
- In the Add Managed Handler dialog
box, type the following:
- Request Path = CognosResources/*.axd
- Name = CognosPortletServices
- In the Type drop-down box, type the following:
Cognos.Portal.Services.CPSServiceHandler,Cognos.BI.WebPart,Version=1.0.0.0,
Culture=neutral,PublicKeyToken=cb3c72729d0875cd.