Welcome to Microsoft Q&A!
Operating system error 12002(failed to retrieve text for this error. Reason: 15100)
If you have received this error 12002 on your PC, it means that there was a malfunction in your system operation. Error code "error 12002" is one of the issues that users may get as a result of incorrect or failed installation or uninstallation of software that may have left invalid entries in system elements. Other potential causes may include improper system shutdown, such as due to a power failure, someone with little technical knowledge accidentally deleting a necessary system file or system element entry, as well as a number of other factors.
The following steps should help fix the issue:
Download Outbyte PC Repair application
Install and launch the application
Click the Scan Now button to detect potential issue causes
Click the Repair All button to fix detected abnormalities
The same application can be used to run preventative measures to reduce the chance of this or other system issues appearing in the future.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi there,
Message error 3201 is usually related to an URL not correctly formed. So chances are you forgot to add the full URL, and I'm assuming your bucketname is "sqlservertest". Where are you trying to backup your database to? Is it on-prem S3 solution or pointing to an s3-storage cloud provider?
You can use both Path style or virtual host for S3 URL, for example:
Path Style:
BACKUP DATABASE AdventureWorks2019
TO URL = 's3://<domainName>/<bucketName>/<pathToBackup>/<backupFileName>';
Virtual Host:
BACKUP DATABASE AdventureWorks2019
TO URL = 's3://<bucketName>.<virtualHost>/<pathToBackup>/<backupFileName>'
https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/sql-server-backup-to-url-s3-compatible-object-storage-best-practices-and-troubleshooting?view=sql-server-ver16