Home Server

Server Data Error

edited February 2003 in Server
I have the following error when running reports from the web tier:

Data Error: TdaSession.GetDatabaseForName: No TADOConnection object
found for specified name euDatabase separate database connection is
required for each thread

The folders seem to be displaying fine - just the items that are causing
problems... So what's the problem here?

Best Regards,

James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net

Comments

  • edited February 2003

    The error you are receiving indicates that there is no TADOConnection named
    'euDatabase' on the datamodule that contains the report volume.

    For each report volume you need to use a separate TDataModule. The
    TDataModule should contain all components necessary to execute the report.
    For the end-user reports you need the TrsReportExplorer volume and a
    TADOConnection component. The TADOConnection.Name must be the same as is
    used for the EndUser application. This name is saved as part of the report
    definition. For our demos, this name is euDatabase.

    For an example, see RBServer\Demos\EndUser Databases



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

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited February 2003
    Nard Moseley (Digital Metaphors) wrote:

    Ahh - ok, got it going - thanks for that... I would have never worked
    that one out.

    Best Regards,

    James Crosswell
    Software Engineer
    Microforge.net Limited
    http://www.microforge.net
This discussion has been closed.