Invalid Input Arguments

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Invalid Input Arguments

Post by jnovelo » Thu 26 Jan 2017 23:23

I'm interested in buying the SecureBridge component group, so download the trial version, but when trying to connect to SSH I throw the error: "Invalid Input Arguments", this in the demo for c ++ builder 6, and also in my own application . I need the c ++ builder 6 version (I already have update 4 installed). Thanks for the help in advance.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Invalid Input Arguments

Post by ViktorV » Fri 27 Jan 2017 13:29

Unfortunately, we couldn't reproduce the issue. To be able to investigate the issue, please let us know in which line of the SSHClient demo project code does the error occur?

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Fri 27 Jan 2017 16:57

void __fastcall TDemoForm::btConnectSSHClick(TObject *Sender)
{
TCursor OldCursor = Screen->Cursor;
try {
Screen->Cursor = crHourGlass;
ScSSHClient->Connect(); // <-- this line throw the exception. Line 176
}
__finally {
Screen->Cursor = OldCursor;
}
}

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Mon 30 Jan 2017 16:54

Any idea ?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Invalid Input Arguments

Post by ViktorV » Tue 31 Jan 2017 08:51

Please check whether the error is reproduced on a new SecureBridge version which you can download by the link: https://www.devart.com/pub/dac/sbridgec ... _2017.exe/

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Wed 01 Feb 2017 00:54

Seems to work, I'll do tests.
Thank you

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Wed 01 Feb 2017 02:06

In case of buying the Securebridge package, which version would I deliver ?, because the one that is released has the error of this post, thanks again

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Invalid Input Arguments

Post by ViktorV » Wed 01 Feb 2017 13:41

This fix will be included in the next SecureBridge build, which we plan to release next month. But, if you make a purchase before a new version release, we will be able to send you a licensed SecureBridge version, including this fix.

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Wed 01 Feb 2017 20:33

I already bought the standard license with order number 528634023, you send me the version with this bug corrected?
Thank you

jnovelo
Posts: 9
Joined: Thu 26 Jan 2017 23:08

Re: Invalid Input Arguments

Post by jnovelo » Thu 02 Feb 2017 00:34

Now with the registered version (7.34) I send the following error: "Socked close. Cannot recieve data" ,
Both in my application and in the demo, this at the moment of connecting. I hope you can send me the corrected version. Thanks.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Invalid Input Arguments

Post by ViktorV » Thu 02 Feb 2017 10:03

We sent to your email the link to the licensed version of SecureBridge for C++ Builder 6 that includes this fix.

Post Reply