Hi,
I've created a fairly simple custom data provider for Reporting Services.
It works perfectly in the designer.
However, although I've set the credentials to "no credentials", once I
deploy the report to the report server, it asks me for a "Log in Name" and
"Password". I can fill in whatever I like, it accepts it, and shows the
report as expected.
Any idea why the "Log in Name" and "Password" is displayed, and how I can
get rid of it ?
Thanks a lot,
FilipFilip,
When a data source is deployed the credential option is changed to prompt
the user. I believe this is for security reasons to prevent accidental
omission to change the credentials from development to production. To fix
this, access the Data Source tab in the Report Manager to the report and
change it back to "Credentials are not required".
--
Hope this helps.
----
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
----
"Filip" <Filip@.discussions.microsoft.com> wrote in message
news:EE99B8C6-465F-417B-BA29-8CA286A83354@.microsoft.com...
> Hi,
> I've created a fairly simple custom data provider for Reporting Services.
> It works perfectly in the designer.
> However, although I've set the credentials to "no credentials", once I
> deploy the report to the report server, it asks me for a "Log in Name" and
> "Password". I can fill in whatever I like, it accepts it, and shows the
> report as expected.
> Any idea why the "Log in Name" and "Password" is displayed, and how I can
> get rid of it ?
> Thanks a lot,
> Filip
>
Showing posts with label provider. Show all posts
Showing posts with label provider. Show all posts
Friday, March 30, 2012
Wednesday, March 7, 2012
Log Data wrongly "redirected" To Master.dbo.sysdtslog90
I have been using the SSIS Log Provider for SQL Server quite a lot this year with little to no problems. Recently however as I edit or create packages the logging seems to keep going to the master.dbo.sysdtslog90 table as opposed to the [db].dbo.sysdtslog90 as setup in the package. I tried totally deleting the connection from the package and recreating and still had the problem.
Is there some setting on the SQL server itself that can cause this? Our "dba" likes to make changes without letting anyone know about them.
Any ideas?
I've been doing some testing and I went ahead and tried to send the logging to a different db (used existing connection from another project) and lo and behold it works fine - went to existing db from another project. So my question is why would logging go to the master db on a connection that performs everything fine (on the correct db) for all tasks in the package? Smells like a bug to me but I can't put my finger on exactly why it's behaving that way.
Subscribe to:
Posts (Atom)