Reporting Services Login Box always prompting when deploying my report

  • i have facing the problem and get resolved after changing TargertServerURL from http://servername/reports

    to

    http://servername/reportserver.

    happy SSRS.

  • Hi All,

    I have got the same problem.I have found the solution for this issue. After following all the suggestions in this thread nothing got fixed, but I did the following and it had solved the issue.

    In the encryption keys page of the reporting services utility, hit the "Delete encrypted content" button which will clear all your encryption keys which are used for your reporting services. And then try to debug your reports in BIDS. After doing this, if you wish to have the strong key encryption add an other .snk file and add it to your RS.

    Hope this will help you..

  • 😀 Have read all solution but non impresed me like mine below

    it simples go to the web server service url link at report configuration tool start>programfile> microsoft sql2008 > report configuration manager. add username and role for ur system/domain account.

    at BIDS

    Give Targetdatasourcefolder appropiate name like your : projname/datasources

    Targetreportfolder :projname

    targetServerurl: like the link on the report config tool.:cool:

  • Hi After you have followed all the steps needed for deploying reports and configuring reports.

    Check if IIS is enabled or not.

    This should be installed.

    And the other thing is i feel you are using mozilla firefox.

    Try using IE-internet explorer.

    Hope this will solve ur problem.

  • Try using IE rather than firefox

  • gopa_2549 (2/8/2011)


    Hi After you have followed all the steps needed for deploying reports and configuring reports.

    Check if IIS is enabled or not.

    This should be installed.

    And the other thing is i feel you are using mozilla firefox.

    Try using IE-internet explorer.

    Hope this will solve ur problem.

    I am confused this thread is for SSRS 2005 which you cannot install without IIS installed and Windows Authentication enabled.

    Kind regards,
    Gift Peddie

  • Chad Crawford (1/7/2010)


    Thanks guys! I had this same issue again today and couldn't figure out what I had done last time to fix it. Your posts put me on the right track. You need the Web Service URL (not the Report Manager URL in the TargetServerURL property and any subfolders you want your report in go in the TargetReportFolder field, not appended to the TargetServerURL. Whew!

    Thanks,

    Chad

    I have been having this issue since last night and trolled the whole internet and this explanation by Chad (above) is what it takes to resolve the issue. Just grab the Web Service URL (as it is in the configuration manager) and paste it in the TargetServerURL property. Do NOT use the Report Manager URL.

    thanks Chad and all the other subsequent posts that emphasised that thats the right solution.:-)

  • Hi,

    Me too faced the same problem while deploying the report. Then i overcame it.

    Try the following steps which i did to solve this issue.

    1. Open Reporting service configuration manager from configuration tools

    2. then Click report manager url

    3.U can find default url in it. something like http://pp:8080/Reports

    4. Use this url in TargetServerURL & ReportServer instead of Reports (dont give http://localhost/.......)

    5. Now start to deploy.

    if deployed successfully,but couldn't run through browser directly means.

    just run thru the URL which u find under Reporting service configuration manager 🙂

    Rgrds,

    Priya

  • Try enabling intranet settings in IE.

  • Remove RSWindowsNegotiate from the RsReportServer.config file and stop/start on the SSRS service using the Reporting Services Configuration Manager. This will leave RSWindowsNTLM in the config file, and will enaforce NTLM authentication for the report server

    <Authentication>

    <AuthenticationTypes>

    <RSWindowsNTLM/>

    </AuthenticationTypes>

    <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>

    <RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>

    <EnableAuthPersistence>true</EnableAuthPersistence>

    </Authentication>

  • Hi rachellebs,

    By any chance did you resolve the issue, I am also having same issue 🙁

  • Thaks Mark it really worked.......

    🙂

    :hehe:

    :Wow:

  • @aj Reddy just try to change the url from

    http:\\servername\Reports

    to

    http:\\servername\ResportServer

Viewing 13 posts - 61 through 72 (of 72 total)

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