• 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

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