Reports causing errors in DNN event viewer
Last Post 4/6/2016 3:55 PM by Deleted User. 0 Replies.
Author Messages
Deleted User
New Member
New Member
Posts:62


--
4/6/2016 3:55 PM  
If you use the Reports Module and include input parameters in your report design, you are likely to be seeing errors in your Event Viewer about "must declare the scalar vairable "@UserID" or something like it.

There is a forum post about it here.

http://www.dnnsoftware.co...e/posts/threadpage/2

And the solution is to turn off indexing the Reports Module using this SQL script




UPDATE DesktopModules
SET SupportedFeatures = 1
WHERE FriendlyName = 'Reports'


---