• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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', '[email protected]');"

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