Page 1 of 1
Invalid Input Arguments
Posted: Thu 26 Jan 2017 23:23
by jnovelo
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.
Re: Invalid Input Arguments
Posted: Fri 27 Jan 2017 13:29
by ViktorV
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?
Re: Invalid Input Arguments
Posted: Fri 27 Jan 2017 16:57
by jnovelo
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;
}
}
Re: Invalid Input Arguments
Posted: Mon 30 Jan 2017 16:54
by jnovelo
Any idea ?
Re: Invalid Input Arguments
Posted: Tue 31 Jan 2017 08:51
by ViktorV
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/
Re: Invalid Input Arguments
Posted: Wed 01 Feb 2017 00:54
by jnovelo
Seems to work, I'll do tests.
Thank you
Re: Invalid Input Arguments
Posted: Wed 01 Feb 2017 02:06
by jnovelo
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
Re: Invalid Input Arguments
Posted: Wed 01 Feb 2017 13:41
by ViktorV
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.
Re: Invalid Input Arguments
Posted: Wed 01 Feb 2017 20:33
by jnovelo
I already bought the standard license with order number 528634023, you send me the version with this bug corrected?
Thank you
Re: Invalid Input Arguments
Posted: Thu 02 Feb 2017 00:34
by jnovelo
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.
Re: Invalid Input Arguments
Posted: Thu 02 Feb 2017 10:03
by ViktorV
We sent to your email the link to the licensed version of SecureBridge for C++ Builder 6 that includes this fix.