Showing posts with label services. Show all posts
Showing posts with label services. Show all posts

Friday, March 30, 2012

KPI in SQL 2005

Hello,
I search informations or a tutoriel to carry out a KPI (Key Performance
Indicator) in Analysis Services 2005.
Can you help me.
Thanks!!
NicoHi
Look in SQL 2005 Beta 2 books online. Asking this question in the betagroups
for 2005 will also help.
"pralnico" wrote:

> Hello,
> I search informations or a tutoriel to carry out a KPI (Key Performance
> Indicator) in Analysis Services 2005.
> Can you help me.
> Thanks!!
> Nicosql

KPI in SQL 2005

Hello,
I search informations or a tutoriel to carry out a KPI (Key Performance
Indicator) in Analysis Services 2005.
Can you help me.
Thanks!!
Nico
Hi
Look in SQL 2005 Beta 2 books online. Asking this question in the betagroups
for 2005 will also help.
"pralnico" wrote:

> Hello,
> I search informations or a tutoriel to carry out a KPI (Key Performance
> Indicator) in Analysis Services 2005.
> Can you help me.
> Thanks!!
> Nico

KPI in SQL 2005

Hello,
I search informations or a tutoriel to carry out a KPI (Key Performance
Indicator) in Analysis Services 2005.
Can you help me.
Thanks!!
NicoHi
Look in SQL 2005 Beta 2 books online. Asking this question in the betagroups
for 2005 will also help.
"pralnico" wrote:
> Hello,
> I search informations or a tutoriel to carry out a KPI (Key Performance
> Indicator) in Analysis Services 2005.
> Can you help me.
> Thanks!!
> Nico

KPI graphic in RS2005

