|
| Custom security extension - LogonUser not called. |
 |
Thu, 27 Apr 2006 15:22:26 +000 |
We are implementing the SSRS 2005 custom security extension described in
http://msdn2.microsoft.com/en-us/library/ms160724.aspx. We have the sample
running, but the LogonUser method never seems to be called. Shouldn’t this
routine be called as a result of the user logging into Logon.aspx or
UILogon.aspx, which do execute?
We are still having one issue. Browsing to the Report Manager still causes this
error:
Invalid URI: The format of the URI could not be determined.
Which occurs in AuthenticationUtilties.cs at GetReportServerUrl. The variable
fullWMINamespace is:
fullWmiNamespace
"\\\\GVMSC61\\root\\Microsoft\\SqlServer\\ReportServer\\v9" string
We are using this instance of SSRS
http://server/Reports$SQL2005Instance
And I am wondering if fullWMINamespace is correct and if the URI error is
related to LogonUser not being called.
The Invalid URI error occurs unless you browse to the report server first in a
browser session. In this case both work, but Report Manager does not again
prompt for the logond.
Thanks for any help in advance.
Nickpup
nickpup@yahoo.comNOSPAM
|
| Post Reply
|
|
|
|
|
|
|
|
|
|