You are not logged in.
Pages: 1
Hello,
I'm trying to use the httpauthexport feature to no avail. Here is what I have setup.
URL: http://SERVER/reportserver/reportserver/httpauthexport?key=customervariant&format=json&username=YYY&password=ZZZ
(SERVER, YYY, ZZZ are all placeholders, obviously.)
httpauthexecute.cf
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<servlet>
<httpauthexecute>
<username>YYY</username>
<password>ZZZ</password>
<registered>
<ids>63</ids>
<keys>customervariant</keys>
</registered>
<executeuser>
<id>5</id>
</executeuser>
</httpauthexecute>
</servlet>
</configuration>
I've tried a few different users, but to no avail. When I try to go to the URL it redirects me to the main login page. Is there a setting or permission I need to adjust somewhere?
Thanks in advance!
Offline
Hi,
first guess. Did you reload the config after changing it? That is, open the terminal (CTRL+ALT+T) and call "config reload"?
Cheers
Arno
Offline
I reloaded the config and it's still not working for me. Any other suggestions?
Offline
Hi,
sorry, I missed this, but your URL is not correct. It should be user not username. That is
http://SERVER/reportserver/reportserver/httpauthexport?key=customervariant&format=json&user=YYY&password=ZZZ
Cheers,
Arno
Offline
Pages: 1