Showing posts with label localhost. Show all posts
Showing posts with label localhost. Show all posts

Thursday, March 8, 2012

Access to RSReportServer.config is denied

Dear All,

i am a new in the SSRS , and i face a problem when i try the link http://localhost/reportserver

an error message appear as the following

The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError)

Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RSReportServer.config' is denied

(i am accessing my PC with a user that under domain differ from my local domain i dont know that if the information help or not )

i dont know what i do , but i excepect someone answer me soon.

Best wishes and sorry for the long talking

Maylo

http://prologika.com/CS/blogs/blog/archive/2007/07/12/ssrs-setup-woes.aspx

|||

About the Question i had asked ,

i found its solution and know what was the problem,

so i like to share it with You all ,

all i have done is setting the Reporting Services Configuration that was need to be configure

you can find it in the following path:

from the start menu ==> All program ==>Microsoft SQL Server 2005 ==>Configuration Tools ==>Reporting Services Configuration

in my case most of the configration Was invalid and not configure right so i Reconfigure it and then everything is great after that.

Regards,

Maylo

Saturday, February 25, 2012

Access returns blank results on localhost

I am running a sql query against a access database and when I run it under localhost or from a access query it does not return any records However if I run the same query using something like table editor or run the same query with the same page on the server it returns a full recordset.

Here is the query if that might help:

SELECT * FROM Rings WHERE Date Like '" & mid(Date,1,Instr(Date, "/")-1) & "%" & mid(Date,InstrRev(Date, "/")+1) & "' and Display = True ORDER BY Date Desc, ID Desc

Any help is greatly appreciated.
Thanks
-ScottDifferent dates?

-PatP|||I am trying to select all records from the current month from the db. Basically a new uploads list for users that will select all records for the current month and year but as I said does not return anything when run locally.

When the query runs it looks something like this:

SELECT * FROM Rings WHERE Date Like '11%2004' and Display = True ORDER BY Date Desc, ID Desc

Thursday, February 9, 2012

Access denied reports on http://localhost/Reports/

When I access report on:
http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fWebCast1%2fLoanMatrix
I got error as follow:
You are not authorized to view this page
But I could acess report on http://localhost/ReportServer OK.
Notes: After everything installed, we changed the computer name from
Server02 to Dev01. And I noticed the IUSR_Server02 exists instead IUSRDev01.
Thanks,
CulamUse Enterprise Manager to add IUSRDev01 to the ReportServer
and ReportServerTempDB databases' Users, granting it the same
permissions as those of the IUSR_Server02 account.
Then delete the old account.
GeoSynch
"culam" <culam@.discussions.microsoft.com> wrote in message
news:8774E79E-5252-4EE2-8C88-EBD2E66032BC@.microsoft.com...
> When I access report on:
> http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fWebCast1%2fLoanMatrix
> I got error as follow:
> You are not authorized to view this page
> But I could acess report on http://localhost/ReportServer OK.
> Notes: After everything installed, we changed the computer name from
> Server02 to Dev01. And I noticed the IUSR_Server02 exists instead IUSRDev01.
> Thanks,
> Culam

Access Denied Error while Configuring

Hi,

I Installed SQL Reporting Developer edition on Windows 2000 Server.

After Installation, While Typing the Path http://localhost/Reports on the Browser, I am getting

Access to the Path "C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\Reportmanager\bin" is denied Error.

What could be the Problem?

The User your IIS is running with doesn′t have access to the binary directory for the Resporting Server bin files. So either chnage your IIS Web Server account to a service account that has access to the bin files, or grant the already used account access to the directory.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de