Friday, September 10, 2010

Campaign Summary report is throwing exception [Common Errors]


A quick post today in the Common Errors category. You may be getting the following exception when trying to run Summary report on your Campaign:

image


Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   Stimulsoft.Report.StiReport.GetReferencedAssemblies() +1179
...

To resolve this, you need a reference to Sitecore.Oracle.dll within the source of Campaign Summary report.

1. Open the following file: \sitecore\shell\Applications\Analytics\Reports\Campaigns\Summary.mrt

2. Add the following to the <ReferencedAssemblies /> section:
image

That’s all!

1 comments:

Valentina N said...

Thanks, man! You've saved my day :)