• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

BIND DNS Error Plesk 10.4.4 WIndows 2008

i done a query and get this

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.


mysql> SELECT d.name FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id W
HERE z.id IS NULL;


+----------------------------+
| name |
+----------------------------+
| qubefx.in |
| demo.qubefx.in |
| health.dpfinancialcorp.in |
| health1.dpfinancialcorp.in |
| merkur.oxygeninfotech.com |
+----------------------------+
5 rows in set (0.00 sec)


mysql>
 
i refer to that link; it gives me this


mysql> UPDATE domains SET dns_zone_id='DNS-ZONE-ID' WHERE name='qubefx.in';
Query OK, 0 rows affected, 1 warning (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 1
 
dns_zone_id='DNS-ZONE-ID'

REAL DNS-ZONE-ID should be here, but not phrase 'DNS-ZONE-ID'!!! Please contact support team until you will not completely damage Plesk database.
 
getting this error !!

Error: Set default component failed: defpackagemng failed: Execute dnsmng.exe REMOVE * failed with error code 1: syntax error
Execute dnsmng.exe UPDATE * failed with error code 1: syntax error
 
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>cd %plesk_bin%

C:\Program Files (x86)\Parallels\Plesk\admin\bin>cd..

i again try this ..

mysql> SELECT d.name FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id W
HERE z.id IS NULL;
Empty set (0.00 sec)

please tell me what now ?
 
I´m experiencing the same kind of problems since yesterday:

Error: Some of the selected subscriptions were not removed.
Error: DNSZone::Table::select() failed: no such row in the table

I´m running Plesk 10.4.4 #26 Windows 2008 R2 Datacenter into Virtuozzo container.

Please HELP!!!

Now all of the domains cannot be accessed via FTP too:

Connected to xxx.xxxx.net.
220 Microsoft FTP Service
Name (xxx.xxxx.net:root): XXXXXXXXXX
331 Password required for XXXXXXXXXX.
Password:
530 User cannot log in, home directory inaccessible.
ftp: Login failed
ftp>


All the domains have the same problem in 3 different servers!!!!
 
Hello,
it can be fix. i have simply edited dns tables, and insert the records into it. and its done.
then i can able to delete the subscription.
 
query this

mysql> SELECT d.name FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id W
HERE z.id IS NULL;

and tell me the output.
 
I have a Plesk windows server and I want it to work with my 3 existing nameservers. I have configured the name-servers to accept zone-files exported from the Windows server but I do not know how to make the windows server export zone files to them. My research has led to making a batch file which I schedule with the windows task scheduler.

My questions are:

1)What is the location of Plesk zone files on a Windows 2008 R2 Plesk server? 2)What do I include in the batch file to achieve this? I need a typical zone exporting script.

Thanks
 
Hello


I have the same problem and I have not managed to resolve it.

Can you help me with this?


Error: Unable to set BIND DNS Server 9.9.3-P2 (Extended Support Version) as default DNS server: Execute dnsmng.exe REMOVE * failed with error code 1: Invalid field Option in PTR record. Invalid number.
Execute dnsmng.exe UPDATE * failed with error code 1: Invalid field Option in PTR record. Invalid number.
(Error code 1)
 
Hello


I have the same problem and I have not managed to resolve it.

Can you help me with this?


Error: Unable to set BIND DNS Server 9.9.3-P2 (Extended Support Version) as default DNS server: Execute dnsmng.exe REMOVE * failed with error code 1: Invalid field Option in PTR record. Invalid number.
Execute dnsmng.exe UPDATE * failed with error code 1: Invalid field Option in PTR record. Invalid number.
(Error code 1)
Have you tried to fix it with my suggestions from this thread?
 
Back
Top