Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Erorro when writing some server settings.
Fri, Sep 29 2006 8:33 AMPermanent Link

Abdulaziz Jasser
Hi,

Why do I get this error "DBISAM Engine Error # 11276 The connection to the database server at '127.0.0.1' has been lost" when trying to write some
server settings on a remote session using the administrative port (12006).  This is my code:

DBISAMDatabase1.Close;
DBISAMSession1.Close;
DBISAMSession1.RemotePort        := 12006;
DBISAMSession1.RemoteCompression := 0;
DBISAMSession1.RemoteEncryptionPassword := 'Somepassword';
DBISAMSession1.RemoteEncryption         := True;
DBISAMSession1.Open; //Here were I get the error.
Fri, Sep 29 2006 2:32 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Abdulaziz,

<< Why do I get this error "DBISAM Engine Error # 11276 The connection to
the database server at '127.0.0.1' has been lost" when trying to write some
server settings on a remote session using the administrative port (12006).
This is my code:

DBISAMDatabase1.Close;
DBISAMSession1.Close;
DBISAMSession1.RemotePort        := 12006;
DBISAMSession1.RemoteCompression := 0;
DBISAMSession1.RemoteEncryptionPassword := 'Somepassword';
DBISAMSession1.RemoteEncryption         := True;
DBISAMSession1.Open; //Here were I get the error. >>

Did you set the remote encryption password properly so that it matches the
same password used for encryption on the database server ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Sep 30 2006 6:41 AMPermanent Link

Abdulaziz Jasser
<<Did you set the remote encryption password properly so that it matches the
same password used for encryption on the database server ?>>

Are you saying that I have to use the same encryption string that I use to encrypt some tables inside the database?
Sun, Oct 1 2006 7:34 AMPermanent Link

Abdulaziz Jasser
Never mind I found the problem.  I have to use an encrypted session to change the server settings.  This was not the case in version 3.

Thanks Tim.
Mon, Oct 2 2006 1:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Abdulaziz,

<< Are you saying that I have to use the same encryption string that I use
to encrypt some tables inside the database? >>

No, but you have to use the same comms encryption password as the database
server:

http://www.elevatesoft.com/dbisam4d5_tdbisamsession_remoteencryptionpassword.htm

http://www.elevatesoft.com/dbisam4d5_tdbisamengine_serverencryptionpassword.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image