Hi,
I am getting error while installing MBAM on SCCM - i am able to access SQLReportingtingServer installed on MBAM server using url on SCCM server
EVent viewer gives this error
Unexpected configurator error.
Description:
Exception thrown from feature provider.
Exception:
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The report server has encountered a configuration error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetPermissions(String Item, String[]& Permissions)
at Microsoft.ReportingServices.WebServer.ReportingService2005.GetPermissions(String Item, String[]& Permissions)
at Microsoft.Mbam.Setup.Common.CmIntegration.Implementors.CmReportingServicesManager.HandleSoapException(SoapException e, Boolean handle)
at Microsoft.Mbam.Setup.Common.CmIntegration.Implementors.CmReportingServicesManager.GetPermissions(IReportingServicesProxyWrapper serviceProxy, String existingParentFolder)
at Microsoft.Mbam.Setup.Common.CmIntegration.Implementors.CmReportingServicesManager.HasPermissions(ReportingServicesInformation reportingServicesInfo, String[] permissions)
at Microsoft.Mbam.Setup.Common.CmIntegration.Implementors.CmConfigurationReader.UserHasCmReportsPermissions(String ssrsInstanceName, String ssrsRemoteServerName)
at Microsoft.Mbam.Setup.Common.CmIntegration.CmPrerequisitesManager.CheckUserCmReportsPermissions()
at Microsoft.Mbam.Setup.Common.ActionItem.Run()
at Microsoft.Mbam.Setup.Common.PrereqCheckAction.Run()
at Microsoft.Mbam.Setup.Common.ActionItemQueue.Run()
at Microsoft.Mbam.Setup.Common.CmIntegration.CmIntegrationProvider.CheckPrereqs(IProgress`1 progress, CancellationToken cancellationToken, CmIntegrationConfiguration configuration)
at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.<>c__DisplayClass34`1.<InvokeAsync>b__33()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.<InvokeAsync>d__36`1.MoveNext()