Reporting service error

  • I HAVE INSTALLED SQL SERVER 2005 EVAL EDITION. WHEN I type http://localhost/reports into the browser. I get the following message.

    The report server is not responding. Verify that the report server is running and can be accessed from this computer.

    Does anyone know how this can be solved?

  • Try This from http://support.microsoft.com/default.aspx?scid=kb;en-us;896861

    Method 1: Disable the loopback check

    Follow these steps:1. Click Start, click Run, type regedit, and then click OK.

    2. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

    3. Right-click Lsa, point to New, and then click DWORD Value.

    4. Type DisableLoopbackCheck, and then press ENTER.

    5. Right-click DisableLoopbackCheck, and then click Modify.

    6. In the Value data box, type 1, and then click OK.

    7. Quit Registry Editor, and then restart your computer.

    Or This

    Method 2: Specify host names

    To specify the host names that are mapped to the loopback address and can connect to Web sites on your computer, follow these steps:1. Click Start, click Run, type regedit, and then click OK.

    2. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0

    3. Right-click MSV1_0, point to New, and then click Multi-String Value.

    4. Type BackConnectionHostNames, and then press ENTER.

    5. Right-click BackConnectionHostNames, and then click Modify.

    6. In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK.

    7. Quit Registry Editor, and then restart the IISAdmin service.

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

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