MBAM - Report Error

karthik palani 1,036 Reputation points
2020-09-20T12:35:17.593+00:00

Hi All,

I am trying to install MBAM 2.5 Sp1 standalone components, i successfully installed compliance & recovery db components. But when i try to install report i get the error below

Tried multiple steps

  • Reinstalled reporting services
  • Uninstalled and reinstalled MBAM configuration
  • Reporting services running on services.msc and reporting configuration manager as well. Confirmed by connecting via management studio

I am trying it on SQL 2017 Reporting services. Please suggest if anything i can check

25859-mbam.jpg

Windows for business Windows Client for IT Pros Devices and deployment Configure application groups
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. karthik palani 1,036 Reputation points
    2020-09-21T06:13:20.863+00:00

    Thanks Joy

    Tried above links. Seems MBAM forum is not available

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Joy Qiao 4,911 Reputation points Microsoft Employee Moderator
    2020-09-21T05:34:41.997+00:00

    Hi,

    Thank you for coming Microsoft Q&A forum.

    According to your description, we think your issue is more related with MBAM, so we would recommend to to ask for MBAM forum, you should get more related resources there.

    Microsoft Bitlocker Administration and Monitoring (MBAM) forum

    Here is a link similar with your issue, please check if it is useful for you.

    MDOP 2.5.1 setup unable to find reporting services instance name

    Bests,

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Joy Qiao 4,911 Reputation points Microsoft Employee Moderator
    2020-09-21T07:11:24.35+00:00

    Hi,

    Thank you for your remanding. I checked the forum and found it is closed on TechNet forum, but not found any related tag on this Microsoft Q&A forum.

    Before I could find related support source, we would like to help you with our best here.

    I would suggest check the upper similar link thread at first. Or we could try the following command line to delete namespace “ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v10” using below commands.

    Powershell

    import-module "<path>\pswmitoolkit.3.0.48\PSWmiToolKit.psm1"
    $WMIDEL = Get-WmiNamespace –Namespace ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v10
    Remove-WmiNamespace -Namespace $WMIDEL.FullName -Recurse -Force

    Bests,


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.