Error in install SDAC 8.0.2 pro

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
na9tech
Posts: 5
Joined: Fri 22 Jan 2016 08:57
Contact:

Error in install SDAC 8.0.2 pro

Post by na9tech » Mon 07 Aug 2017 15:56

Hello Dear
i used SDAC 6.11.23 with Delphi XE7 without any problems but i bought New version 8.0.2 and after i install ed this new version i have some error on ope Delphi and component not load correctly.
this is my error message:
@Memds@TmemDataset@SetDetailFields$qqr20System@UnicodeString could not be locating in ... dac210.bpl
what i should be do?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error in install SDAC 8.0.2 pro

Post by azyk » Tue 08 Aug 2017 08:34

To solve the issue with SDAC, please try the following:
- close RAD Studio XE7;
- uninstall SDAC;
- remove all *dac*.bpl, crcontrols*.bpl and tdstream210.bpl files from your computer (please make sure there are no such files on your computer);
- find all DAC units, like CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, OLEDBAccess.dcu files on your PC and delete them;
- install SDAC.

na9tech
Posts: 5
Joined: Fri 22 Jan 2016 08:57
Contact:

Re: Error in install SDAC 8.0.2 pro

Post by na9tech » Tue 08 Aug 2017 09:39

Should I also delete this files:
DataExplorerFireDACPlugin210.bpl
DataSnapFireDAC210.bpl
dclDataSnapFireDAC210.bpl
dclFireDAC210.bpl
dclFmxFireDAC210.bpl
emsclientfiredac210.bpl
FireDACADSDriver210.bpl
FireDACCommonDriver210.bpl
FireDACDSDriver210.bpl
FireDACInfxDriver210.bpl
and ...

na9tech
Posts: 5
Joined: Fri 22 Jan 2016 08:57
Contact:

Re: Error in install SDAC 8.0.2 pro

Post by na9tech » Tue 08 Aug 2017 09:43

I did it but my problem was not resolved

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error in install SDAC 8.0.2 pro

Post by azyk » Tue 08 Aug 2017 10:42

na9tech wrote:Should I also delete this files:
DataExplorerFireDACPlugin210.bpl
DataSnapFireDAC210.bpl
dclDataSnapFireDAC210.bpl
dclFireDAC210.bpl
dclFmxFireDAC210.bpl
emsclientfiredac210.bpl
FireDACADSDriver210.bpl
FireDACCommonDriver210.bpl
FireDACDSDriver210.bpl
FireDACInfxDriver210.bpl
and ...
These files are not related to SDAC, therefore they should not be deleted.

Maybe, besides SDAC on your computer you have some other installed DAC products for RAD Studio XE7: https://www.devart.com/dac.html . In this case, to avoid the error, it is necessary that the installed DAC products have compatible versions.

na9tech
Posts: 5
Joined: Fri 22 Jan 2016 08:57
Contact:

Re: Error in install SDAC 8.0.2 pro

Post by na9tech » Tue 08 Aug 2017 13:22

I did all things you said before
But my problem was not resolved
I do not have any other products from Devart on my system

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error in install SDAC 8.0.2 pro

Post by azyk » Wed 09 Aug 2017 08:50

Please check that you run RAD Studio XE7 in the standard packages configuration, i.e. in the launch properties of the shortcut there is no -r key. For example:

Code: Select all

"C:\Program Files (x86)\Embarcadero\RAD Studio\15.0\bin\bds.exe" -rtest
In the sample -r is a key, test is the configuration name. More details at http://support.codegear.com/article/37108 .
SDAC installs/removes packages only for standard IDE configuration. Otherwise, you need to install/remove packages for each configuration manually.

To completely uninstall SDAC, follow the steps:

1) close RAD Studio XE7;
2) uninstall SDAC;
3) open RAD Studio XE7 without using the -r key;
4) select the Component ->Install Packages menu, in the opened dialog using the Remove button remove the following elements:

"Devart SQL Server Data Access Components"
"Devart Data Access GUI VCL related Components"
"Devart SQL Server Data Access GUI VCL related Components"
"Devart Data Access Components"
"Devart SQL Server Data Access FMX Components"
"Devart SQL Server Data Access GUI FMX related Components"
"Devart Data Access GUI FireMonkey related Components"
"Devart DataSet Manager"
"Devart Controls"

Click OK, close the studio:

5) if you use the -r key to run RAD Sudio XE7, then for each such configuration repeat item 4;
6) remove all crcontrols210.bpl, dac210.bpl, dacfmx210.bpl, dacvcl210.bpl, datasetmanager210.bpl, dclcrcontrols210.bpl, dcldac210.bpl, dclsdac210.bpl, dclsdacfmx210.bpl, sdac210.bpl, sdacfmx210.bpl, sdacvcl210.bpl, tdstream210.bpl files from your computer (please make sure there are no such files on your computer);

After these actions SDAC will be completely uninstalled.

Install SDAC 8.0.2 again and inform us about the results.

Post Reply