creating certficiate for FE backup
Blackbaud moved our FE sql 2019 database to Azure 2019. My backups are now encrypted and I'm trying to install the certificate and private key on my local 2019 server.
According to Blackbaud the steps I need to do are:
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'xxxxx'
Download the certificate and private key from the backup panel.
And then run this command
CREATE CERTIFICATE [NightlyBackup]
FROM FILE = 'C:\\certificate\\certificate.cer'
WITH PRIVATE KEY (FILE = 'c:\\certificate\\certificate.pvk',
DECRYPTION BY PASSWORD = 'xxxxx')
I keep getting a password is invalid error. But I was able to back up the master key using the same password I'm trying to use to create the certificate. The password is 17 characters long.
Can anyone help with this? I need to update our data warehouse that we purchased from Blackbaud, but I can't get the certificate created so I can't restore the backup.
Comments
-
@Cindy Filler
I would be able to help update your data warehouse and bring more value to your data. Give me a call at 614-203-17180
Categories
- All Categories
- 6 Blackbaud Community Help
- 208 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 563 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 242 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
