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?
Can't install TCRSSHIOHandler and TCRSSLIOHandler
-
- Posts: 11
- Joined: Wed 15 Jul 2015 11:54
Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler
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
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
-
- Posts: 11
- Joined: Wed 15 Jul 2015 11:54
Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler
Thank you, now it's working. 

Re: Can't install TCRSSHIOHandler and TCRSSLIOHandler
It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about SecureBridge.
Feel free to contact us if you have any further questions about SecureBridge.