August 16, 2018 at 10:09 am
I have a sql server or the backup is done in encrypted mode
the pb that I can not restore the certificate on another server
on the same server I manage to remove the certificate and restore it againCREATE CERTIFICATE CERT_POIDW01#VOCAL FROM FILE ='\\CAEFILER03\sql-bck$\CERTIFICATE\POIDW01#VOCAL\CERT_POIDW01#VOCAL.CER'
WITH PRIVATE KEY(FILE='\\CAEFILER03\sql-bck$\CERTIFICATE\POIDW01#VOCAL\PRIVATEKEY_POIDW01#VOCAL.pvk',
DECRYPTION BY PASSWORD='*****');;
this Erreur
Msg 15208, Level 16, State 6, Line 1The certificate, asymmetric key, or private key file does not exist or is invalid, or you do not have the appropriate permissions for it.
August 16, 2018 at 12:07 pm
joujousagem2006 1602 - Thursday, August 16, 2018 10:09 AMI have a sql server or the backup is done in encrypted mode
the pb that I can not restore the certificate on another server
on the same server I manage to remove the certificate and restore it againCREATE CERTIFICATE CERT_POIDW01#VOCAL FROM FILE ='\\CAEFILER03\sql-bck$\CERTIFICATE\POIDW01#VOCAL\CERT_POIDW01#VOCAL.CER'
WITH PRIVATE KEY(FILE='\\CAEFILER03\sql-bck$\CERTIFICATE\POIDW01#VOCAL\PRIVATEKEY_POIDW01#VOCAL.pvk',
DECRYPTION BY PASSWORD='*****');;this Erreur
Msg 15208, Level 16, State 6, Line 1The certificate, asymmetric key, or private key file does not exist or is invalid, or you do not have the appropriate permissions for it.
Does the SQL Server service account have permissions to that UNC path?
Sue
August 18, 2018 at 12:04 am
Another alternative approach is to use a recovery software.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply