• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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