473,396 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

The request could not be submitted for background processing

Hi All,

I am using .net crystal reports to develop the reports. The version of
crystal report assemblies is 10.2.3600.0. When i run the reports i got
following error.

#region Retry Report Data into Dataset
if (criteria == "")
{
dsregional = new DataSet();
dsregional = doa.GetDSForReport(criteria,reporttype);
}
else
{
dsregional = new DataSet();
dsregional = doa.GetDSForReport("AND " +
criteria,reporttype);
}
#endregion

#region PUSH dataset to Crystal Report
if (dsregional.Tables[0].Rows.Count >= 1)
{
// if report type is details
if (ddReportType.SelectedItem.Value == "D")
{
cptRegionRating.Report.FileName =
"RatingCptRegionalDetails.rpt";
}

else
// report type is summary
{
cptRegionRating.Report.FileName =
"RatingCptRegionalSummery.rpt";
}
dsregional.Tables[0].TableName =
"CptRatingDistribution";

cptRegionRating.ReportDocument.SetDataSource(dsreg ional);
cptRegionRating.DataBind();

cptRegionRating.ReportDocument.SetParameterValue(" param_rating_version",product_version);

cptRegionRating.ReportDocument.SetParameterValue(" param_base_currency",base_currency);
cptRegionRating.ReportDocument.ExportToHttpRespons e(CrystalDecisions.Shared.ExportFormatType.Portabl eDocFormat,
Response, false, "");
cptRegionRating.Dispose();
}
else
{
Flash = "There is nothing to display";
}
#endregion

An exception of type
'CrystalDecisions.CrystalReports.Engine.InternalEx ception' occurred in
CrystalDecisions.ReportAppServer.DataSetConversion .dll but was not
handled in user code

Additional information:
Error in File
C:\DOCUME~1\KALPES~1.BEL\LOCALS~1\Temp\RatingCptRe gionalSummery
{42BA5AC4-3DBE-41E0-BE27-62858B730D28}.rpt:
The request could not be submitted for background processing.
***************

The following information about the error was automatically captured:

Date and Time: 7/28/2006 10:38:16 AM
Machine Name: KRT026
Remote Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; SV1; .NET CLR 2.0.50727)
Remote User:
Remote Address: 127.0.0.1
Remote Host: 127.0.0.1
Current URL:
http://localhost:8000/Credit.Web/rep...nalReport.aspx
Referring URL:
http://localhost:8000/Credit.Web/rep...nalReport.aspx
..NET Runtime Version: 2.0.50727.42
Application Domain: dbbf37b6-1-127985368533839012

Application Build: development

Exception Type:
CrystalDecisions.CrystalReports.Engine.InternalExc eption
Exception Message:
Error in File
C:\DOCUME~1\KALPES~1.BEL\LOCALS~1\Temp\RatingCptRe gionalSummery
{A6EC13B3-2F27-44D4-B32E-B9F21C4762BD}.rpt:
The request could not be submitted for background processing.
Exception Source:
CrystalDecisions.ReportAppServer.DataSetConversion
Exception Target Site: Boolean ThrowDotNetException(System.Exception)

Exception Location:
Credit.Web\reports\RatingCptRegionalReport.aspx.cs :308[17]
Exception Details:

CrystalDecisions.CrystalReports.Engine.InternalExc eption:
Error in File
C:\DOCUME~1\KALPES~1.BEL\LOCALS~1\Temp\RatingCptRe gionalSummery
{A6EC13B3-2F27-44D4-B32E-B9F21C4762BD}.rpt:
The request could not be submitted for background processing. --->
System.Runtime.InteropServices.COMException (0x800002AD):
Error in File
C:\DOCUME~1\KALPES~1.BEL\LOCALS~1\Temp\RatingCptRe gionalSummery
{A6EC13B3-2F27-44D4-B32E-B9F21C4762BD}.rpt:
The request could not be submitted for background processing.
at
CrystalDecisions.ReportAppServer.Controllers.Repor tSourceClass.Export(ExportOptions
pExportOptions, RequestContext pRequestContext)
at
CrystalDecisions.ReportSource.EromReportSourceBase .ExportToStream(ExportRequestContext
reqContext)
--- End of inner exception stack trace ---
at
CrystalDecisions.ReportAppServer.ConvertDotNetToEr om.ThrowDotNetException(Exception
e)
at
CrystalDecisions.ReportSource.EromReportSourceBase .ExportToStream(ExportRequestContext
reqContext)
at
CrystalDecisions.CrystalReports.Engine.FormatEngin e.ExportToStream(ExportRequestContext
reqContext)
at
CrystalDecisions.CrystalReports.Engine.ReportDocum ent.ExportToStream(ExportOptions
options)
at
CrystalDecisions.CrystalReports.Engine.ReportDocum ent.ExportToHttpResponse(ExportOptions
options, HttpResponse response, Boolean asAttachment, String
attachmentName)
at
CrystalDecisions.CrystalReports.Engine.ReportDocum ent.ExportToHttpResponse(ExportFormatType
formatType, HttpResponse response, Boolean asAttachment, String
attachmentName)
at RatingCptRegionalReport.btnGo_Click(Object sender, EventArgs e)
in
D:\Work\Credit\Code\Kalypto.Credit.Web\reports\Rat ingCptRegionalReport.aspx.cs:line
308
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEven t(String
eventArgument)
at
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String
eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection
postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

