DataAbstract_Server_IDE_D25.bpl can't be installed because another package with the same name is already loaded

Hi,

We’ve facing this problem while loading this package. We have installed everything from scratch.

image

Trying build and reinstall manually, we got this error.

The error happens after reinstall DA and Hydra, just one environment.

Install DA and Install Hydra seems ok:

Note, It works after Delphi first launch, but after that stop loading

Which files can we check the loaded packages?

OS: Windows 10:
Delphi 10.2
Version: RemObjects Data Abstract for Delphi, Server Edition - 10.0.0.1495.exe
RemObjects Hydra - 6.3.0.1263.exe

Follow the logs
InstallDA_HydraLog.zip (15.3 KB)

Thank you…

Hi,

you are using builds created in different time:

  • Data Abstract for Delphi, Server Edition - 10.0.0.1495 - Tue, Nov 10, 2020
  • Hydra - 6.3.0.1263 — Wed, Jan 20, 2021

both build use the same shared Everwood package so you have to rebuild DA after installing Hydra.

try to launch install_DA.cmd manually with admin rights.
Note: Delphi IDE should be closed!

it should solve this issue


also you can try to remove DA_Server_IDE_D25 packages (IDE->Components->Install packages...) from known packages and re-add it manually.

Hi.

The build is diffents due bugs on Hydra at time, and breaking changes in DA, but it works fine in other environments.

I’ve tried rebuild after install Hydra but unsucessfully…

Note: I’ve tried install DA with Delphi Closed, and install the package manually, this error pops up

“can’t be installed because another package with the same name is already loaded”

Hi,
Reinstally DA after Hydra. We get this error while opening build packages

After hit ok, the screen pops again

image

Thank you.

Tried a stand alone install but often getting Package / Module not found for
DataAbastract_Legacy_D25.bpl
DataAbstract_Server_IDE_D25.bpl

Thank you.

Hi,

try to do these actions:

  • remove DataAbstract_Legacy_D25 & DataAbstract_Server_IDE_D25 packages from known packages (IDE->Components->Install packages...)
  • open ...\Data Abstract for Delphi\Source\BuildPackages_D25.groupproj in IDE
  • rebuild & install DataAbstract_Server_IDE_D25 manually
  • close IDE

will it works as expected, or it will say that .. another package with the same name is already loaded ?
if everything is ok, try to install legacy package in the same way

Hi

After uninstalled, I cant install anymore. Its said module not found.

Even all path checked and configured as expected…

Might this be a bug from Delphi?

A

Hi,

you have to rebuild DataAbstract_Server_IDE_D25 package and then install it

Ive tried rebuild and install (run install_DA), but its said “a package with same name already loaded”

Hi,

check that DataAbstract_Server_IDE_D25 package has ..\..\Dcu\D25\$(Platform) as output dir.


launch regedit, goto HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\19.0\Known Packages hive and check that you have C:\Program Files (x86)\RemObjects Software\Data Abstract for Delphi\Dcu\D25\Win32\DataAbstract_Server_IDE_D25.bpl entry in it

Hi,

Yes, this is correct path, but is said “module not found” after Clean, Build and Install From Build Package “BuildPackages_D25.groupproj” for DataAbstract_Server_IDE_D25.bpl
and DataAbstract_Legacy_D25.bpl

These 2 packages both keep in gray color.
image

I`ve tried install in C:\RemObjects Software, and still unsuccessfully…

Thank you.

Hi,

  • launch regedit.exe and export HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\19.0\Known Packages hive to a file
  • show all .bpl in C:\Program Files (x86)\RemObjects Software\Data Abstract for Delphi\Dcu\D25\Win32.
    you can do it via Win+R and execute command like
cmd.exe /c dir "C:\Program Files (x86)\RemObjects Software\Data Abstract for Delphi\Dcu\D25\Win32\*.bpl" >y:\lst.txt

Note: change y:\lst.txt with actual filename

drop both files to support@ for keeping privacy

Hi

I`ve sent evidences by internal message…

Thank you

1 Like

Issue was with broken path variable

1 Like