Hi,
Does anybody know how to show a SS2005 KPI image in reporting services?
Thanks.You can't just show the image that you see in SSAS because it is not
streamed back. Instead, you need to load you image based on the KPI value.
The image Value property can be controlled programatically. I have a sample
project (http://prologika.com/CS/blogs/blog/archive/2005/10/05/687.aspx)
that demonstrates how you can manipulate the image source programically. It
doesn't show KPI values, but it should be able to steer you in the right
direction.
--
HTH,
---
Teo Lachev, MVP, MCSD, MCT
"Microsoft Reporting Services in Action"
"Applied Microsoft Analysis Services 2005"
Home page and blog: http://www.prologika.com/
---
"Fernando Marçal" <FernandoMaral@.discussions.microsoft.com> wrote in message
news:14EC6E85-C505-443E-B2D9-5FF923133B4C@.microsoft.com...
> Hi,
> Does anybody know how to show a SS2005 KPI image in reporting services?
> Thanks.|||Hi Teo,
Will look into it. Thanks.
"Teo Lachev [MVP]" wrote:
> You can't just show the image that you see in SSAS because it is not
> streamed back. Instead, you need to load you image based on the KPI value.
> The image Value property can be controlled programatically. I have a sample
> project (http://prologika.com/CS/blogs/blog/archive/2005/10/05/687.aspx)
> that demonstrates how you can manipulate the image source programically. It
> doesn't show KPI values, but it should be able to steer you in the right
> direction.
> --
> HTH,
> ---
> Teo Lachev, MVP, MCSD, MCT
> "Microsoft Reporting Services in Action"
> "Applied Microsoft Analysis Services 2005"
> Home page and blog: http://www.prologika.com/
> ---
> "Fernando Marçal" <FernandoMaral@.discussions.microsoft.com> wrote in message
> news:14EC6E85-C505-443E-B2D9-5FF923133B4C@.microsoft.com...
> > Hi,
> >
> > Does anybody know how to show a SS2005 KPI image in reporting services?
> >
> > Thanks.
>
>

KPI Goal Value doesn't change after filtering the date

Hello everyone,

i'm new to Analysis Services and trying to build a Data Warehouse especially for using KPIs in it. Watching the famous AdventureWorksDW example i try to use the MDX Statements likewise. I want to use a KPI just like the first in the list "Growth in Customer Base". But when using a MDX Statement for the Goal Expression like this:

Case
When [Date].[Fiscal].CurrentMember.Level Is [Date].[Fiscal].[Fiscal Year]
Then .30
When [Date].[Fiscal].CurrentMember.Level Is [Date].[Fiscal].[Fiscal Semester]
Then .15
When [Date].[Fiscal].CurrentMember.Level Is [Date].[Fiscal].[Fiscal Quarter]
Then .075
When [Date].[Fiscal].CurrentMember.Level Is [Date].[Fiscal].[Month]
Then .025
Else "NA"
End

after filtering the resultset by the "Date" Dimension -> "Fiscal" Hierarchy -> equals "FY 2004" in the KPI-Browser it just shows "NA" like it does in the AdventureWorksDW, too. Is there a way to use a similar example in AdventureWorksDW that changes the goal dependend on the Filter like my description? All other KPI examples in AdventureWorksDW the goals depend on other values already contained in the DB and not dependend on the Filter Expression used.

Unfortunately, I think that the KPI browser may be misleading because, "filtering the resultset by the "Date" Dimension -> "Fiscal" Hierarchy -> equals "FY 2004" in the KPI-Browser" is probably generating a subselect, rather than applying the condition in the where clause. Try an MDX query directly, like:

>>

select {KPIGoal("Growth in Customer Base")} on 0

from [Adventure Works]

where [Date].[Fiscal].[Fiscal Year].&[2004]

-

Growth in Customer Base Goal
0.3

>>

|||Hi Deepak,

thank's a lot for your help! That works perfectly. But my goal is to visualize the KPIs with the Business Scorecard Manager and hoped I just have to give him the cube and he visualizes it. Does the Business Scorecard Manager filter with subselects or in a where clause?

I hope you or someone else can help me out with this second point and I will be happy ...

Claudio|||

Hi Claudio,

My guess is that BSM 2005 filters with where clause, since I think that it works with AS 2000 cube as well. But you could find out for sure by tracing the MDX query from BSM to AS 2005, using SQL Profiler.

KPI design and implementation

Hi all,

I'm fairly new to analysis services and am encountering some difficulties when it comes to designing KPI's. I want these to be designed so that they may be displayed in a KPI list on Sharepoint 2007 server.

The basic premise for the simple data warehouse pilot was to present usage data for a number of customer sites split up but time etc. These sites also have a potential usage value attached to them. I'd like to implement a KPI that shows the current progress in the current month for there usage against the site's potential. A cylinder or thermometer type diagram i believe would work well to show the progress as a percentage value.

This may be to vague a description and i'm willing to elaborate further if necessary but could someone please help me understand how best to approach this?

Many thanks in advance,

Grant

Hello. First, if you have installed the SQL Server 2005 samples you will find an SSAS2005(Analysis Services) project, Adventure Works, with a lot of KPI:s in the cube editor. This is to get to know the MDX syntax for KPI:s.

To get the KPI:s to Sharepoint is not done directly. You will need a separate solution for this.

You can query and display KPI:s in Reporting Services 2005 but you will only see the values not the graphic/icons.

One option is to use Excel 2007 and construct a KPI spreadsheet report and publish it in Sharepoint. Another option is to use ProClarity Analytics platform and use their webparts for Sharepoint. Both these alternatives are not free of charge.

A third option is Microsofts Business Scorecard Server. It uses Sharepoint directly. This product and ProClarity will be included in the new Performance Point Server that will be on the market this summer.

HTH

Thomas Ivarsson

KPI Aggregation

I am new to using SQL 2005 Analysis Services and am spinning my wheels with something which is seemingly very basic. I have a view which already aggregates data into a comparison for the current month (i.e. Projected Sales, Actual Sales, Type of Sale). When I attempt to use the KPIs to simply use indicators to show which goals have been met, I'm only able to compare the grand totals of all sales and not break it down by specific Sale Type (which the table already does). How can I set things up so that the KPIs will keep the aggregations based on Sale Type instead of combining everything?

Thanks in advance!

Could you provide a more complete picture of your scenario? You mentioned a view (presumably relational?) and KPI's, but what kind of AS 2005 cube do you have in between - and does it have a "Sale Type" dimension? And are the KPI's created in the cube, or defined only in a client tool, like Proclarity or Business Scorecard Manager?|||Thanks for your reply...I have created a relational view which does all the aggregation I need. However, I haven't been able to create the "sale type" dimension successfully, it seems as though it's not a possible option even though this data is clearly pulled in the data source view. I am trying to create the KPIs directly in the cube and not using any client tools.|||So I think that the 1st step you need to take is to create a "Sale Type" dimension for the cube - you can then use it to slice cube data and KPI's by. What problems are preventing you from doing this?

Monday, March 26, 2012

killer query - limit usage ?

how do i limit SQL servers CPU usage ? (2005 express)
killer queries are slowing all other services.
mem limited already.
thanks
scottThe best thing to do is optimise the queries, use Profiler , identify the
slow ones and optimise
--
Jack Vamvas
___________________________________
Need an IT job? http://www.ITjobfeed.com/SQL
"Scott" <s@.yahoo.co.uk> wrote in message
news:O$WwN0wtHHA.292@.TK2MSFTNGP02.phx.gbl...
> how do i limit SQL servers CPU usage ? (2005 express)
> killer queries are slowing all other services.
> mem limited already.
> thanks
> scott
>|||how do i ID the problematic queries ?
thanks for reponse
scott|||must be a way to limit cpu server side too !
too much data is the prob.|||Windows 2003 has a feature called WSRM that can limit resources by app. I
guess you could limit the amount of CPU taken up by express but that would
not be the long term solution. You need to tune the database and the app
that is hitting the database so that it doesn't use too much resources in
the first place. Too much data is not an answer it is how it is being used.
But the more data and the heavier the usage the more likely that you need to
upgrade to another edition of SQL Server. Here are some links that may get
you started.
http://www.sql-server-performance.com/sql_server_performance_audit10.asp
Performance Audit
http://www.microsoft.com/technet/prodtechnol/sql/2005/library/operations.mspx
Performance WP's
http://www.swynk.com/friends/vandenberg/perfmonitor.asp Perfmon counters
http://www.sql-server-performance.com/sql_server_performance_audit.asp
Hardware Performance CheckList
http://www.sql-server-performance.com/best_sql_server_performance_tips.asp
SQL 2000 Performance tuning tips
http://www.support.microsoft.com/?id=224587 Troubleshooting App
Performance
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_perfmon_24u1.asp
Disk Monitoring
http://sqldev.net/misc/WaitTypes.htm Wait Types
--
Andrew J. Kelly SQL MVP
"Scott" <s@.yahoo.co.uk> wrote in message
news:u%23jrUgytHHA.2004@.TK2MSFTNGP03.phx.gbl...
> must be a way to limit cpu server side too !
> too much data is the prob.
>|||thanks very much for response.
all the best.
scott|||quick question. How can query optimization help my query:
select * from [table]
when my table has 5 million records.
surly the only way to sort this is to limit the cpu ?
sorry to keep posting
scott|||That query will hardly use enough CPU to measure, so limiting CPU
would not get you very far. The query is limited by disk speed for
reads and/or network speed for returning the results. I don't see any
way to throttle either one, but then I don't expect such a simple
query to cause much of a bottleneck.
Roy Harvey
Beacon Falls, CT
On Tue, 26 Jun 2007 09:04:07 +0100, "Scott" <s@.yahoo.co.uk> wrote:
>quick question. How can query optimization help my query:
>select * from [table]
>when my table has 5 million records.
>surly the only way to sort this is to limit the cpu ?
>sorry to keep posting
>scott
>|||On Jun 26, 2:04 pm, "Scott" <s...@.yahoo.co.uk> wrote:
> quick question. How can query optimization help my query:
> select * from [table]
> when my table has 5 million records.
> surly the only way to sort this is to limit the cpu ?
> sorry to keep posting
> scott
Hi, select * from [table] with 5 million records will not slow your
server down. However if you issue an update then it may slow things
down and you may need to optimize your query. You can also restrict
access to large tables if that solves the problem.|||Keeping in mind the things already said about your query why would you do
something like that in the first place? What are you going to do with all
the columns and all the 5 million rows? A human certainly isn't going to
make sense of that much data. If you only need a few of them you need to add
a proper WHERE clause and indexes to support it.
--
Andrew J. Kelly SQL MVP
"Scott" <s@.yahoo.co.uk> wrote in message
news:%23vpOve8tHHA.4612@.TK2MSFTNGP04.phx.gbl...
> quick question. How can query optimization help my query:
> select * from [table]
> when my table has 5 million records.
> surly the only way to sort this is to limit the cpu ?
> sorry to keep posting
> scott
>|||very good point Andrew, sorry for being a little dim.
i read something about a READ ONLY option 2 which is supposed to speed up
queries.
Thanks for your time, great help
Scott|||Not sure what you mean by option2 but if you place the filegroup or database
in read only mode sql server will not take out any locks when you read it
since it knows no one can change it while you read. If no one is making
changes you can also use the READ UNCOMMITED isolation level to achieve the
same end results.
--
Andrew J. Kelly SQL MVP
"Scott" <s@.yahoo.co.uk> wrote in message
news:O5L%23RnkuHHA.3544@.TK2MSFTNGP03.phx.gbl...
> very good point Andrew, sorry for being a little dim.
> i read something about a READ ONLY option 2 which is supposed to speed up
> queries.
> Thanks for your time, great help
> Scott
>

killer query - limit usage ?

how do i limit SQL servers CPU usage ? (2005 express)
killer queries are slowing all other services.
mem limited already.
thanks
scottThe best thing to do is optimise the queries, use Profiler , identify the
slow ones and optimise
Jack Vamvas
___________________________________
Need an IT job? http://www.ITjobfeed.com/SQL
"Scott" <s@.yahoo.co.uk> wrote in message
news:O$WwN0wtHHA.292@.TK2MSFTNGP02.phx.gbl...
> how do i limit SQL servers CPU usage ? (2005 express)
> killer queries are slowing all other services.
> mem limited already.
> thanks
> scott
>|||how do i ID the problematic queries ?
thanks for reponse
scott|||must be a way to limit cpu server side too !
too much data is the prob.|||Windows 2003 has a feature called WSRM that can limit resources by app. I
guess you could limit the amount of CPU taken up by express but that would
not be the long term solution. You need to tune the database and the app
that is hitting the database so that it doesn't use too much resources in
the first place. Too much data is not an answer it is how it is being used.
But the more data and the heavier the usage the more likely that you need to
upgrade to another edition of SQL Server. Here are some links that may get
you started.
http://www.sql-server-performance.c...nce_audit10.asp
Performance Audit
http://www.microsoft.com/technet/pr...perfmonitor.asp Perfmon counters
http://www.sql-server-performance.c...mance_audit.asp
Hardware Performance CheckList
http://www.sql-server-performance.c...rmance_tips.asp
SQL 2000 Performance tuning tips
http://www.support.microsoft.com/?id=224587 Troubleshooting App
Performance
http://msdn.microsoft.com/library/d.../>
on_24u1.asp
Disk Monitoring
http://sqldev.net/misc/WaitTypes.htm Wait Types
Andrew J. Kelly SQL MVP
"Scott" <s@.yahoo.co.uk> wrote in message
news:u%23jrUgytHHA.2004@.TK2MSFTNGP03.phx.gbl...
> must be a way to limit cpu server side too !
> too much data is the prob.
>|||thanks very much for response.
all the best.
scott|||quick question. How can query optimization help my query:
select * from [table]
when my table has 5 million records.
surly the only way to sort this is to limit the cpu ?
sorry to keep posting
scott|||That query will hardly use enough CPU to measure, so limiting CPU
would not get you very far. The query is limited by disk speed for
reads and/or network speed for returning the results. I don't see any
way to throttle either one, but then I don't expect such a simple
query to cause much of a bottleneck.
Roy Harvey
Beacon Falls, CT
On Tue, 26 Jun 2007 09:04:07 +0100, "Scott" <s@.yahoo.co.uk> wrote:

>quick question. How can query optimization help my query:
>select * from [table]
>when my table has 5 million records.
>surly the only way to sort this is to limit the cpu ?
>sorry to keep posting
>scott
>|||On Jun 26, 2:04 pm, "Scott" <s...@.yahoo.co.uk> wrote:
> quick question. How can query optimization help my query:
> select * from [table]
> when my table has 5 million records.
> surly the only way to sort this is to limit the cpu ?
> sorry to keep posting
> scott
Hi, select * from [table] with 5 million records will not slow your
server down. However if you issue an update then it may slow things
down and you may need to optimize your query. You can also restrict
access to large tables if that solves the problem.|||Keeping in mind the things already said about your query why would you do
something like that in the first place? What are you going to do with all
the columns and all the 5 million rows? A human certainly isn't going to
make sense of that much data. If you only need a few of them you need to add
a proper WHERE clause and indexes to support it.
Andrew J. Kelly SQL MVP
"Scott" <s@.yahoo.co.uk> wrote in message
news:%23vpOve8tHHA.4612@.TK2MSFTNGP04.phx.gbl...
> quick question. How can query optimization help my query:
> select * from [table]
> when my table has 5 million records.
> surly the only way to sort this is to limit the cpu ?
> sorry to keep posting
> scott
>sql

Monday, March 19, 2012

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

Hi,

Hope someone can help... :)

I have installed SQL Server 2000 and SQL Reporting Services 2005... gone thru the setup process and i am unable to initialize via Reporting Services Configuration.

When i attempt to deploy a report or just browse //<server>/reports i get the following error...

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

All advise welcomed

Cheers

Do change your windows service identity to Local System account and try it...|||

How do I change the System Service, and is it only for task scheduler?

Wild Bill

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

Hi,

Hope someone can help... :)

I have installed SQL Server 2000 and SQL Reporting Services 2005... gone thru the setup process and i am unable to initialize via Reporting Services Configuration.

When i attempt to deploy a report or just browse //<server>/reports i get the following error...

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

All advise welcomed

Cheers

Do change your windows service identity to Local System account and try it...|||

How do I change the System Service, and is it only for task scheduler?

Wild Bill

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

Hi,

Hope someone can help... :)

I have installed SQL Server 2000 and SQL Reporting Services 2005... gone thru the setup process and i am unable to initialize via Reporting Services Configuration.

When i attempt to deploy a report or just browse //<server>/reports i get the following error...

Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError)

All advise welcomed

Cheers

Do change your windows service identity to Local System account and try it...|||

How do I change the System Service, and is it only for task scheduler?

Wild Bill

Monday, March 12, 2012

Key not valid for use in specified state

Hi!
On thursday last week one of our clients Reporting Services installation
stopped working and reports "Key not valid for use in specified state" error
message in the log files.
This is strange as we have not done any changes to the server. It is running
Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
Anyone got similar problems or know what could cause this behaviour?
I have tried reinstalling the encryption keys and finally removing and
reinstalling the complete Reporting Services but the same error is logged
and the service doesn't work.
Best regards,
Per SalmiI am getting exactly the same problem, also in Win2k3, and have also done a
complete uninstall and reinstall of RS, to no avail.
Surely someone in Microsoft can resolve this'? I have had to abandon work
because of this error.
brian smith
"Per Salmi" <per.salmi@.nospam.nospam> wrote in message
news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
> Hi!
> On thursday last week one of our clients Reporting Services installation
> stopped working and reports "Key not valid for use in specified state"
error
> message in the log files.
> This is strange as we have not done any changes to the server. It is
running
> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
> Anyone got similar problems or know what could cause this behaviour?
> I have tried reinstalling the encryption keys and finally removing and
> reinstalling the complete Reporting Services but the same error is logged
> and the service doesn't work.
> Best regards,
> Per Salmi
>|||I have found one thing that differs between two servers we have one where RS
works perfectly and the one mentioned with the "key problem". The difference
is that the server that doesn't work has an SQL instance that was upgraded
from SQL7 but the one that works is running on a clean installed SQL2K
instance.
The OS is W2K3 on both servers.
On the one that now suffers from the problem I also had problems where the
Report Manager web application would not install/configure correctly during
install. Never got the manager to work so I used another machine for the web
application.
/Per Salmi
"Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
>I am getting exactly the same problem, also in Win2k3, and have also done a
> complete uninstall and reinstall of RS, to no avail.
> Surely someone in Microsoft can resolve this'? I have had to abandon
> work
> because of this error.
> brian smith
> "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
>> Hi!
>> On thursday last week one of our clients Reporting Services installation
>> stopped working and reports "Key not valid for use in specified state"
> error
>> message in the log files.
>> This is strange as we have not done any changes to the server. It is
> running
>> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
>> Anyone got similar problems or know what could cause this behaviour?
>> I have tried reinstalling the encryption keys and finally removing and
>> reinstalling the complete Reporting Services but the same error is logged
>> and the service doesn't work.
>> Best regards,
>> Per Salmi
>>
>|||I don't think the SQL7 upgrade is relevant - my server was a clean install
with SQL 2000. I have followed 2 possible causes on my system:
1 - the .Net Framework 1.1 SP1 update (although RS did continue for a week
or so)
2 - the fact that I originally installed the 120 day trial version of RS,
before updating it a few weeks later.
After a clean removal, including the databases, and reinstall, plus RS SP1
I'm no better off. This looks like a bug, which worries me greatly as I have
customers dependant on the product and I fear this error will suddenly occur
on their system too.
Brian
"Per Salmi" <per.salmi@.nospam.nospam> wrote in message
news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
> I have found one thing that differs between two servers we have one where
RS
> works perfectly and the one mentioned with the "key problem". The
difference
> is that the server that doesn't work has an SQL instance that was upgraded
> from SQL7 but the one that works is running on a clean installed SQL2K
> instance.
> The OS is W2K3 on both servers.
> On the one that now suffers from the problem I also had problems where the
> Report Manager web application would not install/configure correctly
during
> install. Never got the manager to work so I used another machine for the
web
> application.
> /Per Salmi
> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
> >I am getting exactly the same problem, also in Win2k3, and have also done
a
> > complete uninstall and reinstall of RS, to no avail.
> > Surely someone in Microsoft can resolve this'? I have had to abandon
> > work
> > because of this error.
> >
> > brian smith
> >
> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
> >> Hi!
> >>
> >> On thursday last week one of our clients Reporting Services
installation
> >> stopped working and reports "Key not valid for use in specified state"
> > error
> >> message in the log files.
> >>
> >> This is strange as we have not done any changes to the server. It is
> > running
> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
> >>
> >> Anyone got similar problems or know what could cause this behaviour?
> >>
> >> I have tried reinstalling the encryption keys and finally removing and
> >> reinstalling the complete Reporting Services but the same error is
logged
> >> and the service doesn't work.
> >>
> >> Best regards,
> >> Per Salmi
> >>
> >>
> >
> >
>|||To follow on from my earlier messaege - the error appears to relate to
something to do with encryption. I know nothing about encryption, or why it
is involved in RS, but I assume it involves licensing.
These are lines in the RS log:
aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Initializing crypto as
user: DRAKE\ASPNET
aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Exporting public key
aspnet_wp!webserver!cfc!09/24/2004-13:08:28:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
Brian
"Per Salmi" <per.salmi@.nospam.nospam> wrote in message
news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
> I have found one thing that differs between two servers we have one where
RS
> works perfectly and the one mentioned with the "key problem". The
difference
> is that the server that doesn't work has an SQL instance that was upgraded
> from SQL7 but the one that works is running on a clean installed SQL2K
> instance.
> The OS is W2K3 on both servers.
> On the one that now suffers from the problem I also had problems where the
> Report Manager web application would not install/configure correctly
during
> install. Never got the manager to work so I used another machine for the
web
> application.
> /Per Salmi
> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
> >I am getting exactly the same problem, also in Win2k3, and have also done
a
> > complete uninstall and reinstall of RS, to no avail.
> > Surely someone in Microsoft can resolve this'? I have had to abandon
> > work
> > because of this error.
> >
> > brian smith
> >
> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
> >> Hi!
> >>
> >> On thursday last week one of our clients Reporting Services
installation
> >> stopped working and reports "Key not valid for use in specified state"
> > error
> >> message in the log files.
> >>
> >> This is strange as we have not done any changes to the server. It is
> > running
> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
> >>
> >> Anyone got similar problems or know what could cause this behaviour?
> >>
> >> I have tried reinstalling the encryption keys and finally removing and
> >> reinstalling the complete Reporting Services but the same error is
logged
> >> and the service doesn't work.
> >>
> >> Best regards,
> >> Per Salmi
> >>
> >>
> >
> >
>|||Ok, I did never install any evaluation version of RS on this server. This
actually happened on aserver used in full production. But I moved the
reporting stuff to the other server. I am afraid that it will break on that
server too.
/Per Salmi
"Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
news:%237KuxYjoEHA.2912@.TK2MSFTNGP10.phx.gbl...
>I don't think the SQL7 upgrade is relevant - my server was a clean install
> with SQL 2000. I have followed 2 possible causes on my system:
> 1 - the .Net Framework 1.1 SP1 update (although RS did continue for a week
> or so)
> 2 - the fact that I originally installed the 120 day trial version of RS,
> before updating it a few weeks later.
> After a clean removal, including the databases, and reinstall, plus RS SP1
> I'm no better off. This looks like a bug, which worries me greatly as I
> have
> customers dependant on the product and I fear this error will suddenly
> occur
> on their system too.
> Brian
> "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
>> I have found one thing that differs between two servers we have one where
> RS
>> works perfectly and the one mentioned with the "key problem". The
> difference
>> is that the server that doesn't work has an SQL instance that was
>> upgraded
>> from SQL7 but the one that works is running on a clean installed SQL2K
>> instance.
>> The OS is W2K3 on both servers.
>> On the one that now suffers from the problem I also had problems where
>> the
>> Report Manager web application would not install/configure correctly
> during
>> install. Never got the manager to work so I used another machine for the
> web
>> application.
>> /Per Salmi
>> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
>> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
>> >I am getting exactly the same problem, also in Win2k3, and have also
>> >done
> a
>> > complete uninstall and reinstall of RS, to no avail.
>> > Surely someone in Microsoft can resolve this'? I have had to abandon
>> > work
>> > because of this error.
>> >
>> > brian smith
>> >
>> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
>> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
>> >> Hi!
>> >>
>> >> On thursday last week one of our clients Reporting Services
> installation
>> >> stopped working and reports "Key not valid for use in specified state"
>> > error
>> >> message in the log files.
>> >>
>> >> This is strange as we have not done any changes to the server. It is
>> > running
>> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
>> >>
>> >> Anyone got similar problems or know what could cause this behaviour?
>> >>
>> >> I have tried reinstalling the encryption keys and finally removing and
>> >> reinstalling the complete Reporting Services but the same error is
> logged
>> >> and the service doesn't work.
>> >>
>> >> Best regards,
>> >> Per Salmi
>> >>
>> >>
>> >
>> >
>>
>|||Seems like exactly the same error I get.
/Per Salmi
"Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
news:eIYFOhjoEHA.3424@.TK2MSFTNGP12.phx.gbl...
> To follow on from my earlier messaege - the error appears to relate to
> something to do with encryption. I know nothing about encryption, or why
> it
> is involved in RS, but I assume it involves licensing.
> These are lines in the RS log:
> aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Initializing crypto as
> user: DRAKE\ASPNET
> aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Exporting public key
> aspnet_wp!webserver!cfc!09/24/2004-13:08:28:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
> for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
>
> Brian
> "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
>> I have found one thing that differs between two servers we have one where
> RS
>> works perfectly and the one mentioned with the "key problem". The
> difference
>> is that the server that doesn't work has an SQL instance that was
>> upgraded
>> from SQL7 but the one that works is running on a clean installed SQL2K
>> instance.
>> The OS is W2K3 on both servers.
>> On the one that now suffers from the problem I also had problems where
>> the
>> Report Manager web application would not install/configure correctly
> during
>> install. Never got the manager to work so I used another machine for the
> web
>> application.
>> /Per Salmi
>> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
>> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
>> >I am getting exactly the same problem, also in Win2k3, and have also
>> >done
> a
>> > complete uninstall and reinstall of RS, to no avail.
>> > Surely someone in Microsoft can resolve this'? I have had to abandon
>> > work
>> > because of this error.
>> >
>> > brian smith
>> >
>> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
>> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
>> >> Hi!
>> >>
>> >> On thursday last week one of our clients Reporting Services
> installation
>> >> stopped working and reports "Key not valid for use in specified state"
>> > error
>> >> message in the log files.
>> >>
>> >> This is strange as we have not done any changes to the server. It is
>> > running
>> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
>> >>
>> >> Anyone got similar problems or know what could cause this behaviour?
>> >>
>> >> I have tried reinstalling the encryption keys and finally removing and
>> >> reinstalling the complete Reporting Services but the same error is
> logged
>> >> and the service doesn't work.
>> >>
>> >> Best regards,
>> >> Per Salmi
>> >>
>> >>
>> >
>> >
>>
>|||Actually I find that the .NET FW 1.1 SP1 is not installed on the server
where RS continues to work...
/Per Salmi
"Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
news:%237KuxYjoEHA.2912@.TK2MSFTNGP10.phx.gbl...
>I don't think the SQL7 upgrade is relevant - my server was a clean install
> with SQL 2000. I have followed 2 possible causes on my system:
> 1 - the .Net Framework 1.1 SP1 update (although RS did continue for a week
> or so)
> 2 - the fact that I originally installed the 120 day trial version of RS,
> before updating it a few weeks later.
> After a clean removal, including the databases, and reinstall, plus RS SP1
> I'm no better off. This looks like a bug, which worries me greatly as I
> have
> customers dependant on the product and I fear this error will suddenly
> occur
> on their system too.
> Brian
> "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
>> I have found one thing that differs between two servers we have one where
> RS
>> works perfectly and the one mentioned with the "key problem". The
> difference
>> is that the server that doesn't work has an SQL instance that was
>> upgraded
>> from SQL7 but the one that works is running on a clean installed SQL2K
>> instance.
>> The OS is W2K3 on both servers.
>> On the one that now suffers from the problem I also had problems where
>> the
>> Report Manager web application would not install/configure correctly
> during
>> install. Never got the manager to work so I used another machine for the
> web
>> application.
>> /Per Salmi
>> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
>> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
>> >I am getting exactly the same problem, also in Win2k3, and have also
>> >done
> a
>> > complete uninstall and reinstall of RS, to no avail.
>> > Surely someone in Microsoft can resolve this'? I have had to abandon
>> > work
>> > because of this error.
>> >
>> > brian smith
>> >
>> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
>> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
>> >> Hi!
>> >>
>> >> On thursday last week one of our clients Reporting Services
> installation
>> >> stopped working and reports "Key not valid for use in specified state"
>> > error
>> >> message in the log files.
>> >>
>> >> This is strange as we have not done any changes to the server. It is
>> > running
>> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
>> >>
>> >> Anyone got similar problems or know what could cause this behaviour?
>> >>
>> >> I have tried reinstalling the encryption keys and finally removing and
>> >> reinstalling the complete Reporting Services but the same error is
> logged
>> >> and the service doesn't work.
>> >>
>> >> Best regards,
>> >> Per Salmi
>> >>
>> >>
>> >
>> >
>>
>|||Has anyone found the actual cause of this error? I do not want to
have to re-install RServices on a regular basis.
"Per Salmi" <per.salmi@.nospam.nospam> wrote in message news:<eU5aTJkoEHA.1664@.tk2msftngp13.phx.gbl>...
> Seems like exactly the same error I get.
> /Per Salmi
> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> news:eIYFOhjoEHA.3424@.TK2MSFTNGP12.phx.gbl...
> > To follow on from my earlier messaege - the error appears to relate to
> > something to do with encryption. I know nothing about encryption, or why
> > it
> > is involved in RS, but I assume it involves licensing.
> >
> > These are lines in the RS log:
> > aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Initializing crypto as
> > user: DRAKE\ASPNET
> > aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Exporting public key
> > aspnet_wp!webserver!cfc!09/24/2004-13:08:28:: e ERROR: Internal error:
> > System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
> > for
> > use in specified state.
> > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > errorCode, IntPtr errorInfo)
> > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > at
> > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> >
> >
> > Brian
> >
> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> > news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
> >> I have found one thing that differs between two servers we have one where
> RS
> >> works perfectly and the one mentioned with the "key problem". The
> difference
> >> is that the server that doesn't work has an SQL instance that was
> >> upgraded
> >> from SQL7 but the one that works is running on a clean installed SQL2K
> >> instance.
> >>
> >> The OS is W2K3 on both servers.
> >>
> >> On the one that now suffers from the problem I also had problems where
> >> the
> >> Report Manager web application would not install/configure correctly
> during
> >> install. Never got the manager to work so I used another machine for the
> web
> >> application.
> >>
> >> /Per Salmi
> >>
> >> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> >> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
> >> >I am getting exactly the same problem, also in Win2k3, and have also
> >> >done
> a
> >> > complete uninstall and reinstall of RS, to no avail.
> >> > Surely someone in Microsoft can resolve this'? I have had to abandon
> >> > work
> >> > because of this error.
> >> >
> >> > brian smith
> >> >
> >> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> >> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
> >> >> Hi!
> >> >>
> >> >> On thursday last week one of our clients Reporting Services
> installation
> >> >> stopped working and reports "Key not valid for use in specified state"
> error
> >> >> message in the log files.
> >> >>
> >> >> This is strange as we have not done any changes to the server. It is
> running
> >> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
> >> >>
> >> >> Anyone got similar problems or know what could cause this behaviour?
> >> >>
> >> >> I have tried reinstalling the encryption keys and finally removing and
> >> >> reinstalling the complete Reporting Services but the same error is
> logged
> >> >> and the service doesn't work.
> >> >>
> >> >> Best regards,
> >> >> Per Salmi
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >|||I have an ongoing (paid) support case with MS, but so far despite all the
suggestions, my RS still does not work. When (and if) they fix it, I'll post
an update.
brian
"Austin S" <austinswope@.gmail.com> wrote in message
news:b68c96f7.0410180951.57c3121e@.posting.google.com...
> Has anyone found the actual cause of this error? I do not want to
> have to re-install RServices on a regular basis.
>
> "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
news:<eU5aTJkoEHA.1664@.tk2msftngp13.phx.gbl>...
> > Seems like exactly the same error I get.
> >
> > /Per Salmi
> >
> > "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> > news:eIYFOhjoEHA.3424@.TK2MSFTNGP12.phx.gbl...
> > > To follow on from my earlier messaege - the error appears to relate to
> > > something to do with encryption. I know nothing about encryption, or
why
> > > it
> > > is involved in RS, but I assume it involves licensing.
> > >
> > > These are lines in the RS log:
> > > aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Initializing crypto
as
> > > user: DRAKE\ASPNET
> > > aspnet_wp!crypto!cfc!09/24/2004-13:08:27:: i INFO: Exporting public
key
> > > aspnet_wp!webserver!cfc!09/24/2004-13:08:28:: e ERROR: Internal error:
> > > System.Runtime.InteropServices.COMException (0x8009000B): Key not
valid
> > > for
> > > use in specified state.
> > > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > > errorCode, IntPtr errorInfo)
> > > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > > at
> > >
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > >
> > >
> > > Brian
> > >
> > > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> > > news:eDXedHjoEHA.2380@.TK2MSFTNGP14.phx.gbl...
> > >> I have found one thing that differs between two servers we have one
where
> > RS
> > >> works perfectly and the one mentioned with the "key problem". The
> > difference
> > >> is that the server that doesn't work has an SQL instance that was
> > >> upgraded
> > >> from SQL7 but the one that works is running on a clean installed
SQL2K
> > >> instance.
> > >>
> > >> The OS is W2K3 on both servers.
> > >>
> > >> On the one that now suffers from the problem I also had problems
where
> > >> the
> > >> Report Manager web application would not install/configure correctly
> > during
> > >> install. Never got the manager to work so I used another machine for
the
> > web
> > >> application.
> > >>
> > >> /Per Salmi
> > >>
> > >> "Brian Smith" <bsmith@.no_spam.schemiotics.co.uk> skrev i meddelandet
> > >> news:ezlcI$ioEHA.1300@.TK2MSFTNGP12.phx.gbl...
> > >> >I am getting exactly the same problem, also in Win2k3, and have also
> > >> >done
> > a
> > >> > complete uninstall and reinstall of RS, to no avail.
> > >> > Surely someone in Microsoft can resolve this'? I have had to
abandon
> > >> > work
> > >> > because of this error.
> > >> >
> > >> > brian smith
> > >> >
> > >> > "Per Salmi" <per.salmi@.nospam.nospam> wrote in message
> > >> > news:OOi$DPhoEHA.1800@.TK2MSFTNGP15.phx.gbl...
> > >> >> Hi!
> > >> >>
> > >> >> On thursday last week one of our clients Reporting Services
> > installation
> > >> >> stopped working and reports "Key not valid for use in specified
state"
> > error
> > >> >> message in the log files.
> > >> >>
> > >> >> This is strange as we have not done any changes to the server. It
is
> > running
> > >> >> Windows Server 2003 Standard Editon with SQL Server 2000 Std Ed...
> > >> >>
> > >> >> Anyone got similar problems or know what could cause this
behaviour?
> > >> >>
> > >> >> I have tried reinstalling the encryption keys and finally removing
and
> > >> >> reinstalling the complete Reporting Services but the same error is
> > logged
> > >> >> and the service doesn't work.
> > >> >>
> > >> >> Best regards,
> > >> >> Per Salmi
> > >> >>
> > >> >>
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >|||I'd love to hear the solution too - I just ran into this exact error after
.Net Framework 1.1 SP1 was installed over the weekend.
I've tried the other solutions in these threads, but nothing has worked.
Dave
"Brian Smith" wrote:
> I have an ongoing (paid) support case with MS, but so far despite all the
> suggestions, my RS still does not work. When (and if) they fix it, I'll post
> an update.
> brian
>

Key not valid for use in specified state

Reporting Services has been fine for me up until last night and now I can't
view any reports as the R/Server keeps throwing the error:
"Key not valid for use in specified state"
I can't seem to track down any help and the link provided in the error
report is completly useless saying:
"Internal errors are uncommon and difficult to diagnose."
If it helps the log file is below:
<Header>
<Product>Microsoft SQL Server Reporting Services Version
8.00.743.00</Product>
<Locale>en-US</Locale>
<TimeZone>GMT Daylight Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\LogFiles\ReportServer__09_10_2004_08_31_45.log</Path>
<SystemName>SRV120W03</SystemName>
<OSName>Microsoft Windows NT 5.2.3790.0</OSName>
<OSVersion>5.2.3790.0</OSVersion>
</Header>
aspnet_wp!webserver!9b8!10/09/2004-08:31:45:: i INFO: Reporting Web Server
started
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
ConnectionType to '0' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
IsSchedulingService to 'True' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
IsNotificationService to 'True' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
IsEventService to 'True' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
PollingInterval to '10' second(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing MemoryLimit
to '60' percent as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing RecycleTime
to '720' minute(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MaximumMemoryLimit to '80' percent as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MaxQueueThreads to '0' thread(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration
file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MaxScheduleWait to '5' second(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
InstanceName to 'MSSQLSERVER' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
ProcessRecycleOptions to '0' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
RunningRequestsScavengerCycle to '60' second(s) as specified in
Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
RunningRequestsAge to '30' second(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
SecureConnectionLevel to '0' as specified in Configuration file.
aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
DisplayErrorLink to 'True' as specified in Configuration file.
aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45:: i INFO: Running on 1
physical processors, 2 logical processors
aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45:: i INFO: Reporting
Services starting SKU: Standard
aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Database Cleanup
(Web Service) timer enabled: Cycle: 600 seconds
aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Running Requests
Scavenger timer enabled: Cycle: 60 seconds
aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Running Requests DB
timer enabled: Cycle: 60 seconds
aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Memory stats update
timer enabled: Cycle: 60 seconds
aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO: Exporting public key
aspnet_wp!webserver!9b8!09/10/2004-08:31:46:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
aspnet_wp!library!9b8!09/10/2004-08:31:46:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
-- End of inner exception stack trace --
aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO: Exporting public key
aspnet_wp!webserver!9b8!09/10/2004-08:32:20:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
aspnet_wp!library!9b8!09/10/2004-08:32:20:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:32:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:33:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:34:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:35:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:36:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:37:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:38:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:39:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:40:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO: Exporting public key
aspnet_wp!library!e18!10/09/2004-08:41:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error doing timer action for Database Cleanup (Web Service);
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at Microsoft.ReportingServices.Library.DBInterface.CleanBatchRecords()
at Microsoft.ReportingServices.Library.RSService.CleanBatch()
at
Microsoft.ReportingServices.Library.DatabaseCleanupTimer.DoTimerAction()
at
Microsoft.ReportingServices.Diagnostics.TimerActionBase.TimerAction(Object
unused)
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:41:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO: Exporting public key
aspnet_wp!library!c54!10/09/2004-08:42:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO: Exporting public key
aspnet_wp!webserver!9b8!09/10/2004-08:43:30:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
aspnet_wp!library!9b8!09/10/2004-08:43:30:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:43:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO: Exporting public key
aspnet_wp!library!c54!10/09/2004-08:44:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO: Exporting public key
aspnet_wp!library!c54!10/09/2004-08:45:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO: Exporting public key
aspnet_wp!webserver!9b8!09/10/2004-08:46:35:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
aspnet_wp!library!9b8!09/10/2004-08:46:35:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:46:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO: Exporting public key
aspnet_wp!webserver!9b8!09/10/2004-08:47:00:: e ERROR: Internal error:
System.Runtime.InteropServices.COMException (0x8009000B): Key not valid for
use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
aspnet_wp!library!9b8!09/10/2004-08:47:00:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.Storage.get_Connection()
at
Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
storedProcedureName)
at
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
ng key)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
(String name)
at Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
name)
at
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
ng name)
at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
source)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path, Boolean validate, Boolean convert, Boolean translate)
at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
path)
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
tent()
at
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
-- End of inner exception stack trace --
aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO: Exporting public key
aspnet_wp!library!c54!10/09/2004-08:47:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:48:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --
aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO: Initializing crypto as
user: SRV120W03\ASPNET
aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO: Exporting public key
aspnet_wp!library!3b8!10/09/2004-08:49:45:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.Runtime.InteropServices.COMException (0x8009000B): Key
not valid for use in specified state.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at
Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at
Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
-- End of inner exception stack trace --Simon,
In your machine.config file, what are your <machineKey> settings?
--Carlos
"Simon Dingley" <newsgroups@.nospam-creativenrg.co.uk> wrote in message
news:ueiTVzwlEHA.2864@.TK2MSFTNGP14.phx.gbl...
> Reporting Services has been fine for me up until last night and now I
can't
> view any reports as the R/Server keeps throwing the error:
> "Key not valid for use in specified state"
> I can't seem to track down any help and the link provided in the error
> report is completly useless saying:
> "Internal errors are uncommon and difficult to diagnose."
> If it helps the log file is below:
> <Header>
> <Product>Microsoft SQL Server Reporting Services Version
> 8.00.743.00</Product>
> <Locale>en-US</Locale>
> <TimeZone>GMT Daylight Time</TimeZone>
> <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> Services\LogFiles\ReportServer__09_10_2004_08_31_45.log</Path>
> <SystemName>SRV120W03</SystemName>
> <OSName>Microsoft Windows NT 5.2.3790.0</OSName>
> <OSVersion>5.2.3790.0</OSVersion>
> </Header>
> aspnet_wp!webserver!9b8!10/09/2004-08:31:45:: i INFO: Reporting Web Server
> started
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> ConnectionType to '0' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> IsSchedulingService to 'True' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> IsNotificationService to 'True' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> IsEventService to 'True' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> PollingInterval to '10' second(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
MemoryLimit
> to '60' percent as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
RecycleTime
> to '720' minute(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> MaximumMemoryLimit to '80' percent as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration
file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> MaxQueueThreads to '0' thread(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration
> file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> MaxScheduleWait to '5' second(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> DatabaseQueryTimeout to '120' second(s) as specified in Configuration
file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> InstanceName to 'MSSQLSERVER' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> ProcessRecycleOptions to '0' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> RunningRequestsScavengerCycle to '60' second(s) as specified in
> Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> RunningRequestsDbCycle to '60' second(s) as specified in Configuration
file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> RunningRequestsAge to '30' second(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> SecureConnectionLevel to '0' as specified in Configuration file.
> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO: Initializing
> DisplayErrorLink to 'True' as specified in Configuration file.
> aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45:: i INFO: Running on 1
> physical processors, 2 logical processors
> aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45:: i INFO: Reporting
> Services starting SKU: Standard
> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Database Cleanup
> (Web Service) timer enabled: Cycle: 600 seconds
> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Running Requests
> Scavenger timer enabled: Cycle: 60 seconds
> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Running Requests
DB
> timer enabled: Cycle: 60 seconds
> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i INFO: Memory stats
update
> timer enabled: Cycle: 60 seconds
> aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO: Exporting public key
> aspnet_wp!webserver!9b8!09/10/2004-08:31:46:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> aspnet_wp!library!9b8!09/10/2004-08:31:46:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., ;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO: Exporting public key
> aspnet_wp!webserver!9b8!09/10/2004-08:32:20:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> aspnet_wp!library!9b8!09/10/2004-08:32:20:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., ;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:32:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:33:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:34:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:35:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:36:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:37:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:38:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:39:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:40:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO: Exporting public key
> aspnet_wp!library!e18!10/09/2004-08:41:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error doing timer action for Database Cleanup (Web Service);
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at Microsoft.ReportingServices.Library.DBInterface.CleanBatchRecords()
> at Microsoft.ReportingServices.Library.RSService.CleanBatch()
> at
> Microsoft.ReportingServices.Library.DatabaseCleanupTimer.DoTimerAction()
> at
> Microsoft.ReportingServices.Diagnostics.TimerActionBase.TimerAction(Object
> unused)
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:41:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO: Exporting public key
> aspnet_wp!library!c54!10/09/2004-08:42:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO: Exporting public key
> aspnet_wp!webserver!9b8!09/10/2004-08:43:30:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> aspnet_wp!library!9b8!09/10/2004-08:43:30:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., ;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:43:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO: Exporting public key
> aspnet_wp!library!c54!10/09/2004-08:44:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO: Exporting public key
> aspnet_wp!library!c54!10/09/2004-08:45:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO: Exporting public key
> aspnet_wp!webserver!9b8!09/10/2004-08:46:35:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> aspnet_wp!library!9b8!09/10/2004-08:46:35:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., ;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:46:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO: Exporting public key
> aspnet_wp!webserver!9b8!09/10/2004-08:47:00:: e ERROR: Internal error:
> System.Runtime.InteropServices.COMException (0x8009000B): Key not valid
for
> use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> aspnet_wp!library!9b8!09/10/2004-08:47:00:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., ;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.Storage.get_Connection()
> at
> Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String
> storedProcedureName)
> at
>
Microsoft.ReportingServices.Library.DBInterface.GetOneConfigurationInfo(Stri
> ng key)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetSystemProperty
> (String name)
> at
Microsoft.ReportingServices.Library.CachedSystemProperties.Get(String
> name)
> at
>
Microsoft.ReportingServices.Library.CachedSystemProperties.GetParameter(Stri
> ng name)
> at Microsoft.ReportingServices.Library.RSService.get_MyReportsEnabled()
> at Microsoft.ReportingServices.Library.RSService.PathToInternal(String
> source)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path, Boolean validate, Boolean convert, Boolean translate)
> at
> Microsoft.ReportingServices.Diagnostics.CatalogItemContext.SetPath(String
> path)
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPageCon
> tent()
> at
>
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO: Exporting public key
> aspnet_wp!library!c54!10/09/2004-08:47:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:48:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
> aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO: Initializing crypto as
> user: SRV120W03\ASPNET
> aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO: Exporting public key
> aspnet_wp!library!3b8!10/09/2004-08:49:45:: e ERROR: Throwing
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details., Error getting running jobs;
> Info:
>
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
more
> details. --> System.Runtime.InteropServices.COMException (0x8009000B):
Key
> not valid for use in specified state.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> -- End of inner exception stack trace --
>|||For the benefit of others that may come across this error it was something
to do with the installation of a patch for the invalid cursor state(KB
Article http://support.microsoft.com/default.aspx?kbid=831997 ). Microsoft
appeared to know of this when we called and here is the worst of it - a full
reinstall of Reporting Services was the only way to correct the error which
meant having to republish every single report on the reporting server.
Simon
"Carlos C Tapang" <ctapang@.centerus.com> wrote in message
news:efWak4xlEHA.1008@.tk2msftngp13.phx.gbl...
> Simon,
> In your machine.config file, what are your <machineKey> settings?
> --|||Carlos, Simon, have you discovered a solution to this
issue? Same thing happened to me after I installed
VS.NET remote debugging on the development server where I
was hosting the report service. I tried reinstalling
reporting services, but I'm getting the same error.
FWIW, my machine key setting is
<machineKey
validationKey="AutoGenerate,IsolateApps"
decryptionKey="AutoGenerate,IsolateApps"
validation="SHA1"/>.
Thanks,
-Marc
>--Original Message--
>Simon,
>In your machine.config file, what are your <machineKey>
settings?
>--Carlos
>"Simon Dingley" <newsgroups@.nospam-creativenrg.co.uk>
wrote in message
>news:ueiTVzwlEHA.2864@.TK2MSFTNGP14.phx.gbl...
>> Reporting Services has been fine for me up until last
night and now I
>can't
>> view any reports as the R/Server keeps throwing the
error:
>> "Key not valid for use in specified state"
>> I can't seem to track down any help and the link
provided in the error
>> report is completly useless saying:
>> "Internal errors are uncommon and difficult to
diagnose."
>> If it helps the log file is below:
>> <Header>
>> <Product>Microsoft SQL Server Reporting Services
Version
>> 8.00.743.00</Product>
>> <Locale>en-US</Locale>
>> <TimeZone>GMT Daylight Time</TimeZone>
>> <Path>C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting
Services\LogFiles\ReportServer__09_10_2004_08_31_45.log</P
ath>
>> <SystemName>SRV120W03</SystemName>
>> <OSName>Microsoft Windows NT 5.2.3790.0</OSName>
>> <OSVersion>5.2.3790.0</OSVersion>
>> </Header>
>> aspnet_wp!webserver!9b8!10/09/2004-08:31:45:: i INFO:
Reporting Web Server
>> started
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> ConnectionType to '0' as specified in Configuration
file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> IsSchedulingService to 'True' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> IsNotificationService to 'True' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> IsEventService to 'True' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> PollingInterval to '10' second(s) as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>MemoryLimit
>> to '60' percent as specified in Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>RecycleTime
>> to '720' minute(s) as specified in Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> MaximumMemoryLimit to '80' percent as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> MaxAppDomainUnloadTime to '30' minute(s) as specified
in Configuration
>file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> MaxQueueThreads to '0' thread(s) as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> MaxActiveReqForOneUser to '20' requests(s) as
specified in Configuration
>> file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> MaxScheduleWait to '5' second(s) as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> DatabaseQueryTimeout to '120' second(s) as specified
in Configuration
>file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> InstanceName to 'MSSQLSERVER' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> ProcessRecycleOptions to '0' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> RunningRequestsScavengerCycle to '60' second(s) as
specified in
>> Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> RunningRequestsDbCycle to '60' second(s) as specified
in Configuration
>file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> RunningRequestsAge to '30' second(s) as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> CleanupCycleMinutes to '10' minute(s) as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> SecureConnectionLevel to '0' as specified in
Configuration file.
>> aspnet_wp!library!9b8!10/09/2004-08:31:45:: i INFO:
Initializing
>> DisplayErrorLink to 'True' as specified in
Configuration file.
>> aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45::
i INFO: Running on 1
>> physical processors, 2 logical processors
>> aspnet_wp!resourceutilities!9b8!10/09/2004-08:31:45::
i INFO: Reporting
>> Services starting SKU: Standard
>> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i
INFO: Database Cleanup
>> (Web Service) timer enabled: Cycle: 600 seconds
>> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i
INFO: Running Requests
>> Scavenger timer enabled: Cycle: 60 seconds
>> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i
INFO: Running Requests
>DB
>> timer enabled: Cycle: 60 seconds
>> aspnet_wp!runningjobs!9b8!10/09/2004-08:31:45:: i
INFO: Memory stats
>update
>> timer enabled: Cycle: 60 seconds
>> aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!9b8!09/10/2004-08:31:46:: i INFO:
Exporting public key
>> aspnet_wp!webserver!9b8!09/10/2004-08:31:46:: e ERROR:
Internal error:
>> System.Runtime.InteropServices.COMException
(0x8009000B): Key not valid
>for
>> use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> aspnet_wp!library!9b8!09/10/2004-08:31:46:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., ;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!9b8!09/10/2004-08:32:20:: i INFO:
Exporting public key
>> aspnet_wp!webserver!9b8!09/10/2004-08:32:20:: e ERROR:
Internal error:
>> System.Runtime.InteropServices.COMException
(0x8009000B): Key not valid
>for
>> use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> aspnet_wp!library!9b8!09/10/2004-08:32:20:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., ;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:32:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:32:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:33:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:33:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:34:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:34:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:35:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:35:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:36:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:36:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:37:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:37:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:38:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:38:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:39:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:39:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:40:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:40:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!e18!10/09/2004-08:41:45:: i INFO:
Exporting public key
>> aspnet_wp!library!e18!10/09/2004-08:41:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error doing timer action for Database
Cleanup (Web Service);
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
Microsoft.ReportingServices.Library.DBInterface.CleanBatch
Records()
>> at
Microsoft.ReportingServices.Library.RSService.CleanBatch()
>> at
Microsoft.ReportingServices.Library.DatabaseCleanupTimer.D
oTimerAction()
>> at
Microsoft.ReportingServices.Diagnostics.TimerActionBase.Ti
merAction(Object
>> unused)
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:41:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:41:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!c54!10/09/2004-08:42:45:: i INFO:
Exporting public key
>> aspnet_wp!library!c54!10/09/2004-08:42:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!9b8!09/10/2004-08:43:30:: i INFO:
Exporting public key
>> aspnet_wp!webserver!9b8!09/10/2004-08:43:30:: e ERROR:
Internal error:
>> System.Runtime.InteropServices.COMException
(0x8009000B): Key not valid
>for
>> use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> aspnet_wp!library!9b8!09/10/2004-08:43:30:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., ;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:43:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:43:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!c54!10/09/2004-08:44:45:: i INFO:
Exporting public key
>> aspnet_wp!library!c54!10/09/2004-08:44:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!c54!10/09/2004-08:45:45:: i INFO:
Exporting public key
>> aspnet_wp!library!c54!10/09/2004-08:45:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!9b8!09/10/2004-08:46:35:: i INFO:
Exporting public key
>> aspnet_wp!webserver!9b8!09/10/2004-08:46:35:: e ERROR:
Internal error:
>> System.Runtime.InteropServices.COMException
(0x8009000B): Key not valid
>for
>> use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> aspnet_wp!library!9b8!09/10/2004-08:46:35:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., ;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:46:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:46:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!9b8!09/10/2004-08:47:00:: i INFO:
Exporting public key
>> aspnet_wp!webserver!9b8!09/10/2004-08:47:00:: e ERROR:
Internal error:
>> System.Runtime.InteropServices.COMException
(0x8009000B): Key not valid
>for
>> use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> aspnet_wp!library!9b8!09/10/2004-08:47:00:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., ;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.Storage.get_Connection
()
>> at
Microsoft.ReportingServices.Library.Storage.NewStandardSql
Command(String
>> storedProcedureName)
>> at
>Microsoft.ReportingServices.Library.DBInterface.GetOneCon
figurationInfo(Stri
>> ng key)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetSystemProperty
>> (String name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.Get(String
>> name)
>> at
>Microsoft.ReportingServices.Library.CachedSystemPropertie
s.GetParameter(Stri
>> ng name)
>> at
Microsoft.ReportingServices.Library.RSService.get_MyReport
sEnabled()
>> at
Microsoft.ReportingServices.Library.RSService.PathToIntern
al(String
>> source)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path, Boolean validate, Boolean convert, Boolean
translate)
>> at
Microsoft.ReportingServices.Diagnostics.CatalogItemContext
.SetPath(String
>> path)
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPageCon
>> tent()
>> at
>Microsoft.ReportingServices.WebServer.ReportServiceHttpHa
ndler.RenderPage()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!c54!10/09/2004-08:47:45:: i INFO:
Exporting public key
>> aspnet_wp!library!c54!10/09/2004-08:47:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:48:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:48:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>> aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO:
Initializing crypto as
>> user: SRV120W03\ASPNET
>> aspnet_wp!crypto!3b8!10/09/2004-08:49:45:: i INFO:
Exporting public key
>> aspnet_wp!library!3b8!10/09/2004-08:49:45:: e ERROR:
Throwing
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details., Error getting running jobs;
>> Info:
>Microsoft.ReportingServices.Diagnostics.Utilities.Interna
lCatalogException:
>> An internal error occurred on the report server. See
the error log for
>more
>> details. -->
System.Runtime.InteropServices.COMException (0x8009000B):
>Key
>> not valid for use in specified state.
>> at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR
(Int32
>> errorCode, IntPtr errorInfo)
>> at RSManagedCrypto.RSCrypto.ExportPublicKey()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.GetE
ncryptionKey()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.Con
nectStorage()
>> at
Microsoft.ReportingServices.Library.ConnectionManager.Veri
fyConnection()
>> at
>Microsoft.ReportingServices.Library.ConnectionManager.get
_Connection()
>> at
Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRun
ningJobs()
>> -- End of inner exception stack trace --
>>
>
>.
>