Plesk 12.x / Windows :: Backup Files To Remote FTP Server - Login Denied

Jul 27, 2014

I'm using Plesk 12.0.18 version with Windows 2012. I need to backup files to remote ftp server. Remote server configuration is Windows 2012 with IIS server. It works with ftp clients very well.

But, i have a problem about Personel FTP Repository. I open Personal FTP Repository Settings and write all boxes with true information about remote ftp server but it says "Transport error: unable to list directory: Curl error: Login denied".

Ftp server works fine with ftp clients and cpanel backups.

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Backup Via FTPS Fails With Curl Error / Login Denied

Sep 6, 2014

I experienced an issue using an external backup repository on Plesk 12.0.18 machines using ftps. The ftp server uses ftps (explicit) connections.Plesk 11.5 works fine (and ordinary ftp client like Filezilla as well), Plesk 12 throws the following error when trying to add the server via the web interface:

Code:
Curl error: Login denied
Unencrypted connections will work. Plesk 11.5 machines (with the same settings) will work.

I've analyzed the problem and got so far: The backup manager tries to connect using "regular" transfer method + ssl, not ftp-ssl explicit.Is there a chance to force Plesk using explicit ftpes connections? Or is there another work around?Some additional infos about the (ftp) server: The ftp server is running ProFTP 1.3.4d, uses port 2000 for the control port and has a port range (2001 - 2100) for the passive connections.I tried to add the server using the address field of the gui IP:2000 and checkboxed "passive mode" and "ftps".

View 4 Replies View Related

Plesk 11.x / Windows :: Backup Not Replacing Old Files

Jul 23, 2013

I have a scheduled backup set on my panel, to backup all server configuration and content, and is set to run every week. I also set to keep only 1 backup on repository, but this config doesn't seem to work! My hard drive is getting full all the time, and when I check that its because theres a lot of old backups stored that are not getting removed!

My question is: the backup script removes the old files only at the end or it does it while backing up? If the action of removal happens only at the end of the script, i think it would explain why it isn't working: my hard drive gets full before, and the script drops an error, and never get to the end of it and it doesn't remove the old backups.

My Version: Parallels Plesk Panel v11.0.9_build20120609.17 os_Windows 2008

View 2 Replies View Related

Plesk 11.x / Linux :: Sitebuilder Extension - Access Denied When Login As Client

Sep 10, 2014

I installed the SiteProBuilder (from the www.site.pro page) in extensions of the Parallels Plesk Panel 11.5.30. I installed from .zip file on administrator account of Plesk Panel. The extension SiteBuilder was shown in all administrated subscriptions. On administrator account the extension works properly but when I log into the Plesk Panel as a client of one subscription then extension doesn't start and message is displayed: "Error: access denied".

View 3 Replies View Related

How To Tansfer Backup Files From Linux Server To Windows Server

Jul 4, 2007

what is the fast and best way?

View 4 Replies View Related

Plesk 12.x / Linux :: Transport Error - Unable To List Directory / Access Denied To Remote Resource

Nov 20, 2014

I seem to have an error with backing up to my personal FTP repository. I have only just noticed the issue, but i believe it originated when I upgraded Plesk Panel 11 to Plesk Panel 12. I am currently running version 12.0.18 on Cent OS 6.5.

Note whether i check the "Use passive mode" option makes no difference to my problem.Below is what I get from the panel.log under /usr/local/psa/admin/logs

Code:
[2014-11-20 19:49:44] ERR [util_exec] proc_close() failed
[20-Nov-2014 19:49:44 UTC] PleskUtilException: '/usr/local/psa/admin/bin/pmm-ras' '--check-repository' '--dump-storage=ftp://USERNAME@IPADDRESS/MYFTPDIRECTORY/' '--use-ftp-passive-mode' failed with code 121.

stdout:
Transport error: unable to list directory: Curl error: Access denied to remote resource

stderr:

file: /usr/local/psa/admin/plib/Service/Agent/Transport/Local/Exec.php
line: 57
code: 0
trace: #0 /usr/local/psa/admin/plib/Service/Agent/Transport/Local.php(60): Service_Agent_Transport_Local_Exec->process(0, Object(Service_Agent_Command_Exec), Object(Service_Agent_Transport_LocalTransaction))

[code]....

View 8 Replies View Related

Plesk 11.x / Windows :: Remote Mail Server

Feb 9, 2014

I have installed Plesk Panel in a Windows 2008 R2 server but i need to use an EmailEnable Sever installed on another Windows 2008 R2 Server. Is it possible to manage that?

View 4 Replies View Related

Plesk 11.x / Windows :: Delete Inactive MSSQL Remote Server

May 13, 2014

I have an account which used a remote MSSQL server which I have since deactivated, but before deactivating I forgot to remove the DB and Server from plesk.

So now I can't remove the remote MSSQL server from plesk as there is a DB associated with it, and I can't remove the DB because it obviously can't find the remote server! I'm now stuck in a loop!

