Showing posts with label folder. Show all posts
Showing posts with label folder. Show all posts

Monday, March 12, 2012

Report Manager Not Working

I am suddenly unable to access report manager :
http://localhost/ReportManager/Pages/Folder.aspx
I am getting the error :
Could not find file "C:\WINDOWS\TEMP\_cm2qpki.dll".
The name of the DLL is different each time I try, but the end result
is the same. I can't find much on this. What I did find indicates a
lack of permission. I have tried accessing it with a couple of
different accounts (both were administrators on the server) and
security methods (anonymous access w/ an admin account, integrated
windows , digest, and basic authentication). I still get the same
error. This is Windows 2003 server, and SQL 2000. Any ideas? Thanks in
advance.
EricDOH!
I must have searched the web for an hour and a half for this. As soon
as I posted this I found the solution right here on Google groups:
http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_frm/thread/9f7ef9267b35eb5c/300a9da8cb33b9f7?lnk=gst&q=Report+manager+%22could+not+find+file%22+temp&rnum=1#300a9da8cb33b9f7

Friday, March 9, 2012

Report Manager default open to sub folder

Hello, when I log onto Report Manager web server using Windows Authentication, I need this user to be directed to a default sub folder.

For example: if I have folder A and sub folder 1 and 2. I need to be able to log in and be directed to sub folder 1. I was able to set up view role and access folder A. But then I need to click on folder 1 to view / create my reports.

You can specify the folder path on the URL, so if you want someone to start in Folder1, have them use this URL:

http://localhost/Reports/Pages/Folder.aspx?ItemPath=%2fFolder1

Regards.

Report Manager buttons not working

HI there,
we just installed reporting services 2000 on our web server, and some
of the buttons like New Folder, etc do not work. When you press on
them nothing happens.
Does anyone know what would cause this?
Regards,
TomMy guess is you have enable anonymous for the website (check in IIS). If so,
then because the user is anonymous you don't have any rights to do anything,
even if you are an admin because it does not know who your are, you are
anonymous.
Hope that makes sense.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<OTSolutions@.shaw.ca> wrote in message
news:1164995767.663955.160290@.l12g2000cwl.googlegroups.com...
> HI there,
> we just installed reporting services 2000 on our web server, and some
> of the buttons like New Folder, etc do not work. When you press on
> them nothing happens.
> Does anyone know what would cause this?
> Regards,
> Tom
>|||Hi Bruce, we did not have enable anonymous for the website checked.
I also have re-registered asp .net just to be safe, any other
suggestions?
PS Thanks for the quick response.
Regards,
Tom
Bruce L-C [MVP] wrote:
> My guess is you have enable anonymous for the website (check in IIS). If so,
> then because the user is anonymous you don't have any rights to do anything,
> even if you are an admin because it does not know who your are, you are
> anonymous.
> Hope that makes sense.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> <OTSolutions@.shaw.ca> wrote in message
> news:1164995767.663955.160290@.l12g2000cwl.googlegroups.com...
> > HI there,
> >
> > we just installed reporting services 2000 on our web server, and some
> > of the buttons like New Folder, etc do not work. When you press on
> > them nothing happens.
> >
> > Does anyone know what would cause this?
> >
> > Regards,
> > Tom
> >|||My next guess is that no-one has setup roles in RS. Are you an administrator
on the server that is running RS. If not, then you need to get someone who
is or get your account added to the local administrator account on the
server. By default, local administrator group accounts have admin rights on
RS.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<OTSolutions@.shaw.ca> wrote in message
news:1165074992.191408.136430@.f1g2000cwa.googlegroups.com...
> Hi Bruce, we did not have enable anonymous for the website checked.
> I also have re-registered asp .net just to be safe, any other
> suggestions?
> PS Thanks for the quick response.
> Regards,
> Tom
> Bruce L-C [MVP] wrote:
>> My guess is you have enable anonymous for the website (check in IIS). If
>> so,
>> then because the user is anonymous you don't have any rights to do
>> anything,
>> even if you are an admin because it does not know who your are, you are
>> anonymous.
>> Hope that makes sense.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> <OTSolutions@.shaw.ca> wrote in message
>> news:1164995767.663955.160290@.l12g2000cwl.googlegroups.com...
>> > HI there,
>> >
>> > we just installed reporting services 2000 on our web server, and some
>> > of the buttons like New Folder, etc do not work. When you press on
>> > them nothing happens.
>> >
>> > Does anyone know what would cause this?
>> >
>> > Regards,
>> > Tom
>> >
>

Tuesday, February 21, 2012

Report FullPath Property

I have a report (A.rdl) with a FullPath property set to my C:\Temp folder.
The rest of my reports have a FullPath property of C:\Documents and
Settings\......... I want to permanently change the FullPath property of
report A.rdl to be the same as that of the other reports C:\Documents and
Settings\.........
With report A.rdl open in design view, I used the "Save A.rdl AS..." and
saved the report to the desired folder location. The new path displayed as
desired, I deleted the A.rdl files that remained in the C:\Temp folder, and
closed down Reporting Services. When relaunching RS, the A.rdl report file
was being requested from the old C:\Temp folder area. I restored the
deleted files from the recycle bin to correct the problem. I really need to
discover how to permanently locate this A.rdl report to a new location and
have Reporting Services look to the new location for the report file, as it
does with the other *.rdl files I have. I do not see in the report code
where a path is specified when the report opens and cannot directly edit the
FullPath Property from the property window.
Any ideas are welcome.I believe the key to this problem was using the "Save As feature..." then
rebuilding the entire solution, not just the report, top tier level of
project.
"box2003" <spambox03@.yahoo.com> wrote in message
news:O7NSH3D6EHA.796@.TK2MSFTNGP09.phx.gbl...
>I have a report (A.rdl) with a FullPath property set to my C:\Temp folder.
>The rest of my reports have a FullPath property of C:\Documents and
>Settings\......... I want to permanently change the FullPath property
>of report A.rdl to be the same as that of the other reports C:\Documents
>and Settings\.........
> With report A.rdl open in design view, I used the "Save A.rdl AS..." and
> saved the report to the desired folder location. The new path displayed
> as desired, I deleted the A.rdl files that remained in the C:\Temp folder,
> and closed down Reporting Services. When relaunching RS, the A.rdl report
> file was being requested from the old C:\Temp folder area. I restored the
> deleted files from the recycle bin to correct the problem. I really need
> to discover how to permanently locate this A.rdl report to a new location
> and have Reporting Services look to the new location for the report file,
> as it does with the other *.rdl files I have. I do not see in the report
> code where a path is specified when the report opens and cannot directly
> edit the FullPath Property from the property window.
> Any ideas are welcome.
>