You are not logged in.
I'm having an issue when attempting to login with a user and password with httpauthexport.
When using reportexport, it works:
/reportserver/reportserver/reportexport?id=111255&format=html&p_StartDate=2016-11-15&p_EndDate=2016-11-27
When using httpauthexport with this url, I get a 500 error:
/reportserver/reportserver/httpauthexport?id=111255&format=html&user=test&password=test&p_StartDate=2016-11-15&p_EndDate=2016-11-27
net.datenwerke.security.service.authenticator.exceptions.AuthenticatorRuntimeException: No user logged in
net.datenwerke.security.service.authenticator.AuthenticatorServiceImpl.logoffUserInThread(AuthenticatorServiceImpl.java:123)
My xml file looks like
and my user is id 6:
Any ideas?
Last edited by devtheweb (2016-11-29 20:27:12)
Offline
Does it look like all my settings are correct? I can't seem to avoid this error no matter what I change.
Offline
Hi devtheweb,
first guess: did you reload the config cache? For this open the ReportServer Terminal: In your browser press ctrl+alt+t, then type "config reload".
Offline
And: which reportserver version are you using? If 3.0 please note:
https://reportserver.net/en/guides/conf … sing-URLs/
"The old httpauthexec functionality was replaced in ReportServer 3.0. See the Administration Guide for further information on how to make reports available via the URL without login."
Her ist the link to the section in the admin guide: https://reportserver.net/en/guides/admi … a-the-URL/
Offline
Thank you edulid, that did it! I was using report server 3.0 and referring to the wrong documentation. Works perfectly!
Offline