custom forms authentication sample - Where to Call LogonUser from?
I'm attempting to implement the custom forms authentication sample on SSRS 2008 R2, and am having problems. I am getting the username from a 3rd party ISAPI extension, so I don't even need the custom forms database, etc. But all the calls to LogonUser(userName, pwd, null); fail- it keeps throwing the "Authorization ticket not received by LogonUser" error. Which webservice should I be hitting? The calls fail to : svc.Url = "http://<servername>/reportserver/reportexecution2010.asmx"; but they work against " svc.Url = "http://<servername>/reportserver/reportexecution2005.asmx";" Thanks! Chris
June 20th, 2011 3:48pm

Hi Chris, From your information, when you attempt to login in, it will result in an error message "Authorization ticket not received by LogonUser". This issue occurs because of an error in SQL Server 2008 R2 Reporting Services. The fix for this issue was first released in Cumulative Update 3. For more information about how to obtain this cumulative update package for SQL Server 2008 R2, click the following article number to view the article in the Microsoft Knowledge Base: 2261464 (http://support.microsoft.com/kb/2261464/ ) Cumulative update package 3 for SQL Server 2008 R2 For more information about FIX: Forms-based authentication does not work in SQL Server 2008 R2 Reporting Services, please see: http://support.microsoft.com/kb/2283036 For more information about Security Extension Sample, please see: http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008%21Security%20Extension%20Sample&referringTitle=Home Thanks, Challen FuPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2011 9:55pm

Hi Chris, From your information, when you attempt to login in, it will result in an error message "Authorization ticket not received by LogonUser". This issue occurs because of an error in SQL Server 2008 R2 Reporting Services. The fix for this issue was first released in Cumulative Update 3. For more information about how to obtain this cumulative update package for SQL Server 2008 R2, click the following article number to view the article in the Microsoft Knowledge Base: 2261464 (http://support.microsoft.com/kb/2261464/ ) Cumulative update package 3 for SQL Server 2008 R2 For more information about FIX: Forms-based authentication does not work in SQL Server 2008 R2 Reporting Services, please see: http://support.microsoft.com/kb/2283036 For more information about Security Extension Sample, please see: http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008%21Security%20Extension%20Sample&referringTitle=Home Thanks, Challen FuPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
June 20th, 2011 9:55pm

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

Other recent topics Other recent topics