Wrox Programmer Forums
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services 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 August 27th, 2003, 10:42 PM
Registered User
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Query Engine Error

I have written many Crystal report on vs.net. I have some error when show report. I don't find the error. Connection and show datagrid very good but when issign CrystalReportView is appeared error. Please Can you help me. Content error following:

Server Error in '/kstt' Application.
--------------------------------------------------------------------------------

Query Engine Error: 'c:\inetpub\wwwroot\kstt\CRport.rpt'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: CrystalDecisions.CrystalReports.Engine.DataSourceE xception: Query Engine Error: 'c:\inetpub\wwwroot\kstt\CRport.rpt'

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[DataSourceException: Query Engine Error: 'c:\inetpub\wwwroot\kstt\CRport.rpt']
   .F(String  , EngineExceptionErrorID 
) +540
   .A(Int16 , Int32 ) +537
   CrystalDecisions.CrystalReports.Engine.FormatEngin e.GetPage(PageRequestContext reqContext) +539
   CrystalDecisions.ReportSource.LocalReportSourceBas e.GetPage(PageRequestContext pageReqContext) +189
   CrystalDecisions.Web.ReportAgent.u(Boolean N) +164
   CrystalDecisions.Web.CrystalReportViewer.OnPreRend er(EventArgs e) +108
   System.Web.UI.Control.PreRenderRecursiveInternal() +62
   System.Web.UI.Control.PreRenderRecursiveInternal() +125
   System.Web.UI.Control.PreRenderRecursiveInternal() +125
   System.Web.UI.Page.ProcessRequestMain() +1489

 
Old October 21st, 2003, 11:31 PM
Registered User
 
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this,

http://support.crystaldecisions.com/...s/c2011164.asp

it worked for me.

 
Old October 6th, 2004, 05:29 AM
Registered User
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have exactly the same error message and I was figuring this out for 3 days, until finally I was able to 'conquer' the error.

Notice the Version Information at the bottom of the error page. If you are developing under VS.NET 2003, try to use framework v1.1.4322, if you are developing under VS.NET 2002, try using v1.0.3705

I have 3 versions of .NET framework installed, v1.0.3705, v1.1.4322 and v2.0.40607 and I'm seeing the following at the bottom of the error page:

"Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version: 2.0.40607.42"

and then I went to
1. CD\<%SYSTEM%>\Microsoft.NET\Framework\v2.0.40607
2. aspnet_regiis -u (to uninstall version 2.0 of ASP.NET)
3. CD..\v1.1.4322
4. aspnet_regiis -i (to install version 1.1 of ASP.NET)

At this point better to restart your machine and after reboot, try to launch your web app again.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Query Engine Error jjshah Crystal Reports 5 December 8th, 2005 08:56 PM
Query Engine Error .... verdun Crystal Reports 6 February 7th, 2005 03:42 AM
Query Engine Error Fallout Crystal Reports 2 September 30th, 2004 01:13 AM
query engine error shanzhu Crystal Reports 1 September 30th, 2004 01:13 AM
Query Engine Error AniFu .NET Web Services 0 June 18th, 2004 02:53 AM





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