RAD Studio C++ 2010 and SecureBridge

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
DaveWPD
Posts: 3
Joined: Tue 11 May 2010 08:15

RAD Studio C++ 2010 and SecureBridge

Post by DaveWPD » Tue 11 May 2010 09:07

Hello,
Our company used SecureBridge for CBuilder6 and wrote a small dialog program to run a job on a Linux machine, and everything worked fine.
We then moved to RAD Studio C++ 2010 and got the SecureBridge module for 2010. We migrated the old code and at first we thought everything was fine. However we soon found that the dialog program only worked once, meaning the program could not call the dialogue program a second time and work.
The dialog program comprises of a TScFileStorage, TScSSHClient, and a TScSSHShell component. The program has three functions a “connect” that issues a ScSSHShell->Connect, a command to send a ScSSHShell->WriteString(Message) message to run the job, and finally a ScSSHShell->Disconnect().

When you run the dialog box a second time and it fails the responses are as follows:
The “connect” triggers the shell AsyncReceive and we get the login message from the Linux machine.
The “WriteString” actually sends the message to the Linux machine and the job is created, however there is no AsyncReceive data received to show that the command was processed. (NonBlocking is true).
Basically we have been using this code under C++ Builder6 and now under RAD Studio C++ 2010 it works just once, so what new feature am I missing?

Regards Dave

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

Post by Dimon » Tue 11 May 2010 09:56

I can not reproduce the problem.
Please try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

DaveWPD
Posts: 3
Joined: Tue 11 May 2010 08:15

Post by DaveWPD » Wed 14 Jul 2010 10:07

We tried your suggestion of preplacing with the latest version (2.60.0.15)
and the problem was fixed. However I now have a trial version how do I get it registered again ?

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

Post by Dimon » Tue 20 Jul 2010 07:34

Please find all sbridge*.bpl files on your PC and delete them. After that reinstall SecureBridge.

DaveWPD
Posts: 3
Joined: Tue 11 May 2010 08:15

Post by DaveWPD » Tue 20 Jul 2010 07:56

Followed your suggestion, problems now resolved.
Thanks Dave

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

Post by Dimon » Wed 21 Jul 2010 14:04

Feel free to contact us if you have any further questions about SecureBridge.

Post Reply