all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

Accessing Reports



Accessing Reports mistybrian
1/6/2005 8:11:05 PM
sql server reporting services: My host provides access to Report Manager and Report Server with the same
login and password for my SQL Server. For obvious security reasons, I do
not want to pass these out to my client to access their reports. My host
has mentioned consuming the report and using the "credentials" properties to
pass the login info to the Report Server.

I have not learned enough about .NET to understand how to do this, as I am
still use classic ASP for many applications, so this is Greek to me. I was
hoping
this would be easy to do and if someone could point me in the right
direction.

Thanks so much,

Brian

Re: Accessing Reports Jeff A. Stucker
1/6/2005 10:30:59 PM
What your host is suggesting is very difficult to do. It requires creating
a separate web page that gets a report using SOAP and streams back the
report HTML (and, separately, the images, because the browser will ask for
them separately).

Direct URL access to the ReportServer is the easiest way to handle it, and
yes, it's a good idea to have a different user name and password for that
operation.

--
Cheers,

'(' Jeff A. Stucker
\

Business Intelligence
www.criadvantage.com
--------------------------------------
[quoted text, click to view]

Re: Accessing Reports mistybrian
1/7/2005 5:55:01 PM
Thanks for that information, Jeff. I hoped there would be a simple solution,
but I suppose my host is assuming that everyone is a .NET developer and could
do this with ease.

Thanks,

Brian



[quoted text, click to view]
AddThis Social Bookmark Button