How I can force remove the DB/User from plesk and then the remote server ? I'm now receiving errors whilst backing up the account, so needs to be done.

View 1 Replies View Related

Plesk 12.x / Windows :: Access Is Denied

Feb 15, 2015

in last two day we have problem with plesk on windows server 2008 r2 plesk version is 12.we have Access is denied error in some part of plesk like: can not add email address.can not edit email address..can not active on suspend domain..i Conant support team and they are solve problem but after on day. problem came back.in attachment i attach error log file and screenshot on errors.

View 3 Replies View Related

Plesk 12.x / Linux :: Zend Controller Exception - Permission Denied When Trying To Restore Backup

Jun 8, 2015

System
12.0.18 CentOS 6 1200150126.15
micro update - 48

trying to restore a backup from a different plesk 12 server but it keeps giving me this error

Internal error.
ERROR: Zend_Controller_Exception: Permission denied.#0 /usr/local/psa/admin/plib/CommonPanel/Controller/Action/Abstract.php(191): CommonPanel_Controller_Action_Abstract->_checkForgeryProtectionToken()
#1 /usr/local/psa/admin/externals/Zend/Controller/Action.php(502): CommonPanel_Controller_Action_Abstract->preDispatch()
#2 /usr/local/psa/admin/externals/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('errorAction')
#3 /usr/local/psa/admin/externals/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#4 /usr/local/psa/admin/plib/Application/Web.php(38): Zend_Controller_Front->dispatch(NULL)
#5 /usr/local/psa/admin/htdocs/application.php(15): PleskApplication_Web->run()
#6 {main} (Broker.php:336)

The backup was saved on a personal ftp repository ...

View 2 Replies View Related

Apache :: Accept Files In Home Directory - Development Server Access Denied

Jul 19, 2014

I have recently switched from Ubuntu to Mint because I would like to enjoy out of the box functionality. I installed Apache, PHP and Mysql. When I go to localhost, the page displays correctly indicating that the server is functioning. In /var/www/html I created devPages. In devPages I created a symlink to a directory in my home directory where I keep all of my html/php files.

When I point my browser to http://localhost/devPages/1/ I get "You don't have permission to access /devPages/1/ on this server". This appears to be a permissions/ownership issue. I don't want to change the permissions for the directory or files in the home directory because they are set to work properly on my production server. Is there a way to get apache to accept files in my home directory?

I have set owner and group for devPages and the symlink to www-data. Set permissions to 755 for devPages.

By the way, under Ubuntu, I have always used a symlink and it always worked without any issues.

View 1 Replies View Related

Plesk 12.x / Linux :: 413 Request Entity Too Large - Can't Upload Backup Files With Backup Manager

Sep 17, 2014

I have a 6GB backup file created with another Plesk Backup Manager, now I trying to upload this backup file to my Plesk Backup Manager but after upload 3% I am getting "413 Request Entity Too Large" error, I tried with disable NGINX but still getting this error.

how can I resolve this error or is their any other way to upload my file on backup manager?

I see that Backup Manager have a file size restriction of 2GB how can I increase this?

View 2 Replies View Related

Plesk 12.x / Windows :: Receive Error Access Denied

Mar 16, 2015

A few day ago when i access Windows plesk i receive error Access Denied. [URL]..... Even i made these steps i still receiving Access Denied when i access. I tried use PLesk REconfigurator, put psaadm permissons on all C:, update plesk, windows and still having this issue.

View 3 Replies View Related

Plesk 12.x / Windows :: Operation Failed - Access Is Denied

Apr 6, 2015

Login Plesk 12 In Error :

Operation failed
The operation you were performing failed. You can retry the operation with or without changing its parameters. You may also want to report this problem to our support.

Error show :
Access is denied.
---------------------- Debug Info -------------------------------
Windows 2012 and Mssql 2012 .

View 4 Replies View Related

Plesk 12.x / Windows :: Backup Task Take Down Server

Aug 4, 2014

I guess the Plesk 12 is the best version of plesk for windows since i work with plesk on version 8.

But the backup task still has a problem, now i can't backup my server using backup manager. If i create a manual task to create backup after few hours the server and plesk just get to slow to use. Only when i remove task i can use back server.

When Parallels create a backup task who's really work ?

How can i backup all my accounts of server in case of crash?

View 1 Replies View Related

Plesk 11.x / Linux :: Root Login To Backup All Database

Mar 12, 2015

Any way to backup every SQL Databases at once ?

At the moment i need to configure each subscription on my backup program to backup each sql database.

there is any way to set a login that back's up all the databases?

And for the ftp files?

View 1 Replies View Related

Plesk 11.x / Windows :: Parallels Asking Password - Access Is Denied Due To Invalid Credentials

May 25, 2014

When I tried access parallels plesk panel 11.5 ... It's show windows password, if i enter Administrator credentials i see login of parallels, if i cancell i receive this error: "401 - Unauthorized: Access is denied due to invalid credentials."

I also tried use reconfigurator but i receive this error on attach 2...

View 2 Replies View Related

