• 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.

Where should we post SERIOUS BUGS ???????

E

edgard

Guest
Hello,

I am evaluating and testing Plesk 8.1 for Windows and found a bug when creating a new domain.

Operating System: Windows 2003 Enterprise Edition with SP1
OS Updates: All Windows Updates till date
Pleask: Plesk 8.1 for Windows
Database: Microsoft SQL Server 2000 Enterprise Edition
DNS: MS-DNS

How to reproduce the error
=================================

After a fresh installation of Windows and Plesk, change the default DNS zone numbering format to YYYYMMDDnn in MS-SQL PSA database by running:

insert into misc(param, val) values('SOA_SERIAL_MODE', 'YYYYMMDDnn')

Run the following command from the command line, or just try creating a new domain:

C:\Program Files\SWsoft\Plesk\admin\bin>domain -c "one.com" -dom_user true -du_passwd "password" -dns true -www false -hosting false -ip 192.168.0.90 -clogin "one" -mail_service false -notify false

The command output would then be:

Unhandled Exception: System.Management.ManagementException: Generic failure at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()at WMIMsDNS.Provider.GetSOARecord(String zone, String[]& param_list)
ERROR: PleskException
dnsmng::update() failed: dnsmng failed: Empty error message from utility.

0: C:\Program Files\SWsoft\Plesk\admin\plib\dns\DNSManager.php:704
DNSManager::updateDNSZone(object of type DNSZone)
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.PhDomain.php:790
PhDomain->restartServices()
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.PhDomain.php:692
PhDomain->update()
3: C:\Program Files\SWsoft\Plesk\admin\plib\class.BsDomain.php:338
BsDomain->update()
4: C:\Program Files\SWsoft\Plesk\admin\plib\cu\class.cuDomain.php:814
cuDomain->cmdCreate(string 'one.com', array)
5: C:\Program Files\SWsoft\Plesk\admin\plib\cu\class.cuDomain.php:571
cuDomain->cuDomain()
6: C:\Program Files\SWsoft\Plesk\admin\plib\cu\domain.php:22


I hope you guys work on this issue ASAP!

Thank you,
 
Back
Top