Can't install TCRSSHIOHandler and TCRSSLIOHandler

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
ernschd666
Posts: 11
Joined: Wed 15 Jul 2015 11:54

Can't install TCRSSHIOHandler and TCRSSLIOHandler

Post by ernschd666 » Thu 17 Sep 2015 11:41

Hi,

I'm using UniDAC 6.2.7 (registered) and SecureBridge 6.5.8 (Trial Version). I like to try to connect to our MySQL-Server using an SSH-Tunnel. So I followed the steps in the File .../Demos/TechnologySpecific/SecureBridge/Readme.html to compile and install the TCRSSHIOHandler and TCRSSLIOHandler components, but in Delphi 2007 I'm getting a EPackageError-Exception (dacsbridge105.bpl cannot be installed because it's no Design-time Package). In Delphi XE2 the Entry for Installation is completely missing.
The Library Path to SecureBridge and UniDAC is valid.

Has anyone an idea?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Post by ViktorV » Fri 18 Sep 2015 10:42

To install TCRSSHIOHandler and TCRSSLIOHandler components, please use the following instruction:
Delphi 2007:
1) Compile dacsbridge105.dpk run-time package
2) Compile and install dcldacsbridge105.dpk design-time package

RAD Studio XE2:
1) Compile dacsbridge160.dpk run-time package
2) Open dcldacsbridge160.dpk design-time package, in the project settings select the Delphi Compiler menu item, and in the Search Path add the following value: $(DELPHI)\Lib\$(Platform)\$(Config) . Then switch to the Description section and check the Rebuild as needed option.
3) Compile and install dcldacsbridge165.dpk

ernschd666
Posts: 11
Joined: Wed 15 Jul 2015 11:54

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Post by ernschd666 » Fri 18 Sep 2015 11:47

Thank you, now it's working. :D

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Post by ViktorV » Fri 18 Sep 2015 11:48

It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about SecureBridge.

Post Reply