Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS-Error

Author  Topic 

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2009-06-08 : 17:17:44
Hello Gurus,

When I open SSRS(2008) I am getting the following error.

quote:

Server Error in '/ReportServer' Application.

Provider type not defined. (Exception from HRESULT: 0x80090017)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Provider type not defined. (Exception from HRESULT: 0x80090017)

Source Error:

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

Stack Trace:


[COMException (0x80090017): Provider type not defined. (Exception from HRESULT: 0x80090017)]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, Boolean throwOnFileNotFound) +428
System.Resources.ResourceManager.GetSatelliteAssembly(CultureInfo lookForCulture) +110
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +427
System.Resources.ResourceManager.GetString(String name, CultureInfo culture) +54
Microsoft.ReportingServices.Diagnostics.Utilities.Keys.GetString(String key) +42
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException..ctor(Exception innerException, String additionalTraceMessage) +35
Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.WriteErrorResponse(Int32 code, String shortHttpDescription, Exception exception, Boolean errorResponseAsXml) +96
Microsoft.ReportingServices.WebServer.Global.WriteServerError(Exception e) +66
Microsoft.ReportingServices.WebServer.Global.Application_AuthenticateRequest(Object sender, EventArgs e) +284
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171

Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074



When i was configuring SSRS, it was working fine. after twenty days i just opend SSRS it is statrted giving the above error. I could not able to solve this problem. can any one help me to find out what is going wrong..?

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2009-06-08 : 17:21:47
I got the following warning message from event viewr

quote:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/8/2009 4:54:52 PM
Event time (UTC): 6/8/2009 8:54:52 PM
Event ID: 3dd39a39f44f48c6acbdc853fd088ed3
Event sequence: 9
Event occurrence: 5
Event detail code: 0

Application information:
Application domain: ReportServer_MSSQLSERVER_0-1-128889679527860000
Trust level: RosettaSrv
Application Virtual Path: /ReportServer
Application Path: M:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\
Machine name: CSKABK-PC

Process information:
Process ID: 4688
Process name: ReportingServicesService.exe
Account name: NT AUTHORITY\SYSTEM

Exception information:
Exception type: COMException
Exception message: Provider type not defined. (0x80090017)

Request information:
Request URL: http://cskabk-pc/ReportsERVER
Request path: /ReportsERVER
User host address: fe80::71c8:c5c:da0a:fccc/ReportServer
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM

Thread information:
Thread ID: 16
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: True
Stack trace: at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, Boolean throwOnFileNotFound)
at System.Resources.ResourceManager.GetSatelliteAssembly(CultureInfo lookForCulture)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.Keys.GetString(String key)
at Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException..ctor(Exception innerException, String additionalTraceMessage)
at Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.WriteErrorResponse(Int32 code, String shortHttpDescription, Exception exception, Boolean errorResponseAsXml)
at Microsoft.ReportingServices.WebServer.Global.WriteServerError(Exception e)
at Microsoft.ReportingServices.WebServer.Global.Application_AuthenticateRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Custom event details:





Thanks
-- Krishna
Go to Top of Page
   

- Advertisement -