Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

thumbprint referenced in RESTORE FAILURE (SQL 2012)

When trying to do a restore, it fails this way:
~~~
Cannot find server certificate with thumbprint 'bigUIDnumber'..
~~~
But when I do a select * from sys.certificates, I don't see any thumbprint that matches it.

What could be the thumbprint that is being referenced in the failure message?
Avatar of Deepak Chauhan
Deepak Chauhan
Flag of India image

Is it TDE encrypted database? In this case you have to copy the cretificate and private master key to destination server. Which you use while enabling Transparent data encryption.
Avatar of 25112
25112

ASKER

yes, TDE encrypted database.

but if you have to restore it to the same server, is this an issue?

but the thumbprint referenced is not in sys.certificates?
ASKER CERTIFIED SOLUTION
Avatar of Deepak Chauhan
Deepak Chauhan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial