Adding a handler mapping

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

  1. On your SharePoint server, start Microsoft Internet Information Services Manager.
  2. Select your SharePoint virtual directory.
  3. From the IIS section, select Handler Mappings.
  4. At the top right of the screen, under Actions, click Add Managed Handler.
  5. In the Add Managed Handler dialog box, type the following.
    • Request Path = CognosResources/*.axd
    • Name = CognosPortletResource
  6. 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.

  7. Click OK.
  8. At the top right of the screen, under Actions, click Add Managed Handler again.
  9. In the Add Managed Handler dialog box, type the following:
    • Request Path = CognosResources/*.axd
    • Name = CognosPortletServices
  10. 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.