Page 1 of 1
TMySSHIOHandler installation problems
Posted: Wed 30 Nov 2011 01:44
by wtt
Trying to get SecureBridge installed in Delphi 2007, I found MySSLIOHandler.pas, but it's mostly empty:
uses
Classes, CRSSLIOHandler;
type
TMySSLIOHandler = class(TCRSSLIOHandler);
And nowhere in my MyDAC or SecureBridge source is any file called CRSSLIOHandler.pas, nor any file at all that references TCRSSLIOHandler.
I'm using MyDAC version 5.90.0.54, and there are no notes in the SecureBridge documentation requiring any specific version of MyDAC.
Posted: Thu 01 Dec 2011 09:08
by AndreyZ
Hello,
To use MyDAC with SecureBridge, you should install the TMySSHIOHandler component. The TMySSHIOHandler and TMySSLIOHandler components are included into MyDAC as a demo project. You can find the component package by the following path: MyDAC_InstallDir\Demos\Win32\TechnologySpecific\SecureBridge\Delphi11\mydacsbridge105.dpk . MyDAC_InstallDir is the MyDAC installation directory on your computer. You should open this package and install it.
Nope.
Posted: Thu 01 Dec 2011 15:15
by wtt
That's a lovely idea, but if you read my note you'd see that the TMySSLIOHandler component is essentially empty, and that it requires the unit CRSSLIOHandler which is not installed by either SecureBridge or by MyDAC.
Posted: Fri 02 Dec 2011 10:31
by AndreyZ
Both MySSLIOHandler.pas and CRSSLIOHandler.pas files are located in the MyDAC_InstallDir\Demos\Win32\TechnologySpecific\SecureBridge directory. If there are no such files in this directory, please try reinstalling MyDAC. Please note that you don't need to do anything with these files. They are used by the mydacsbridge105.dpk package. You should only open and install the mydacsbridge105.dpk package. This will add the TMySSHIOHandler and TMySSLIOHandler components to the MySQL Access category of the tools palette. After this you will be able to use MyDAC with SecureBridge.
No CRSSLIOHandler.pas
Posted: Fri 02 Dec 2011 14:55
by wtt
I *have* reinstalled MyDAC and the file CRSSLIOHandler.pas is not installed where you say it should be, and it's not anywhere at all.
Hello?
Posted: Mon 05 Dec 2011 13:26
by wtt
I bought this tool last week and nobody on your end has bothered to respond to the support e-mail I sent nor to provide a proper answer here (proper meaning first reading the question first). This is getting very frustrating.
Posted: Mon 05 Dec 2011 13:40
by AndreyZ
All DACs install demo projects on Windows Vista/7 to the user's documents directory defined by the system. This directory has rights for writing without which you cannot compile any demo project. All MyDAC demo projects under Windows Vista/7 are located in the "My Documents\Devart\MyDac for Delphi 2007\Demos" directory, for example, "C:\Documents and Settings\All Users\Documents\Devart\MyDac for Delphi 2007\Demos\", or "C:\Users\Public\Documents\Devart\MyDac for RAD Studio 2007\Demos\". Please check that you have the MySSLIOHandler.pas and CRSSLIOHandler.pas files in one of the directories specified above.
Posted: Mon 05 Dec 2011 13:46
by wtt
I found the folder where the demos are installed, and as I noted - even after re-installing - that:
* MySSLIOHandler.pas is installed, but has very little content
* CRSSLIOHandler.pas is NOT installed anywhere
This is MyDAC 5.90.0.54 Pro.
Posted: Tue 06 Dec 2011 08:30
by AndreyZ
Please send me an e-mail to andreyz*devart*com and I will send you the CRSSLIOHandler.pas file.