ERROR REPORTING SERVICES

08/07/2004 - 15:33 por andrey | Informe spam
HOLA

El siguiente error me sale cuando intentato correr Reporting Server de (SQL
2000 Server),
El error es por que el usuario asp.net no tiene permisos para acceder a la
carpeta /bin.

Cuando inicio el servivio de asp.net en (herramientas -> Servicios), el no
me deja iniciarlo con
el usuario IUSR_MACHINENAME en la sesion, entonces lo cambio a CUENTA DEL
SISTEMA LOCAL.

Pero entonces el usuario IUSR_MACHINENAME no esta corriendo el asp.net.

ALGUIEN A INSTALADO REPORTING SERVICES, PARA QUE ME PUEDA AYUDAR.


Server Error in '/Reports' Application.
-
-

Access to the path "C:\Archivos de programa\Microsoft SQL
Server\MSSQL\Reporting Services\ReportManager\bin" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path
"C:\Archivos de programa\Microsoft SQL Server\MSSQL\Reporting
Services\ReportManager\bin" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Preguntas similare

Leer las respuestas

#6 andrey
09/07/2004 - 15:24 | Informe spam
ESTA ES LA SOLUCION PARA INSTALAR REPORTING SERVICES


Installing RS on Windows 2000 Server that is a domain controller. RS doesn't
do the setup correctly.
-
-


The basic steps to fix the problem are

1. Grant impersonate privilege to IWAM_<machine> account (see knowledge base
article 824308). Go to domain controller security policy in administrative
tools. Click security settings -> Click local policies -> click user right
assignment. In the right pane, double click impersonate a client after
authentication. In security policy setting window, click define these policy
settings. Click add -> click browse. In select users or groups window,
select IWAM account name and click add. Then, click Ok -> Click OK -> Click
OK. At command prompt, type the following command: secedit /refreshpolicy
machine_policy /enforce. Then, type iisreset.

2. Remove IWAM_<machine> account from guest group. Go to active directory
users and computers in administrative tools. Open users folder. In right
pane, double click IWAM_<machine>. Select member of tab. Remove guest. Click
OK.

3. Reboot.

4. Run rsactivate. From command prompt, change directory to C:\Program
Files\Microsoft SQL Server\80\Tools\Binn. The run following command:
RSActivate.exe -c "c:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\RSReportServer.config" -t.

See the following link for more details
<http://msdn.microsoft.com/library/d...RSINSTALL/
htm/gs_installingrs_v1_8k82.asp> .

For now, this seems to have fixed this problem.

Chris
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una pregunta AnteriorRespuesta Tengo una respuesta
Search Busqueda sugerida