Hi,
I followed the article, here is the error I am still recieving:
Server Error in '/REPORTSERVER' Application.
----
Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the
permission of type System.Web.AspNetHostingPermission, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
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.
Stack Trace:
[SecurityException: Request for the permission of type
System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.]
System.Type.GetType(String typeName, Boolean throwOnError) +0
System.Web.Configuration.HandlerBase.GetAndRemoveTypeAttributeInternal(XmlNode node, String attrib, Boolean fRequired, Type& val) +52
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Thanks
Eric
"Cooper" wrote:
> Try this for your error
> http://support.microsoft.com/kb/887787
>
>
>
> "ejswanson" wrote:
>
> > I need to install the sql server report service on 2 web sites on the same
> > server. The urls are www.xxxx.us and test.xxxx.us. How do I go about doing
> > this?
> >
> > I successfully installed the report service on the default web site of this
> > server, but normally it is not started. I copied the virtual directories
> > from the default site to my other sites, but I am now getting the following
> > error message:
> >
> > Security Exception
> > Description: The application attempted to perform an operation not allowed
> > by the security policy. To grant this application the required permission
> > please contact your system administrator or change the application's trust
> > level in the configuration file.
> >
> > Exception Details: System.Security.SecurityException: Request for the
> > permission of type System.Web.AspNetHostingPermission, System,
> > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
> >
> > 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.
> >
> > Stack Trace:
> >
> >
> > [SecurityException: Request for the permission of type
> > System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
> > Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.]
> > System.Type.GetType(String typeName, Boolean throwOnError) +0
> >
> > System.Web.Configuration.HandlerBase.GetAndRemoveTypeAttributeInternal(XmlNode node, String attrib, Boolean fRequired, Type& val) +52
> >
> >
> >
> > Both of these web sites already are running asp.net applications. How do I
> > resolve this issue on the websites that are not the default web site?
> >
> > If I have a test site and a production site, how do I move the reports
> > between the sites? Is the database connection site specfic?
> >
> > Thanks
> >
> > Eric
> >
> >
> >
Expand AllCollapse AllHi ejswanson,
From your descriptions, I understood that you followed KB article Q887787
but it still report the error message "The application attempted to perform
an operation not allowed by the security policy." If I have misunderstood
your concern, please feel free to point it out.
First of all, I would like to double confirm that you have download .config
files from KB article Q887787
http://download.microsoft.com/download/9/8/C/98CEED6D-3489-4504-BBB5-586B630
01CE0/887787.exe
and you have replaced your current .config files with the .config files
from the package as KB described and restart machine finally.
Secondly, are you logon the system with the privilege as local
administrator? More detailed information, I beileve, will make us closer to
the resolution.
If you have any questions or concerns, don't hesitate to let me know. We
are always here to be of assistance!
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.|||Hi Michael,
I did download the patch and installed it on the machine. I also rebooted
the machine a number of times.
Yes, I am logged on as local administrator.
Do I need to make sure that the reporting service is logged on as a local
administrator?
The particular web site that I am attempting to get reporting services
running also has another asp.net web application running in it. Would this
cause this issue? Please send me any other questions or other files that you
need in order to determine the resolution.
Thanks
Eric
"Michael Cheng [MSFT]" wrote:
> Hi ejswanson,
> From your descriptions, I understood that you followed KB article Q887787
> but it still report the error message "The application attempted to perform
> an operation not allowed by the security policy." If I have misunderstood
> your concern, please feel free to point it out.
> First of all, I would like to double confirm that you have download .config
> files from KB article Q887787
> http://download.microsoft.com/download/9/8/C/98CEED6D-3489-4504-BBB5-586B630
> 01CE0/887787.exe
> and you have replaced your current .config files with the .config files
> from the package as KB described and restart machine finally.
> Secondly, are you logon the system with the privilege as local
> administrator? More detailed information, I beileve, will make us closer to
> the resolution.
> If you have any questions or concerns, don't hesitate to let me know. We
> are always here to be of assistance!
>
> Sincerely yours,
> Michael Cheng
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================> This posting is provided "AS IS" with no warranties, and confers no rights.
>|||Eric,
A long shot. The other ASP.NET application isn't running on ASP.NET
2.0 is it?
I had a similar problem when trying (in a test situation) to run an
ASP.NET 2.0 app (RS2005) alongside an ASP.NET 1.1 app.
Andrew Watt
MVP - InfoPath
On Thu, 7 Apr 2005 04:23:02 -0700, ejswanson
<ejswanson1@.community.nospam> wrote:
>Hi Michael,
>I did download the patch and installed it on the machine. I also rebooted
>the machine a number of times.
>Yes, I am logged on as local administrator.
>Do I need to make sure that the reporting service is logged on as a local
>administrator?
>The particular web site that I am attempting to get reporting services
>running also has another asp.net web application running in it. Would this
>cause this issue? Please send me any other questions or other files that you
>need in order to determine the resolution.
>Thanks
>Eric
>"Michael Cheng [MSFT]" wrote:
>> Hi ejswanson,
>> From your descriptions, I understood that you followed KB article Q887787
>> but it still report the error message "The application attempted to perform
>> an operation not allowed by the security policy." If I have misunderstood
>> your concern, please feel free to point it out.
>> First of all, I would like to double confirm that you have download .config
>> files from KB article Q887787
>> http://download.microsoft.com/download/9/8/C/98CEED6D-3489-4504-BBB5-586B630
>> 01CE0/887787.exe
>> and you have replaced your current .config files with the .config files
>> from the package as KB described and restart machine finally.
>> Secondly, are you logon the system with the privilege as local
>> administrator? More detailed information, I beileve, will make us closer to
>> the resolution.
>> If you have any questions or concerns, don't hesitate to let me know. We
>> are always here to be of assistance!
>>
>> Sincerely yours,
>> Michael Cheng
>> Microsoft Online Partner Support
>> When responding to posts, please "Reply to Group" via your newsreader so
>> that others may learn and benefit from your issue.
>> =====================================================>> This posting is provided "AS IS" with no warranties, and confers no rights.
>>|||Unfortunately not. Both sites are asp.net 1.1.
Thanks
Eric
"Andrew Watt [MVP - InfoPath]" wrote:
> Eric,
> A long shot. The other ASP.NET application isn't running on ASP.NET
> 2.0 is it?
> I had a similar problem when trying (in a test situation) to run an
> ASP.NET 2.0 app (RS2005) alongside an ASP.NET 1.1 app.
> Andrew Watt
> MVP - InfoPath
> On Thu, 7 Apr 2005 04:23:02 -0700, ejswanson
> <ejswanson1@.community.nospam> wrote:
> >Hi Michael,
> >
> >I did download the patch and installed it on the machine. I also rebooted
> >the machine a number of times.
> >
> >Yes, I am logged on as local administrator.
> >
> >Do I need to make sure that the reporting service is logged on as a local
> >administrator?
> >
> >The particular web site that I am attempting to get reporting services
> >running also has another asp.net web application running in it. Would this
> >cause this issue? Please send me any other questions or other files that you
> >need in order to determine the resolution.
> >
> >Thanks
> >
> >Eric
> >
> >"Michael Cheng [MSFT]" wrote:
> >
> >> Hi ejswanson,
> >>
> >> From your descriptions, I understood that you followed KB article Q887787
> >> but it still report the error message "The application attempted to perform
> >> an operation not allowed by the security policy." If I have misunderstood
> >> your concern, please feel free to point it out.
> >>
> >> First of all, I would like to double confirm that you have download .config
> >> files from KB article Q887787
> >> http://download.microsoft.com/download/9/8/C/98CEED6D-3489-4504-BBB5-586B630
> >> 01CE0/887787.exe
> >>
> >> and you have replaced your current .config files with the .config files
> >> from the package as KB described and restart machine finally.
> >>
> >> Secondly, are you logon the system with the privilege as local
> >> administrator? More detailed information, I beileve, will make us closer to
> >> the resolution.
> >>
> >> If you have any questions or concerns, don't hesitate to let me know. We
> >> are always here to be of assistance!
> >>
> >>
> >> Sincerely yours,
> >>
> >> Michael Cheng
> >> Microsoft Online Partner Support
> >>
> >> When responding to posts, please "Reply to Group" via your newsreader so
> >> that others may learn and benefit from your issue.
> >> =====================================================> >>
> >> This posting is provided "AS IS" with no warranties, and confers no rights.
> >>
> >>
>|||Hi Eric,
It seems strange so that please collect the following information in a
zipped file and send to me direcly v-mingqc@.online.microsoft.com (please
remove 'online' as it is only for SPAM)
1. Send me these two configuration files
%ProgramFiles%\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\rssrvpolicy.config
%ProgramFiles%\Microsoft SQL Server\MSSQL\Reporting
Services\ReportManager\rsmgrpolicy.config
2. Send me Reporting Services Error Logs
Additionally, please let me know whether Reporting Services works fine
before or it fails with this error message right after the installation?
Last but not the least, please understand that this issue might tend to be
very complex and hard to troubleshoot in newsgroups. If you need further
assistance, I recommend that you open a Support incident with Microsoft
Customer Service and Support (CSS) so that a dedicated Support Professional
can work with you in a more timely and efficient manner. If you need any
help in this regard, please let me know.
For a complete list of Microsoft Customer Service and Support phone
numbers, please go to the following address on the World Wide Web:
<http://support.microsoft.com/directory/overview.asp>
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.|||Thanks, I will call ms support.
"Michael Cheng [MSFT]" wrote:
> Hi Eric,
> It seems strange so that please collect the following information in a
> zipped file and send to me direcly v-mingqc@.online.microsoft.com (please
> remove 'online' as it is only for SPAM)
> 1. Send me these two configuration files
> %ProgramFiles%\Microsoft SQL Server\MSSQL\Reporting
> Services\ReportServer\rssrvpolicy.config
> %ProgramFiles%\Microsoft SQL Server\MSSQL\Reporting
> Services\ReportManager\rsmgrpolicy.config
> 2. Send me Reporting Services Error Logs
> Additionally, please let me know whether Reporting Services works fine
> before or it fails with this error message right after the installation?
> Last but not the least, please understand that this issue might tend to be
> very complex and hard to troubleshoot in newsgroups. If you need further
> assistance, I recommend that you open a Support incident with Microsoft
> Customer Service and Support (CSS) so that a dedicated Support Professional
> can work with you in a more timely and efficient manner. If you need any
> help in this regard, please let me know.
> For a complete list of Microsoft Customer Service and Support phone
> numbers, please go to the following address on the World Wide Web:
> <http://support.microsoft.com/directory/overview.asp>
>
> Sincerely yours,
> Michael Cheng
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================> This posting is provided "AS IS" with no warranties, and confers no rights.
>|||Hi Eric,
Thanks for your understanding and cooperation, If you have any questions or
concerns on SQL Server next time, don't hesitate to let me know. We are
always here to be of assistance!
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Wednesday, March 7, 2012
Report Server Installation Issue
Labels:
application,
article,
database,
error,
exception,
installation,
microsoft,
mysql,
oracle,
recieving,
report,
reportserver,
security,
server,
sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment