PFE_EXCEPTION_WHILE_RAISING_EVENT

Details

Product Name

SQL Server 

Product Version

10.x

Product Build Number

Any

Event ID

 

Event Source

Not applicable

Component

Analysis Services Microsoft.AnalysisServices.AdomdServer

Symbolic Name

PFE_EXCEPTION_WHILE_RAISING_EVENT

Message Text

The plug-in assembly '%{plugin/}' raised the following exception when processing '%{event/}' event. %1[%{exception/}%]%[;%{exceptioninner/}%]

Explanation

This message occurs when an unhandled exception is raised while processing the named event in the execution of a plug-in code.

User Action

In the source files for the plug-in code, review the code of the named event handler and look for any possible unhandled exceptions. Once you locate the possible unhandled exception, add a try{}/catch{} block to the event handler to handle the exception. Compile, redeploy, and test the plug-in assembly.

If you cannot locate a possible unhandled exception in the event handler, you must debug the plug-in code. For more information, see the topic, "Readme for Analysis Services Personalization Extensions sample," in Books Online.