# Reporting - Links are not working

# Problem

There will be times that when clicking the links in the Reporting page, it will not work.

# Resolution

Use the following list of suggestions to troubleshoot the issue:

# Check for Web Browser Console Errors

Follow these instructions to check for errors in the web browser console:

  1. In the Reporting page, right-click anywhere inside the page and choose Inspect.

    Analysis Server Troubleshooting: Inspect Web Browser

    Analysis Server Troubleshooting: Inspect Web Browser

    The Developer Tools should appear.

  2. Choose Console from the available tabs of the tool.

  3. The Console lists web browser transactions including errors.

    Analysis Server Troubleshooting: Check Web Browser Console Errors

    Analysis Server Troubleshooting: Check Web Browser Console Errors

  4. Errors in the Console may sometimes be too technical. For immediate response, send the error details to support@openit.com.

# Verify that links are valid

Follow these instructions to verify the links:

  1. Click the Edit Content link located at the upper-right corner of the content pane.

    Analysis Server Troubleshooting: Edit Reporting Links

    Analysis Server Troubleshooting: Analysis Server Troubleshooting: Edit Reporting Links

    The content pane should transform into a text editor.

  2. Verify that the links are correct and valid.

    The href of the link for View and Manage Reports should point to the Report Manager of the installed SQL Server Reporting Services (e.g. http://mnl023win/reports/).

    The onclick event of the link for Create and Modify Reports should have the value "return getHref();". It gets the link given in the hidden element at the bottom of the content pane.

  3. Save the changes if modifications are created.

    Analysis Server Troubleshooting: Reporting Links

    Analysis Server Troubleshooting: Analysis Server Troubleshooting: Reporting Links

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close