TMySSHIOHandler not found

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
fschulze
Posts: 6
Joined: Fri 23 Jan 2009 12:57
Location: Magdeburg, Germany

TMySSHIOHandler not found

Post by fschulze » Tue 02 Aug 2011 07:21

I'm experienced user of IBDAC and Firebird, but I'm new to MySQL.

I try out your MyDAC and SecureBridge components.
I've installed both trials on DelphiXE.

If I open SSHDacDemo project and there SSH_Client form I get error message:
Class TMySSHIOHandler not found. ...

Where to find and install TMySSHIOHandler component?

Thanks
Frank

AndreyZ

Post by AndreyZ » Tue 02 Aug 2011 13:11

Hello,

Before opening the demo project, you should compile and install the mydacsbridge150.dpk package that contains the TMySSHIOHandler and TMySSLIOHandler components. The mydacsbridge150.dpk package is located in the %MyDAC_Install_Dir%\Demos\TechnologySpecific\SecureBridge directory. For more information, please read the Readme.html file that is located in this directory.

fschulze
Posts: 6
Joined: Fri 23 Jan 2009 12:57
Location: Magdeburg, Germany

differnt unit versions

Post by fschulze » Tue 02 Aug 2011 15:22

Thanks, MySSHIOHandler works now.

But compiling the SSHDacDemo project I get a new error:

[DCC Fataler Fehler] SSH_Client.pas(10): F2051 Unit MySqlApi wurde mit einer unterschiedlichen Version von CLRClasses.UnicodeToUtf8 compiliert

Translation:
[DCC Fatal Error] SSH_Client.pas (10): F2051 Unit MySqlApi was compiled with a different version of CLRClasses.UnicodeToUtf8

I don't have MySqlApi.pas and/or CLRClasses.pas to recompile it...

Frank

AndreyZ

Post by AndreyZ » Thu 04 Aug 2011 12:59

Please try the following:
- close RAD Studio XE;
- remove IBDAC, MyDAC, and SecureBridge;
- remove all *dac*.bpl and sbridge*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall IBDAC, MyDAC, and SecureBridge, and check if the problem persists.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 08 Aug 2011 09:13

Was the problem solved? If any questions come up, please contact me.

Post Reply