Reporting Services error??

  • Hi,

    I have installed & configured SQL Server 2005 Reporting Services and every thing went fine But I'm getting the below error whlie connecting to Report manager

    http://Sql1/reports

    The request failed with HTTP status 400: Bad Request

    But I'm able to connect Reportserver:

    http://Sql1/reportserver

    SQL1/ReportServer - /

    Microsoft SQL Server Reporting Services Version 9.00.4035.00

    Could you please advice how to get into Report manager using http://Sql1/reports??

  • Hi,

    Actullay I created virtual directories through Report Server Configuration manager as below

    abcreportserver

    abcreports

    http://Sql1/abcreports

    The request failed with HTTP status 400: Bad Request

    But I'm able to connect Reportserver:

    http://Sql1/abcreportserver

    SQL1/ReportServer - /

    Microsoft SQL Server Reporting Services Version 9.00.4035.00

    Now I have modified the RSWebApplication.config as below and and its working But the below tabs on Reportmanager are MISSING

    1) New Folder

    2)New Datasource

    3)Upload File

    4)Report Builder

    5)Show details

    and on the Top "Site settings" is miising

    Modified RSWebApplication.config:

    Configuration>

    UI>

    ReportServerUrl>http://sql1/abcreports

    ReportServerVirtualDirectory>

    ReportBuilderTrustLevel>FullTrust

    /UI>

    Extensions>

    DeliveryUI>

    Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider">

    DefaultDeliveryExtension>True

    Configuration>

    RSEmailDPConfiguration>

    MHTML

    /RSEmailDPConfiguration>

    /Configuration>

    /Extension>

    Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareUIControl,ReportingServicesFileShareDeliveryProvider"/>

    /DeliveryUI>

    /Extensions>

    Add Key="MaxActiveReqForOneUser" Value="20"/>

    Add Key="DisplayErrorLink" Value="true"/>

    /Configuration>

    Original RSWebApplication.config:

    Configuration>

    UI>

    ReportServerUrl>

    ReportServerVirtualDirectory>abcReporserver

    ReportBuilderTrustLevel>FullTrust

    /UI>

    Extensions>

    DeliveryUI>

    Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider">

    DefaultDeliveryExtension>True

    Configuration>

    RSEmailDPConfiguration>

    DefaultRenderingExtension>MHTML

    /RSEmailDPConfiguration>

    /Configuration>

    /Extension>

    Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareUIControl,ReportingServicesFileShareDeliveryProvider"/>

    /DeliveryUI>

    /Extensions>

    Add Key="MaxActiveReqForOneUser" Value="20"/>

    Add Key="DisplayErrorLink" Value="true"/>

    /Configuration>

    please advice me what to do to get the above missing options in Report Manager?

    Note: I just removed the < symbol from the start of the line because my post is not coming properly

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply