Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Encrypted catalog problem
Sat, Jul 11 2009 10:32 AMPermanent Link

Uli Becker
Hi,

I have some encrypted tables and am using this statement in order to
create a new database when my application starts the first time:
'CREATE database "Safe" path ' + Engine.QuotedSQLStr(NewDataPath) + '
ENCRYPTED CATALOG';

When opening the databse I get this error:

ElevateDB Error #100 There is an error in the metadata for the catalog
Safe (The encryption password does not match the default or current
engine encryption password)

While this statement works:

'CREATE database "Safe" path ' + Engine.QuotedSQLStr(NewDataPath);

What am I doing wrong?

Thanks Uli
Sat, Jul 11 2009 11:20 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Uli


When I had this it was because I'd changed the encryption password in the engine component but not in the session and I was using session settings.

Roy Lambert [Team Elevate]
Sat, Jul 11 2009 12:43 PMPermanent Link

Uli Becker
Roy,

> When I had this it was because I'd changed the encryption password in the engine component but not in the session and I was using session settings.

I understand, but in this case I am just using the engine settings.

Uli
Sat, Jul 11 2009 3:27 PMPermanent Link

Ulrich Becker
OK, I got it. The catalog I was using in this case was not encrypted.
Thus the first statement couldn't work.

Uli
Image