• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue ASP Upload not working anymore after update to Onyx

Dan Hero

New Pleskian
Our server is running aspupload and asppdf. We updated Plesk from an old version to Onyx, and the two DLL were not working anymore. I adjusted the permession for asppdf, setting full control to Everybody and now it works great again, but ASP Upload still shows the error

Server object error 'ASP 0178 : 80070005'

Server.CreateObject Access Error

/progress.asp, line 25

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

even if both dll (aspupload64.dll and aspupload.dll in program files/program files (x86)) have Everybody permission set to full control. I'm super sure that both applications (pdf and upload) were running just fine before the update.

Any hint?
 
Last edited:
Hello,

Could you please run Process Monitor utility and watch for ACCESS DENIED events occured. Sometimes one library can load other library or try to load some content from different location and maybe we need to grant access to some other locations as well.
 
Back
Top