Plesk 12.x / Windows :: Error Deleting Client - Message Access Is Denied

Jul 6, 2015

When trying to delete A client I get the following error:

Internal error: Access is denied.
Message Access is denied.
File Hierarchical.php
Line 105
Type Exception

I'm on plesk 12.0.18 Update #53 and have run the plesk reconfigurator to check for permissions issues.

View 1 Replies View Related

Plesk 11.x / Windows :: Creating Subdomain - Access Is Denied Due To Invalid Credentials

Sep 22, 2012

I have a problem with my plesk v11, when i create a new subdomain and upload my asp.net application to that and make a request to view my web page it get Server Error 401 :

401 - Unauthorized: Access is denied due to invalid credentials.

You do not have permission to view this directory or page using the credentials that you supplied.

But my main web site have not any problem and works fine, my changes that didn't work :

1) change in web.config file :

<authentication mode="None">
</authentication>

2) change in web config file :

<authorization>
<allow users="?"/>
</authorization>

Another question that i have is this happens because the Plesk's default permission assigning to the main domain so the users can view content without problem, but the permission isnt assign to the created subdomains ?

If this is the problem, how can i fix it so my users can see the content with our Windows Authentication or Forms authentication or anything else?

this is my domain name : www.senatex.ir
and this is my sub domain : nerkh.senatex.ir

Also parallels default host files not have any problems, for example : content.senatex.ir

View 1 Replies View Related

Plesk 11.x / Windows :: How To Backup Database Of Non Working Server

May 26, 2014

my plesk server was running OK for the last 13 months and suddenly it breaks apart on its own and I cant make it work again. [URL]

Is there a way to backup database at this stage? How?

Planning to reformat my windows server. and start over.

View 1 Replies View Related

Plesk 12.x / Windows :: Getting Error While Running Backup On Server

Aug 25, 2014

Getting error while running backup on server. Plesk 12 windows 2012.

WARNING: (server object 'server') Cannot dump sso certificate[Could not find file 'C:Program Files (x86)ParallelsPleskadminconfsso.sp.pem'.]
WARNING: (server object 'server') Cannot dump idp certificate[Could not find file 'C:Program Files (x86)ParallelsPleskadminconfsso.idp.pem'.]

View 6 Replies View Related

Plesk 12.x / Windows :: FTP Cannot Login

Oct 13, 2014

Windows 2012R2 Plesk panel 12...FTP can not login.

View 1 Replies View Related

Decompressing Files On Remote Server Using SSH

Nov 5, 2008

I uploaded a .tar.gz file to my host & want to decompress it on the server to avoid long & painful FTP uploading. I read so far that this is possible using SSH with command line, but I searched for the appropriate command to no avail so far. SSH (& SFTP) connection to server established successfully & I'm using WinSCP.

View 4 Replies View Related

Plesk 12.x / Windows :: Unable To Backup Server Site Builder Content

Jun 27, 2014

When making backup, I get this error:

Warning: server "server"
Unable to backup server Site Builder content[Error in execute ''"C:Program Files (x86)ParallelsPlesksbutilsbru.php" --backup --log=stdout --target=server_settings --file="C:Program Files (x86)ParallelsPleskPrivateTemp mp34720.tmp"':
# Error: Cannot execute query to database. #

View 1 Replies View Related

Plesk 12.x / Windows :: Backup And Restore - After Server Migration Some Settings Not Copied Across

Dec 22, 2014

After a server migration, some critical Plesk settings were not copied across, even though the option to backup/restore panel configuration was used. e.g.

skeleton (vhosts.skel folder)
php.ini (Program Files (x86)ParallelsPleskAdditionalPleskPHP5* folder)
Default site (vhostsdefault folder)
health config (Program Files (x86)ParallelsPleskadminconfcustom-health-config.xml)
Additional Administrator accounts

Is there a way to get these things to backup and restore that I am doing wrong?

Are there other important settings/data that I have missed from that list? I am still paying to keep the old server in case I discover something else!

Using Plesk Backup & Restore for disaster recovery will lose these settings unless they take extra steps. e.g. I now have a simple batch file that copies these files to a private folder on one of the domains before the daily backup kicks in.

View 1 Replies View Related

Plesk 12.x / Linux :: Remote FTP Backup Is Not Working

Aug 14, 2014

Since moving to version 12 on the remote FTP backup is not working.

This makes the tar of 50K ~

We have chosen "Setting and content domain" ... 

View 2 Replies View Related

Plesk 11.x / Windows :: Internal Server Error 500.0 When Upload Database Backup File

Dec 23, 2014

I'm having a problem with Plesk Panel 11.0.9 update #64. All other page running perfect. But when I go to "Backup Manager --> Database Backup Repository --> Upload Backup File" then Plesk Panel show error: Internal Server Error 500.0.

On server, it show detail below: .....

View 2 Replies View Related

Automated Remote FTP Backup Shell Script For PLESK

Jul 4, 2008

I found this useful script to get backup in plesk:

http://www.web-hosting-control-panel...kup/gfx_backup ...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved