locked
Error installing CRM 4.0 I get an error saying reporting services is set to text and utf8 instead of XML RRS feed

  • Question

  • What, where and how do I fix this?
    Friday, May 2, 2008 8:33 PM

Answers

  • This message implies that Reporting Services is not correctly configured. Run the Reporting Services Configuration tool to check and fix any Reporting Services problems. The main test is whether you can browse to both the Report Manager and Report Server virtual directories

    • Marked as answer by Jim Glass Jr Tuesday, May 26, 2009 9:19 PM
    Monday, May 5, 2008 9:45 AM
    Moderator

All replies

  • This message implies that Reporting Services is not correctly configured. Run the Reporting Services Configuration tool to check and fix any Reporting Services problems. The main test is whether you can browse to both the Report Manager and Report Server virtual directories

    • Marked as answer by Jim Glass Jr Tuesday, May 26, 2009 9:19 PM
    Monday, May 5, 2008 9:45 AM
    Moderator
  • Yes I did. This was my solution.
    Go to Report Manager of reporting services.
    Open the folder for CRM report (Ex. CompanyName_MSCRM)
    Open the report
    Press Properties Tab
    Press Parameters Link
    Change the Default Value of Parameter Name (In my case was P1 and P2)
    Ex. Select incidentresolution.* from FilteredIncidentResolution as
    incidentresolution where (incidentresolution.modifiedonutc
    >=dbo.fn_beginOfLastXDay(GetUTCDate(), 30) and
    incidentresolution.modifiedonutc <= GetUTCDate())
    Change to
    Select incidentresolution.* from FilteredIncidentResolution as
    incidentresolution
    Just remove the where conditions.

    I hope this help you, If did please answers yes in the question
    Was this post helpful to you?

     

     

    http://blogs.msdn.com/crm/archive/2007/10/04/writing-reports-to-display-in-iframes-and-from-isv-config.aspx

     

    Regards,

    Imran

     

    http://microsoftcrm3.blogspot.com

     

    Monday, May 5, 2008 11:01 AM
    Moderator