SQL Server error Event ID 3041 and 18204 troubleshooting

EnterpriseArchitect 6,041 Reputation points
2023-08-07T05:29:03.63+00:00

I need some help in identifying and troubleshooting the SQL Server backup issue for my SQL server instance below:

Microsoft SQL Server 2019 (RTM-CU18-GDR) (KB5021124) - 15.0.4280.7 (X64)

The problem is that it always throws errors like the following:

  • Event ID 3041:

BACKUP failed to complete the command BACKUP LOG model. Check the backup application log for detailed messages.

  • Event ID 18204:

BackupDiskFile::CreateMedia: Backup device 'https://corporateaccount.blob.core.windows.net/azure-vm01/model_ad67e767efe673349523_20230807151537+10.log' failed to create. Operating system error 50(The request is not supported.).

Where to check the Backup settings and how to stop this from happening again?

Any help would be greatly appreciated.

Azure SQL Database
SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-08-07T06:33:32.06+00:00

    So you what to backup directly to Azure BLOB storage? How does your T-SQL command look like?


  2. Anonymous
    2023-08-07T09:09:30.47+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.