• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

When I open File Manager, I get "Operation failed" error.

D

Donaldson

Guest
I tried following the instructions exactly described here:

http://kb.parallels.com/en/6649

When I tried the first time, the username I had for the site did not even exist. I re-created the username in Panel, entered all the commands again - and it found it! I ran the NET command, it worked.

I went back into the File Manager, and it still game the same error:

FileList::init() failed: ls_dir_wrapper() failed: Unable to logon user (servername\username): (1326) Logon failure: unknown user name or bad password.
---------------------- Debug Info -------------------------------
0: FileManagerUIPointer.php:182
FileManagerUIPointer->accessItem(string 'GET', NULL null)
1: client.domain.hosting.file-manager.php:87
plesk__client__domain__hosting__file_manager->accessItem(string 'GET', NULL null)
2: UIPointer.php:600
UIPointer->access(string 'GET')
3: plesk.php:50


I tried it a third time with a different username. It worked, but the same error occurred.

I changed it back to the original username, performed the commands again, rebooted the server - and nothing.

Do anyone have any ideas?

Thanks in advance!

Using version 10.4
Windows Server 2008 R2 SP1
 
can you login to FTP with that user? The password doesnt have a space or something at the end of it right?

maybe try and update the sql password manually to what you have reset the password to?
Something like this maybe?

"%plesk_bin%"\dbclient --direct-sql --sql="update a Set Password='PASSWORD' from accounts a inner join sys_users su on a.id=su.account_id where su.login='USER'"
 
Back
Top