Results 1 to 6 of 6

Thread: Query Engine Error.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124

    Query Engine Error.

    I have written an application using VB.net using Windows XP. The application has several reports and they worked well on my computer. Upon installing the application on another computer, some of the reports failed to generate. One report that works access a data table directly while those that failed are accessing a dataset with SQL statements. The error message : "Query Engine Error : c:\docu~1\*************" will appear.

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Each of data connections in your application is based on a connection string. When you develop your application locally the database path points to your local hard disk which is not necessarily the same on target machine. One way to overcome this problem is to map that property of connection(connectionstring) to a key in configuration file using dynamicproperties of the connection.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124

    I found the answer

    This is not the answer what i want, anywhere, i found the answer in the CrystalDecision web site. The solution is to copy one of the msvcp70.dll to the target machine c:\Windows\System32

    below web address maybe useful for those who faced this problem.





    http://www.crystaldecisions.com/sear...x=36&btnG.y=11

  4. #4
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128
    hello,

    i am getting the:
    Query Engine Error: 'C:\WINNT\TEMP\temp_4848b6cd-4367-4f45-913d-d891d0a4782d.rpt'

    but i DO have the .dll files in my system32 directory!

    any ideas???

    Tom

  5. #5
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Most of the time i faced such an error was due to malformed relationships between database tables.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124
    Originally posted by tmashley
    hello,

    i am getting the:
    Query Engine Error: 'C:\WINNT\TEMP\temp_4848b6cd-4367-4f45-913d-d891d0a4782d.rpt'

    but i DO have the .dll files in my system32 directory!

    any ideas???

    Tom
    I think you can try crystaldecisions.com and find it out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width