Symptoms
When attempting to create or restore an account, you encounter an error similar to the following:
CONFIG_TEXT: Failed to create the account: (XID 6shq2n) The domain “domain.tld” already exists in the userdata.
Cause
This error frequently occurs after a domain has been removed from the server, but an entry for it still exists in the /etc/userdatadomains file.
Resolution
- Access the server's command line as the 'root' user via SSH or Terminal in WHM
-
Backup the
/etc/userdatadomainsfile by running the following command:# cp -av /etc/userdatadomains{,.$(date +%s)}
-
Run the
updateuserdatacachescript:# /scripts/updateuserdatacache --force
Additional Resources
How to locate 'cruft' left over from a removed domain
How to locate 'cruft' left over from a partially removed account
Comments
0 comments
Article is closed for comments.