Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2004, 04:41 AM
Registered User
 
Join Date: Apr 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default huge dataset binding..server application unavaile

dear all,

i am using crystal report with asp.net on vs.net 2003 platform. My problem is that for small recordset it works fine, whereas when record count reaches to 17000 it get fails and shows page containing this "Server application unavailable" and other alla ballaaa...

used code lines are below
crReportDocument.SetDataSource(dataset.Tables[0]);
CrystalReportViewer1.ReportSource = crReportDocument;

please help in this regards.

Thanks and Regards



 
Old September 17th, 2004, 06:33 AM
Registered User
 
Join Date: Apr 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

at last during searching on support.businessobjects.com/forums i have found solution. Infact problem is memory. i localte machine.config file on server and increase memory limit under <processModel> tag. Presently it is 60. You can locate machin.config from c:\WINNT\Microsoft.NET\Framework\{Version Number}\CONFIG

:) good luck every body and enjoy web searching



 
Old January 4th, 2006, 10:21 PM
Registered User
 
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Weekit Send a message via Yahoo to Weekit
Default

Dear all,

I have to selected alot of data from database(sql2000) more than 300000 records.Althought i set memory limited to '60' and tried to '120' but it can not solve my problem "Server Application Unavailable" ,what should i do






Similar Threads
Thread Thread Starter Forum Replies Last Post
Binding a menu with dataset zaghmout ASP.NET 2.0 Professional 1 August 14th, 2007 05:24 AM
Binding a DataSet to Cystal Report snufse Crystal Reports 0 March 30th, 2007 07:06 AM
binding the grid to dataset?? thas123 ASP.NET 2.0 Basics 1 December 27th, 2006 02:15 PM
Binding Dataset to DataCombo in .NET TokenBug ADO.NET 4 September 29th, 2006 05:02 AM
Binding a Dataset to a Report ChrisLane Crystal Reports 4 March 9th, 2004 02:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.