Can't find file DataAbstract4.RODL

Hi,

We have an applicationserver and client that still use the Remobjects and DataAbstract version 4. We are now busy upgrading everything to the latest version of RO/DA (8.1.87.1147).
When I execute the ApplicationServer and in the client in the TRORemoteService I click on ServiceName I expect to get a list of services available. However I get the DataAbstract4.RODL file not found message and no services are displayed

Any ideas,

regards
Paul

can you confirm , that you have installed DAD Server Edition, i.e.
RemObjects Data Abstract for Delphi, Server Edition - 8.1.87.1147.exe ?

Yes we have, this is the only version we downloaded

Open in ServiceBuilder your server rodl.
Remove DataAbstract dependance and re-add it via “Edit->Use Existing RODL->Data Abstract”.

Will it solve your problem?

No it doesn’t
The TXMLToRODL.LoadFileToLibrary method looks for:
‘C:\Program Files\RemObjects Software\Data Abstract\Source\DataAbstract4.RODL’

The rodl file and installation is located:
‘c:\DelphiLib\RemObjects Software\Data Abstract for Delphi\Source\DataAbstract4.RODL’

Open in ServiceBuilder your server rodl.
Remove DataAbstract dependance and re-add it via “Edit->Use Existing RODL->Use Existing RODL” and specify “C:\DelphiLib\RemObjects Software\Data Abstract for Delphi\Source\DataAbstract4.RODL” in that dialog.

Will it solve your problem?

Yes it works,
Thanks!