Maybe it is time to switch to Ola Hallengren's maintenance solution: http://ola.hallengren.com?
SSMS Error with Create Credential in Maintenance Plan
I was able to backup an onprem SQL DB to an Entra Storage account without issue. The problem is when I try to backup the DB using a maintenance plan I get the error below. I have been reading how to resolve this online and have already tried upgrading to the latest release of SSMS which did not help. I also tried to update the SSMS.exe.config file with the assembly listed and got the same result.
Thoughts???
1 additional answer
Sort by: Most helpful
-
ZoeHui-MSFT 36,116 Reputation points
2024-08-29T06:40:19.9566667+00:00 Hi @rr-4098,
Here is a same thread and someone said that he solved with below.
you cannot create the credential in the new task dialog box or wizard.
After following those instructions, create the plan with the credential you need, setting the URLs, etc. After the task is created, click on the task and open the Properties panel and remove the value for "CredentialName":
"Sql Credential:" in the task box should be empty.
Save the plan and it will execute! Hope this helps.
You may carefully take a reference to.
Error when creating SQL Credential in SSMS 19
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.