Thursday, February 09, 2012  | 
Welcome to Module Masters support forums - the primary support mechanism for our products. Feel free to post your questions, and we will aim to respond in a timely manner.  We also encourage our users to post any feedback you may have.  You may also email us directly at service@modulemasters.com
Subject: Only first page of report is showing
Prev Next
You are not authorized to post a reply.

Author Messages
chasdwUser is Offline

Posts:8

10/15/2008 13:40  

DNN 4.9.0, latest version of your module.  Only the first page of the report is showing in the viewer.

 

Chas

chasdwUser is Offline

Posts:8

10/15/2008 13:47  

Also notice that we are getting Javascript errors:

Line: 403
Char: 1
Error: 'prevLoad5c269cc0d7a2434e9c73e407568a36ed' is undefined
Code: 0
URL: http:sitename.com/Default.aspx?tabid=57&ItemPath=/SKS_SSRS/Founding%20Member%20Data%20Report&EnumType=Report

hostUser is Offline

Posts:497

10/15/2008 13:56  
Yep, checkout this post, we just discovered DNN changed web.config in 4.8X on, fix is herre:

http://modulemasters.com/SupportForums/tabid/255/forumid/1/postid/640/view/topic/Default.aspx
hostUser is Offline

Posts:497

10/15/2008 13:56  
We'll be updating our documentation as well.
chasdwUser is Offline

Posts:8

10/15/2008 14:37  

It is not absolutely clear in this post what to do...

"

Alright, it looks like something changed somewhere in 4.8X so now what you have to do is add two lines to your web.cofig instead of one line for the reportviewer control.
 
First in the < system.web > section
 
< httpHandlers >
< add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />    
< /httpHandlers >
and then in the section
 
< httpHandlers >

< add name="ReportViewerHandler" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />  

< /httpHandlers >
 
Notice that the system.webServer section is new and the handler is slightly different."
 
In the system.web/httphandlers add the below???
   
      < add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />   
   
 
Then in the system.webserver/handlers add the below???
 
   
      < add name="ReportViewerHandler" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />  
   
 
there is not a 'httphandlers' in the system.webServer...that i can find.
 
thank you for the quick reply.
Chas
hostUser is Offline

Posts:497

10/15/2008 14:39  
Can you blank out any password information in your web.config and email it to service@modulemasters.com?
chasdwUser is Offline

Posts:8

10/15/2008 14:40  

sure, also I have made the changes as I believe to be correct and I am still getting both the javascript errors and only the first page showing.

Email on the way...

 

Chas

hostUser is Offline

Posts:497

10/15/2008 19:22  
Never got the email....
chasdwUser is Offline

Posts:8

10/15/2008 22:34  

Resent the original and sent new email with zipped web.config

 

Thanks

hostUser is Offline

Posts:497

10/15/2008 22:52  
Very strange, still not received, please try service@beckersolutions.com
chasdwUser is Offline

Posts:8

10/15/2008 22:55  
resent...
You are not authorized to post a reply.
Forums > Module Masters Forum > SQL Reporting Services > Only first page of report is showing



ActiveForums 3.7
Copyright 2011 by Module Masters Privacy StatementTerms Of Use