Home Server

EDataError, There is insufficient ....

edited March 2005 in Server
A report works fine when in preview mode.
When the server runs this report i'm getting a EDataError, There is
insufficient system memory to run this query.
The machine on wich the server runs had 4G internal memory, and only 700M
are in use.

Any idea ???

Comments

  • edited March 2005

    Try running the server as a Delphi application and use the Delphi debugger
    to determine where the problem occurs. It probably occurs when the query is
    opened. I do not know why you are receiving this error. I do not think it is
    an RB issue, more likely a Delphi data access issue.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited March 2005
    My server app is a application that runs as a service, not with the report
    builder service.
    As a solution that you provided as a tip.
    I'm running over 4 servers at a time on one machine.
    But at the moment of this test there was only one server/service started.
    I don't know of any way of running a service app in the IDE.

  • edited March 2005

    Then create a test Server app that can be run under the IDE and test that
    one.




    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.