Telerik Forums
Reporting Forum
2 answers
164 views
When I run my report I am getting a strange error from oracle.  Most of my reports work but there are a few that get this error.  There is no LOB data that I am trying to retrieve and my other reports are retrieving a lot of the same information.  It gives me a generic oracle error code (ORA-00600)  but then the parameters of this error are [kzaSqlBindLob1], [22923] has anyone run into this before?
brigus
Top achievements
Rank 2
 answered on 05 May 2010
2 answers
139 views

First time uploading project to webserver ...  seems to be report viewer related.  .net 2.0 and .net 3.5 are on the server.

Server Error in '/abcd' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=4.0.10.421, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified. (E:\Data\Web\Host1\maut\web.config line 118) (E:\Data\Web\Host1\abcd\web.config line 168)

Source Error:

Line 166:    <httpModules>
Line 167:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 168: <add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule" />Line 169:      <add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule" />
Line 170:    </httpModules>

Source File: E:\Data\Web\Host1\abcd\web.config    Line: 168

 


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 

kellyroberts
Top achievements
Rank 1
 answered on 05 May 2010
1 answer
121 views

HI!

      I am new to telerik reporting , I want to implement a report using stored procedure with 5 filters on the report to get the desired out put. So, please can any one explain me how can i do it? or any link to see the video for the same?
Peter
Telerik team
 answered on 05 May 2010
1 answer
144 views

Hello,

            I am facing an issue in Telerik Reporting. Let me describe my site’s configuration – 3 webservers in Load balancing (Windows 2008 R2) and a Server for MSSQL. There are more than 15 pages where we use telerik reporting. When I try to print a report from my website using webserver 1 it previews a blank page but the report generates without any issues .(I am printing by clicking on the print ICON in Report Tab) ,
however rest of the servers are printing good. As this is a production issue I kindly request you to respond me ASAP.

Attached ScreenShot for your reference.

Kindly Let me know if there are any additional information required.

Regards,
Karthik B

Peter
Telerik team
 answered on 05 May 2010
1 answer
210 views
Hi all -

I have an asp.net website project (not web application) in vb ... call it web1... and a class library project also in vb ... call it web1report.  The reports are in the class library as recommended.  the report project is referenced in the website project.  I have a page in the website w/ a reportviewer pointing to a particular report.  The website has a web.config and defined in there is the same connectionstring 'strconn1'.  this connectionstring is used by several other pages in the web.  it is specifically defined as ...

<

 

connectionStrings>    

 

 

    <

 

add name="strconn1" connectionString="Data Source=server123\INS01,4101;Initial Catalog=ABC;Trusted_Connection=Yes" providerName="System.Data.SqlClient" />    

 

 

</

 

connectionStrings>

 

 

 

 

 

 

 

 

The report uses a sqldatasource and points to a connection string named 'strconn1'  ... same as website ... I told the report wiz to save the connection string.  I checked 'settings' for class library by r-clicking the project -> properties -> then the settings tab and I can see the connectionstring 'strconn1' listed there.

I can preview the report in VS2008 IDE just fine.  but when I try to browse the page w/ the report viewer I get

"Unable to connect to database. Please verify that your connection string is valid; in case you use a connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application."

now heres the weird part.  If I add another connectionstring in the web.config called web1report.My.MySettings.strconn1 ... like ...

 

<

 

 

 

add name="web1reports.My.MySettings.strconn1" connectionString="Data Source=server123\INS03,4103;Initial Catalog=ABC;Trusted_Connection=Yes" providerName="System.Data.SqlClient" />

 

 

 


then I can view the report

the problem is now i have 2 separate connection strings in my project ... and I dont really like that ...

can someone exlpain why its a problem in the first place, and how i can avoid using 2 separate connectionstrings ?

I also read this forum post and it helps but I thought that as long as I have the same connectionstring name in both projects it should be ok. 

is it somehow related to application.settings?  im not sure the website has 'settings' only web.config

Any help is appreciated.
Peter
Telerik team
 answered on 05 May 2010
1 answer
115 views
Hello,
I've got a web server (it's a WCFservice, but doesn't matter) and I need to write the documents on a specified folder... I've seen an article on how to use the telerik wcf service to generate it on the SL side, but what I need is to generate them direcly on the server... need I to use the  Telerik.ReportViewer.WinForms.ReportViewer.ExportReport?? and if so, how??
Thanks

Paolo
Michele
Top achievements
Rank 2
 answered on 05 May 2010
1 answer
85 views

Is there a method for opening excel after doing the export?  Or is there a way I can capture the export event and add the code?

 

As usual, thanks for your help.

Steve
Telerik team
 answered on 05 May 2010
1 answer
35 views
We have reports that we are generating directly to PDF using code from here. This works fine in our local environment for all users and browsers.

We have moved this offsite outside our intranet and now we have a problem with seeing the PDF under IE 7. No other browser is affected. we can work around this by adding it as a trusted site, but that's is not a practical solution to tell customers this.

Anyone have any ideas?

Steve
Telerik team
 answered on 05 May 2010
1 answer
139 views
Is it possible to upgrade reports written using SQL Server Business Intelligence studio to Telerik Reports?

Thanks,

Billy Jacobs
Steve
Telerik team
 answered on 04 May 2010
1 answer
93 views
Is there a way to programatically run a report when the parameters change without the user needing to press the preview button.  In my application the users select a row in the datagrid and the report should run and get the corresponding data.  It works the with the first click but it does not run after that because the render begin event is not fired again until preview is pressed.  Also, is there away to change the test on the preview button? 
brigus
Top achievements
Rank 2
 answered on 04 May 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?