• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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