Lync - Deploy Monitoring Server Reports Wizard - Unauthorized

Hello,

When installing Monitoring Server Reports Wizard, I encounter the following error:

> Deploying Monitoring Server Reports... This might take a few minutes.The Monitoring Server is using SQL instance "<MonitoringBackEnd>".The data source is using SQL instance "<MonitoringBackEnd>".The following URL will be used for deployment:<ReportingServer> Server logon credentials for "<UserName>" already exist. Use the existing logon credentials."[QoEMetrics]" role "[ReportsReadOnlyRole]" has already assigned to "<UserName>"."[LcsCDR]" role "[ReportsReadOnlyRole]" has already assigned to "<UserName>".Start to deploy reports...The request failed with HTTP status 401: Unauthorized.An error occurred when deploying Monitoring Server Reports. For details, see the log.

Unfortunatly, no log file to access.

The account installing has full Admin Rigths on both servers + SysAdmin Rights on the database. The Reporting instances are running on a different SQL server then the SSRS insance. I'm running the setup on the Monitoring Server.

Does anybody know how to solve this?

Regards,

Dries

March 23rd, 2011 6:12pm

Hi

Struggled with the same issue. I ended up doing the installation of the reports directly on the sql server. But i think it also was a problem with the AD user i used as sql reporting service account and that it didnt have enough access in ad so it was unable to authenticate users..

Regards
Jonatan

Free Windows Admin Tool Kit Click here and download it now
March 29th, 2011 9:57am

Same here...ended up installing directly on SQL... :-(

Anyone from MS have any tips?

Christian

April 8th, 2011 2:15pm

Did you solve this? I´m facing a similar issue.

Best regards, Daniel
Free Windows Admin Tool Kit Click here and download it now
April 12th, 2011 10:45pm

Well, only with the workaround mentioned above...

Christian

 

April 12th, 2011 10:49pm

ok, thanks. I don´t want reporting services running on a SQL cluster node since reporting services isnt  cluster aware.

The technet documentation on monitoring deplyment is rather thin.

Br, Daniel

Free Windows Admin Tool Kit Click here and download it now
April 12th, 2011 10:57pm

I finally solved this. It's stupid simple: install a separate Instance of SQL Server and it works...

Christian

April 21st, 2011 9:49pm

I manged to solve the problem by uninstalling all SQL compontents on my monioring server, and reinstalling.

Works great but I´m not certain of why..this is my configuration

server09: SQL 2008 DB instance (clustered) with databases for reporting services, monitoring and
server10: Lync monitoring server with SQL 2008 reporting services

reporting services on server10 is running using network service account (built in) and connects to DB server09 using AD service account that has SQL priviliges and is local admin on server10.

With this setup I could publish the reports successfully.

 

 

Free Windows Admin Tool Kit Click here and download it now
May 4th, 2011 11:19am

The technet documentation on monitoring deplyment is rather thin

Keep sending feedbacks on the relevant pages using the included URL, maybe they will put effort into making those articles a lot more useful! Otherwise it may remain as useless and incomplete as it is currently :(
June 1st, 2011 3:46pm

Have a look at below Lync monittoring server deployment guide,

http://www.mytricks.in/2011/07/step-by-step-guide-to-deploying.html

 

:)

Free Windows Admin Tool Kit Click here and download it now
July 30th, 2011 11:30pm

I have a SQL 2008 R2 SP1 Enterprise cluster. I wanted to deploy the reporting Services to the Monitoring server. I also created an internal certificate during the deployment for the web service. I received the same error on the Monitoring server during the reports deployment and found that I COULD access the URLs ofhttps://server.domain.com/ReportServer andhttp://server.domain.com/ReportServer remotely. I tried the URLs locally on the server and I kept getting prompts for authentication over and over after entering them correctly. I knew I remembered seeing this somewhere else. I did a search and found this page:http://thetazblog.taznetworks.com/2006/03/crm-30-sbe-sql-reporting-error.html. I followed the instructions to DisableLoopbackCheck.

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.

After a restart I attempted adding the reports and they succeeded. WOOHOO!!! 3 hours of my life I can never get back!

I read that the Reporting Services are not cluster aware which is why I did not place it on the SQL cluster.

I also adjusted IE security on my local machine to "Automatic logon with current user name and password" so I no longer was prompted to login.

 FYI... I also had to add local firewall rules for 80 and 443 as IIS is not used so it is not added automatically.  I also forgot to intially add the DNS record for my internal certificate which caused an error during the reports deployment.  I also updated SQl 2008 Express to 2008 R2 SP1 to match the SQL 2008 R2 SP2 Enterprise Cluster before I installed the reports.  I also used IIS from my FE server to generate the certificate as IIS was not installed on the monitor server.  I then exported it from the FE server and imported it to the Monitor server. 

Mike Niccum

 





December 22nd, 2011 2:38am

Running the following commands in PowerShell on the SQL server resolved it for me.

New-NetFirewallRule -DisplayName HTTP -Direction Inbound Protocol TCP LocalPort 80 -Action allow
New-NetFirewallRule -DisplayName SSL -Direction Inbound Protocol TCP LocalPort 443 -Action allow

Otherwise try some of the other ports listed in this blog: http://ryanmangansitblog.wordpress.com/2013/05/01/powershell-script-for-sql-firewall-rules/

Free Windows Admin Tool Kit Click here and download it now
July 18th, 2013 3:34pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics