Page 1 of 1

Can't install TCRSSHIOHandler and TCRSSLIOHandler

Posted: Thu 17 Sep 2015 11:41
by ernschd666
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?

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Posted: Fri 18 Sep 2015 10:42
by ViktorV
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

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Posted: Fri 18 Sep 2015 11:47
by ernschd666
Thank you, now it's working. :D

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler

Posted: Fri 18 Sep 2015 11:48
by ViktorV
It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about SecureBridge.