HTTP Headers
------------

Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 3158
Content-Type: multipart/form-data;
boundary=---------------------------7d6342ce0522
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-shockwave-flash, application/vnd. [truncated]
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Cookie: ASP.NET_SessionId=ear5r355eznuuz33ngctss2p
Host: localhost:8000
Referer:
http://localhost:8000/Credit.Web/rep...nalReport.aspx
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 2.0.50727)
Query String
------------

Form Variables
--------------

__VIEWSTATE:
/wEPDwUKLTYwNjkzNzM2NQ9kFgJmD2QWAgIDD2QWAmYPZBYkAgE PDxYCHgRUZXh0BQ9JbnRlcm5hbCBSYXRpbmdkZAIDDxAPFgYe
[truncated]
ctl00$Content$ddRating: 0
ctl00$Content$ddRegion: 00
ctl00$Content$ddExpNature: 0
ctl00$Content$ddGroupBy: KCR_RATING_INTERNAL_SCALE_ID
ctl00$Content$ddReportType: D
ctl00$Content$btnGo: Generate
__EVENTVALIDATION:
/wEWKwKHod23CwK/lo6RDQK4lq6RDQK4lqKRDQK4luqSDQLr7o+wBALw+e2bDgKG16 nFCgK6qqDwBQKfxYbbDwLVkMKGCAK3lqKR
[truncated]
Session
-------

UserName:
UserId: 1
____CrystalDecisions.Web.CrystalReportSource.DUMMY _SESSION_STATE_KEY:
True
Application
-----------

Expecting solution

Warm Regards,

Kalpesh

Jul 28 '06 #1
0 5113

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Ray Torres | last post by:
I would appreciate any help with the following problem. I have several different htm pages with (simalar) forms that are processed by the same PHP script. If there is data missing on the form,...
5
by: Paxton | last post by:
I created an html email containing a form whose method is POST. The form is posted to an asp page for processing, but no values are retrieved. So I response.write all the Request.Form fields, and...
3
by: mrhicks | last post by:
Hello all, I have a question regarding efficeny and how to find the best approach when trying to find flag with in a structure of bit fields. I have several structures which look similar to ...
0
by: Augustin Prasanna. J | last post by:
Hi We have developed the reports using Reports for our asp.net web application using the Crystal Report assemblies that comes along with Visual Studio.Net 2003. the report works fine in our...
0
by: Rocio | last post by:
Hi: I have many ASP.net application created by VB.net2003 and I'm using crystal reports for .net, I'm using the crystal viewer to display my reports. I deployed those applications with the...
2
by: Elliot Rodriguez | last post by:
I have a form that contains a mix of dynamic controls and declared controls. All of them are intrinsic .NET controls. Several functions within the page use Request.Form to query the value of the...
2
by: xiangyap | last post by:
Hi all I've developed a Crystal Report in VS2005. I got the error message "The request could not be submitted for background processing" when I tried to load this report in my winform...
2
by: patrice.pare | last post by:
Hello, Here is a summary of my Dev Environment: I use Visual Studio 2005 Team Suite SP1 with Crystal Report XI SP1 on a Windows XP SP2 development workstation. I also use SQL Server 2000 SP4. ...
0
by: sukeshchand | last post by:
While working with asp.net with vb.net and crystal report taking print out this following error is coming . Error in File C:\DOCUME~1\sukesh\LOCALS~1\Temp\rptPrintTAT...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.