I must have inadvertently "touched" something in my configuration, but I
don't know what, or how to fix it. Here's what's happening:
1) Running Windows XP Professional, ISS, SQL Server 2000, Reporting Services
2000 SP2. All are installed on my laptop and have been running normally for
over a year.
2) I am logged in to my machine as Administrator.
3) When I try to open Report Manager via http://localhost/Reports, I get the
prompt
"Enter username and password for "" at http://localhost".
I enter "Administrator", then the password as usual.
4) Normally, Report Manager then opens up. However, now, I can't get past
this dialog! It immediately gives me the same prompts again, and again, and
again...
5) I have tried every user and password on this machine. I have reset the
Admin password and tried again. I have rebooted many times.
6) The IIS Security settings are the same everywhere: Integrated Windows
Authentication, NO anonymous access. This is set:
* At the Web Sites level
* At the Default Web Site level
* At the Reports virtual directory
* At the ReportServer virtual directory
===================
Hope you can help! I am completely locked out. (How can IIS not allow THE
ADMINISTRATOR access?)
Thanks,
C17Problem solved -- it's something to do with the HTTP Keep-Alive property.
In IIS, if you go to the Default Web Site, and un-check the "HTTP
Keep-Alive" property, you will experience the bizarre problem of being
locked out of your own machine, even as Administrator.
If you check the property, all is well.
--C17
Showing posts with label own. Show all posts
Showing posts with label own. Show all posts
Friday, March 30, 2012
Wednesday, March 7, 2012
Local Report Export to CSV
Hi
dose anyone have any idea of how to use or create my own Export to csv in a local report meaning without using the Report server like we have in the Render method of LocalReport only 3 possibilities PDF,Excel,Image i won to be able to render to csv is it possible dose anyone know how to do that?
Thanks
If you are using Visual Studio 2005, check if there is an entry for CSV Extension in RSReportDesigner.config file under C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies. Also check if Visible is not set to False for <Extension Name="CSV"> xml tag.
Otherwise, what do you mean by LocalReport, what is the format of that report?
Shyam
Subscribe to:
Posts (Atom)