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

Access is denied.

ThanhN

Basic Pleskian
When i run this command
"%plesk_bin%"\dbclient.exe --direct-sql --sql="INSERT INTO dns_zone (name, displayName, email) VALUES ('s.dieuhoavinhphu.com', 's.dieuhoavinhphu.com', 'user@email.com');"

I have result

Access is denied.



How can i fix this ?
 

Attachments

  • error.png
    error.png
    20.4 KB · Views: 4
I Have ticked "Additional write/modify permissions" on Service Plans

When i'm creat new domain or subdomain.
"Additional write/modify permissions " Is not working by default
 
Hello, regarding dbclient.exe:
could you please put your dbclient.exe to ZIP and send it to me in private message?

Regarding "Additional write/modify permissions":
Do you asking why this option is not enabled in default plan? or it is not working as expected? Please explain.
 
On Windows 2008 Server 64bit and Plesk 11.0.9
I have a similar issue with dbclient.exe when I try to use

C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe direct-sql sql=SELECT id,name FROM domains WHERE htype=vrt_hst AND id NOT IN (SELECT dom_id FROM hosting);

I get access denied and a pop up which translates to english something like "this is not a valid Win32-Application"

I have uploaded the dbclient.exe as a .zip compressed file.

I have just upgraded from Plesk 9.3.0 to 11.0.9 and I am trying to cleanup errors, such as the:

out of webspace internal server error on Plesk

Internal error: C:\inetpub\vhosts\mydomain.de\httpdocs is out of webspace
Message C:\inetpub\vhosts\mydomain.de\httpdocs is out of webspace
File Webspace.php
Line 354
Type PleskFatalException

without success as of yet.

Help is much appreciated


thank you
 

Attachments

  • dbclient.zip
    122 bytes · Views: 1
Last edited:
Dear Parallels Support Team,
please advice on this Issue, provide a solution on how you managed the post creators issue, or leave comment, on why you are ignoring my call for support.
I am a paying customer, and this issue is critical and I think I have been somewhat patient.

I will gladly provide you with any further information, if necessary.

regards
 

Attachments

  • plesk_error.jpg
    plesk_error.jpg
    92.3 KB · Views: 4
dbclient.exe

Please find attached original dbclient.exe for version 11.0.9
 

Attachments

  • dbclient.exe.zip
    211.1 KB · Views: 7
Thank you for providing the file. I can confirm, that it is working now. And I can now execute the following command:

CMD:
C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe --direct-sql --sql="SELECT id,name FROM domains WHERE htype='vrt_hst' AND id NOT IN(SELECT dom_id FROM hosting);"

C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient.exe --direct-sql --sql="UPDATE domains SET htype='none' WHERE htype='vrt_hst' AND id NOT IN(SELECT dom_id FROM hosting);"

still in to solve the issue:

Internal error: C:\inetpub\vhosts\mydomain.de\httpdocs is out of webspace
Message C:\inetpub\vhosts\mydomain.de\httpdocs is out of webspace
File Webspace.php
Line 354
Type PleskFatalException
 
Back
Top