Server Data Error
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
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
This discussion has been closed.
Comments
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
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