Subject | Re: [IBO] IBObjects with IBSurgeon encryption plugin |
---|---|
Author | Mauro Rocha |
Post date | 2019-09-19T23:51:17Z |
Jason,
Thank you so much for your help via Skype!
So the problem was just the protocol. The default protocol for TIB_Connection is "LOCAL". Switching to TCP/IP did the work.
Best regards!
Mauro.
On Thu, Sep 19, 2019 at 7:15 PM 'Jason Wharton' supportlist@... [IBObjects] <IBObjects@yahoogroups.com> wrote:
There is likely a database parameter block that is required as well. Contact me directly on Skype (Jason LeRoy Wharton in Malta, Idaho) and I will work with you to get it running properly.Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Thursday, September 19, 2019 3:56 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] IBObjects with IBSurgeon encryption pluginHi.I'm trying to use IBO with IBSurgeon Encryption plugin, and passing the key directly to the plugin instead of using a .conf file. If I use FireDAC, all goes well. But with IBO, if I try to query an encrypted FDB (via IB_Query) or try to encrypt an FDB using IB_Script (alter database encrypt with DbCrypt key MyKey;), I get the error "Key not set". I'm using TIB_ClientLib to ensure I'm loading the right fbclient.dll.Any ideas?Mauro.