• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't Add Domain Aliases

M

Michael Legg

Guest
I recently removed a domain alias from a domain and now I can't add ANY domain aliases to that domain.

I just get "Error: DNS record already exists."

Bear in mind, I get this error REGARDLESS OF WHAT DOMAIN ALIAS I TRY TO ADD, so it's nothing to do with the previous domain alias. Nevertheless, I've checked the dns_recs and dns_zone tables and there is no sign of the old domain alias and I've checked C:\Program Files\Parallels\Plesk\dns\var and there is no sign of a zone file for the old domain alias.

Does anyone have any suggestions?
 
There can be different database inconsistencies except described in http://kb.odin.com/en/1364
Empty fields, for example, which can be found with

SELECT * FROM dns_recs WHERE displayHost = '' OR host = '' OR displayVal = '' OR val = '';

So, if you cant find a reason by yourself - contact support team.
 
There can be different database inconsistencies except described in http://kb.odin.com/en/1364
Empty fields, for example, which can be found with

SELECT * FROM dns_recs WHERE displayHost = '' OR host = '' OR displayVal = '' OR val = '';

So, if you cant find a reason by yourself - contact support team.

SELECT * FROM dns_recs WHERE displayHost = '' OR host = '' OR displayVal = '' OR val = ''; Returned no results

I have a phobia about contacting support, I've only ever done it once in the past and it made my head spin trying to work out which support option to choose (I got it right after 2 attempts) and in the end although I was financially poorer, the problem couldn't be fixed so it was all a waste of time and money.
 
Last edited by a moderator:
Found it!

There was a weird entry in the format "domain.tld.domain.tld" using the primary domain name in the dns_recs table.

Once I deleted this, domain aliases began working again.
 
Back
Top