microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.71k stars 754 forks source link

TDE failing to initialize #127

Open jbful opened 7 years ago

jbful commented 7 years ago

Creating database encryption key fails with generic error in RC1, works in CTP2.1: Msg 15508, Level 16, State 24, Line 11 An error occurred while generating a key required by this operation.

Master and TDE certificate created

meet-bhagdev commented 7 years ago

@jbful Can you share your SQL Server errorlog found in /var/opt/mssql/logs?

meet-bhagdev commented 7 years ago

@jbful And can you tell us what the sequence of sequence of sequence of t-sql commands led to this? We are trying to repro this

sayeedh commented 7 years ago

@jbful Also, are you running sqlserver on Windows or Linux?

sayeedh commented 7 years ago

@jbful : Ok, I was able to repro this. So, I do not need the above information, at least for now.

jbful commented 7 years ago

Sorry, was out of town this weekend. For the record, SQL on linux docker. My sqlcmd snippet is attached and works in 2,1 but not RC1. Assuming you do not needs logs if reproducible.

tde.txt

sayeedh commented 7 years ago

thanks

meet-bhagdev commented 6 years ago

@jbful @sayeedh, is this issue resolved or do we need anything else?

shawndewet commented 11 months ago

How is this issue still open almost 6 years later?!