• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Domain failed to create

V

vinoveritas

Guest
Hello -

I had a domain fail on creation. The DNS module failed with an unknown error. Now, after a reboot, when I try and create that same domain again, it says that there are already DNS records for this domain. When I check the Microsoft DNS, there is nothing listed under forward or reverse.

I think the database is out of sync with what is actually there. How do you pull the bad data out of the database? I think it's using the MSSQL Server Runtime (whichever it chooses from a default install).

Thanks for the help!
 
Found Solution

FOUND SOLUTION:

I found that the tables for Plesks internal database are in a MySQL\Data folder located in the plesk install directory.

I used the command line tool, dbclient.exe, to find the out-of-sync records in tables: dns_zone & dns_recs. I issued the DELETE SQL command to remove them from the two tables.
 
Back
Top