I figured it out. Here is my solution to the problem.
Opened IE. Went to http://localhost/Reports
Logged in and went to the desired folder holding the report and the data
source.
When in the report manager, I opened the Shared Data Source. Here are my
settings that I changed to.
Name: DSName
Enable this data source "Checked"
Connection Type: OLE DB
Connection String: Provider=MSOLAP.2;Client Cache Size=25;Auto Synch
Period=10000;Data Source=DEV2003SQL;Initial Catalog=CubeName
Selected "Credentials stored securley in the report server"
User name: Domain\UserName
Password: password
"Checked" Used as Windows credentials when connecting to the data source
"Apply"
This solved my problem. It seems that the only thing that did it was
checking "Use as Windows credentials when connecting to the data source". I
might ask you guys why...?
-- James
"Douglas McDowell" <douglas@nospam.solidqualitylearning.com> wrote in
message news:uDVTN5dJFHA.2356@TK2MSFTNGP14.phx.gbl...
[quoted text, click to view] > That is what you get when you don't have rights to the AS datasource. Open
> Visual Studio Report Designer by right-clicking and choosing "Run as" and
> choose the same credentials you are using as stored credentials for the AS
> datasource. See if you can then preview the report, you will probably get
a
> similar error.
> --
> Douglas McDowell douglas@nospam.solidqualitylearning.com
>
>
> "James" <carbonc@carbonc.com> wrote in message
> news:e8X%231pbJFHA.3928@TK2MSFTNGP09.phx.gbl...
> >I have a stand alone win2k3 reporting services server(i.e. SQL is not on
> >the
> > box). RS SP1 is installed.
> >
> > I have a SQLRS report developed in visual studio (on the same box) that
> > runs
> > MDX against an analysis services cube. I am using the OLE DB provider
for
> > OLAP services 8.0. (Note that we had to run ptsfull.exe on the reporting
> > services server to get the pivot table service and 8.0 provider to be
> > available)
> >
> > I can successfully connect to Analysis Services and preview the report
in
> > visual studio.
> >
> > When I run the report in Report Manger, the report bombs with...
> >
> > An error has occurred during report processing. (rsProcessingAborted)
> > Get Online Help
> > Cannot create a connection to data source 'ServerNameBlahBlah'.
> > (rsErrorOpeningConnection) Get Online Help
> > Database 'CubeNameBlahBlah' does not exist.
> >
> > I have a AS database role setup that should allow the stored
> > credentials to successfully authenticate.
> >
> >
> > HELP !!!!
> >
> >
>
>