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

Server.CreateObject_Failed

S

sagelike

Guest
Hopefully someone can help with this problem...it seems to pop up regularly.

I've installed aspupload on the server and whenever I try to upload a file via the browser I get this error:

ASP_0177_:_800401f3|Server.CreateObject_Failed 80 - xx.xxx.xxx.xxx

I've run into this problem a number of times with other server components such ANSMTP.

My guess is that the problem is the same each time. It's a permissions issue however I've had no luck fixing it.

What do I need to do to make components such as ansmtp or aspupload work?

Thanks in advance for your help!

Cheers
G.
 
You need to check Permissions for directory where DLL reside.
for example:

C:\Program Files\Persits Software\AspUpload\Bin

Add the following Permissions:

PSACLN = Read & Execute
 
hi

go to c:\inetpub\mailroot\pickup folder ntfs permission, remove the deny rights of the user psaadm & psa cln

add the group users & provide read & write permission.
 
I tried adding Read/Exe but that didn't work. I see both psaadm and psacln have Deny:Write and Deny:Special Permissions which both appear to deny just above everything. Should these be remove or modified?

Thanks for your help.
 
I take it your referring to the ansmtp problem I'm having? Do you mean add the general group "Users"

thanks!
G
 
Back
Top