Hello all,
I am trying to remove a domain account from Veeam B & R. i've removed the account from all the jobs, but im having a problem even finding where these shared folders are located.
None of the ones listed even exist any longer, 2 of them are on servers that no longer exist, 1 is not a shared folder on the server and the last is on an Exagrid device that no longer exists.
\\server1\c$\vms (this is not a shared folder on this server)
\\server2\c$ (server no longer exists)
\\server3\c$ (server no longer exists)
\\veeamrepository\i$\Backup\ADDS (this is an Exagrid)
How to i get rid of these?
Case #05509933
Jeff
-
- Enthusiast
- Posts: 41
- Liked: 2 times
- Joined: Oct 18, 2018 12:37 pm
- Full Name: Jeff Baumann
- Contact:
-
- Product Manager
- Posts: 9848
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Unable to delete credentials (domain account) because they are currently in use
Hi Jeff
Have a look at this topic if it helps you. It seems you face a similar issue.
Please make a configuration backup before using the sql query to delete the non existing share from the sql database.
Thanks
Fabian
Have a look at this topic if it helps you. It seems you face a similar issue.
Please make a configuration backup before using the sql query to delete the non existing share from the sql database.
Thanks
Fabian
Product Management Analyst @ Veeam Software
-
- Enthusiast
- Posts: 41
- Liked: 2 times
- Joined: Oct 18, 2018 12:37 pm
- Full Name: Jeff Baumann
- Contact:
Re: Unable to delete credentials (domain account) because they are currently in use
This worked, thanks Mildur!
SELECT * FROM [Backup.Model.MruList]
DELETE FROM [Backup.Model.MruList] WHERE url = ‘the name of the folder you are trying to remove’
SELECT * FROM [Backup.Model.MruList]
DELETE FROM [Backup.Model.MruList] WHERE url = ‘the name of the folder you are trying to remove’
-
- Product Manager
- Posts: 9848
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Unable to delete credentials (domain account) because they are currently in use
Your welcome
Product Management Analyst @ Veeam Software
Who is online
Users browsing this forum: No registered users and 26 guests