Got it going, thanks to these instructions from MS. We have a dummy
user that
we use in the scenario below. (We won't be able to set security by
individual user in AS, but hopefully that will be ok. We can secure
the report)
1. Publish your report & data source from VS
2. Use Report Manager to browse to the report, click Properties
3. Click Data Sources, Choose "Credentials Stored securely in
the report server...."
4. Enter UID/PWD
5. Select "Use as Windows Credentials when connecting to the
data source" checkbox
6. *Click Apply*
7. View report again, click Properties, go back to Data Source
and make sure the changes you made have indeed been applied.
[quoted text, click to view] jhcorey@yahoo.com wrote:
> That's the conclusion I reached by experimenting -- RS and AS have to
> be on the same box. Obviously I'd love to find out I'm wrong.
>
> Kaisa M. Lindahl Lervik wrote:
> > First question:
> > Is RS installed on the same box as Analysis Services? And are both your
> > computer, RS and AS inside your domain?
> > If it is, you can set the data source on your server to use Windows (NT)
> > Integrated Security, and it will use your credentials to connect to AS.
> >
> > If they are on two different servers, you have a sligthly bigger problem on
> > your hands...
> >
> > Kaisa M. Lindahl Lervik
> > <jhcorey@yahoo.com> wrote in message
> > news:1150466195.532528.22380@y41g2000cwy.googlegroups.com...
> > > I'm getting myself very confused trying to connect to AS2005 in my own
> > > application, and I'm trying to understand how RS does it.
> > >
> > > When I create a datasource, it uses Windows Authentication to connect,
> > > but I'm not understanding how it can use my id from the RS web server.
> > > Is it using Kerberos security?
> > > (I'm thinking that is needed to to from my machine to the RS server and
> > > then to the AS server).
> > >
> > > I have a web app and I'm trying to connect using ADOMD, but the only
> > > way it's working for me right now is if I use impersonation, and I
> > > don't want to do that. Obviously RS cannot be doing this.
> > >
> > > TIA,
> > > Jim
> > >