Showing posts with label login. Show all posts
Showing posts with label login. Show all posts

Friday, March 30, 2012

rsInvalidDataSourceReference-Pls help

Hello Everybody:
I have installed SQL Reporting Services for the first time using SQL Login account. After creating a Shared Data Source, and creating the report I am trying to deploy the report to the server. In the project properties I have set the TargetServerURL to http://hostweb01/ReportServer
When I try to deploy the project I get a windows pop up asking for User Name and password. I enter the username and password but the window keeps popping up. I therefore load the report from http://hostweb01/Reports
When I try to run the report I get the error.

The report server cannot process the report. The data source connection information has been deleted. (rsInvalidDataSourceReference)
Can anyone guide me what could be wrong and what should I do to correct the problem. I have stuck on this problem for hours.

Thanks,

Kapil

For the first item, when you give it a user name and password, are you giving a Windows account known by IIS? What is the security setting on your /reportserver web site (use IIS Manager)?

If you deploy manually (through Report Manager), you will need to create a new data source item (with the correct connection string) on he server before you upload the report. Afterwards, you can go to the report properties page and link the report to the data source object.

|||

Hi rahil,

u need to point the report to the datasource to solve this issue.

The datasource is shared by different reports and u need to have dependent items pointed to the datasource.

I too struggle a lot over this issue and at last found the solution.

I am giving u step by step solution for this issue.

1. go to Report Manager(http://<servername>/reports/pages/Folder.aspx)

2. Click on the Folder in which u have reports

3. U will be directed into contents tab where u will find Show Details at the right top corner

4. Click on Show Details

5. Check in the particular report and click the edit button corresponding to it

6. Go to the properties tab and click on it

7. U will find a menu on left hand side, click on Data Sources link

8. There u will find radio button selected for A share data source(by default) and a browse button.

9. Click on the browse button u will find the tree structure of the datasource and the reports folder.

10. select the datasource in the datasource folder and select OK.

by this way u will be able to point the report to the datasource.

Regards,

Vamsi Krishna Korasiga

rsInvalidDataSourceReference-Pls help

Hello Everybody:
I have installed SQL Reporting Services for the first time using SQL Login account. After creating a Shared Data Source, and creating the report I am trying to deploy the report to the server. In the project properties I have set the TargetServerURL to http://hostweb01/ReportServer
When I try to deploy the project I get a windows pop up asking for User Name and password. I enter the username and password but the window keeps popping up. I therefore load the report from http://hostweb01/Reports
When I try to run the report I get the error.

The report server cannot process the report. The data source connection information has been deleted. (rsInvalidDataSourceReference)
Can anyone guide me what could be wrong and what should I do to correct the problem. I have stuck on this problem for hours.

Thanks,

Kapil

For the first item, when you give it a user name and password, are you giving a Windows account known by IIS? What is the security setting on your /reportserver web site (use IIS Manager)?

If you deploy manually (through Report Manager), you will need to create a new data source item (with the correct connection string) on he server before you upload the report. Afterwards, you can go to the report properties page and link the report to the data source object.

|||

Hi rahil,

u need to point the report to the datasource to solve this issue.

The datasource is shared by different reports and u need to have dependent items pointed to the datasource.

I too struggle a lot over this issue and at last found the solution.

I am giving u step by step solution for this issue.

1. go to Report Manager(http://<servername>/reports/pages/Folder.aspx)

2. Click on the Folder in which u have reports

3. U will be directed into contents tab where u will find Show Details at the right top corner

4. Click on Show Details

5. Check in the particular report and click the edit button corresponding to it

6. Go to the properties tab and click on it

7. U will find a menu on left hand side, click on Data Sources link

8. There u will find radio button selected for A share data source(by default) and a browse button.

9. Click on the browse button u will find the tree structure of the datasource and the reports folder.

10. select the datasource in the datasource folder and select OK.

by this way u will be able to point the report to the datasource.

Regards,

Vamsi Krishna Korasiga

Wednesday, March 21, 2012

RS2005 - Report Scheduler Error

What does the following error mean and how do I resolve this matter?
ERROR:
'EXECUTE AS LOGIN' failed for the requested login 'NT AUTHORITY\NETWORK
SERVICE'. The step failed.I am also experencing this error when the SQL agent tries to execute the step
to run the AddEvent stored procedure which generates the report. The SQL
agent runs under a domain service account which is sa to the SQL server. It
appears that the default owner of SQL Agent jobs is NT AUTHORITY\NETWORK
SERVICE.
We also have a production server running SQL 2000 reporting services with an
identical security configuration. The jobs are invoked on this server with
no isssues.
It seems that the SQL 2005 Agent service account is unable to impersonate
the local network service.
Please advise,
"Terry" wrote:
> What does the following error mean and how do I resolve this matter?
> ERROR:
> 'EXECUTE AS LOGIN' failed for the requested login 'NT AUTHORITY\NETWORK
> SERVICE'. The step failed.
>
>

Saturday, February 25, 2012

RS asking for credentials

We have SP2 installed.
Our app uses the new viewer control.
Right now every time the app asks for a report the RS is asking to login
credentials.
Prior to today sometimes it would and sometimes it wouldn't.
We're on an intranet so anyone in the domain can run/view a report.
It seems like I've changed or missed some setting so RS doesn't as for
credentials.
Can someone point me in the rightr direction.
Thanks
Kyle!Sorry...meant SP1.
"Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
news:OPwU8qDbFHA.464@.TK2MSFTNGP15.phx.gbl...
> We have SP2 installed.
> Our app uses the new viewer control.
> Right now every time the app asks for a report the RS is asking to login
> credentials.
> Prior to today sometimes it would and sometimes it wouldn't.
> We're on an intranet so anyone in the domain can run/view a report.
> It seems like I've changed or missed some setting so RS doesn't as for
> credentials.
> Can someone point me in the rightr direction.
> Thanks
> Kyle!
>

RS and ASP.NET app integration

Hello,
How to share single Login, Application/Session state across different
ASP.NET web application and RS's ReportManger application?
Is it possible?
TIA,
KamelYou can't do application/session state between RS and your app. Makes no
sense, what are you sharing?
As far as login. Same box or different box? Integrated security or have you
implemented your own?
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"kamel" <kwiciak@.gmail.com> wrote in message
news:1159887717.120970.217640@.e3g2000cwe.googlegroups.com...
> Hello,
> How to share single Login, Application/Session state across different
> ASP.NET web application and RS's ReportManger application?
> Is it possible?
> TIA,
> Kamel
>|||One login and user data for two application is the first option to
consider for me.