on 2025 Feb 11 3:49 AM
on ASE 1.0 I have performed below for database encryption with SA login. Successfully able to dump and load databases on source/target with SA login. When tried with non-sa login which with oper_role, getting error
use master
go
create encryption key master with passwd "xyzpassword"
go
set encryption passwd 'xyzpassword' for key master
go
create encryption key dbkey for database encryption
go
alter database db1 encrypt with dbkey
with sa login - WORKS able to dump db1 from source and refresh to target.
Error - with user login with oper_role, getting error user xx not allowed to dump encrypted db, has to be a db_owner.
Also, does the transaction logs has to be on hold while the encryption is in progress.
Any brief document, listing the steps is very helpful.
Request clarification before answering.
What is your ASE server version? Please get output of the followings:
select @@version
go
sp_helpdb db1
go
sp_displaylogin LOGIN_NAME
go
And please share the complete error text you received.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.