Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM Backup process - Error - The user name or password is incorrect

Messages
7
Reaction score
2
Points
3
In the backup process, I'm getting the error "Cannot create \share\Backup\CM1\AdminUIContentStaging, [error code: 1326, error message: The user name or password is incorrect.]" only during the backup process. The database backup is working fine without any issues.

The system users have full control on the share. Since it's the system user that performs this action, I can't understand why it's giving the error message mentioned above.

I have SCCM version 2303.
 
Did you try to Create the folder outside of ConfigMgr backup task using the local system account yourself?
 
Thank you for your answer.I have found the problem, which was related to the package source not having a domain. I had \test\adr(...) and changed it to \test.domain.pt\adr(...).

So the problem is solved.

Thank you.
 
Back
Top