PDA

View Full Version : Problems installing AspUpload for shared use on 2003 server


WebGuyz
08-16-05, 00:33
getting:

006 ASP 0177
Server.CreateObject Failed
800401f3

I gave HELM_WEBUSERS read/execute access to the DLL. Re-registered it but still no luck. Is there a trick to installing this (and other third party DLL's) for shared use under Helm on a 2003 server with 3.2.5

Thanks!

mjb-is
08-16-05, 10:03
get a copy of NTFilemon and run it while you execute your script to get that error. If it's a permissions problem then it will help you track it down quickly.

Rubal
08-16-05, 13:41
Tru to unregister and then register .. amd see if it helps/

WebGuyz
08-16-05, 14:19
re-registered with no difference. I got NTFilemon and set filtering on aspupload and it showed all success.

Do those running on 2003 server have to do anything to registry permissions to allow access for shared apps? I had this working on 2000 server but on 2003 I know that tightened up security.

Thanks!

WebGuyz
08-16-05, 15:16
Just realized that Dundas no longer makes or supports ASPUpload and the version I was trying to install for a customer was from 2001.

Can anyone suggest a known working upload component that has not problems under 2003 server and Helm? Freeware is ok too. :)

Thanks!

Rubal
08-16-05, 15:20
You can use ASP SmartUpload .. Its free and works gr8 ..

http://www.aspsmart.com/aspSmartUpload/

Host07
08-16-05, 15:57
I have ASPupload from dundas 2001 version working perfect in like 3 servers Not Problem.

Host07
08-16-05, 15:59
DSUpload.dll

Has
- read & Execute
- read

WebGuyz
08-16-05, 16:30
I just downloaded ASPSmartUpload (latest version) and installed it in \windows\system32 and regsv32'ed it. Gave HELM_WEBUSERS secuity access.

Get a similar err to the dundas component:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/aspsmartupload/Sample1.asp, line 15

800401f3


I obviously am doing something stupid since others have gotten this working. Only other component on the box is jmail and it seems to be working OK.

Helm 3.2.5 with Standard 2003 Server (SP1 NOT installed)

Thanks!

Rubal
08-16-05, 16:32
Temporarily try to give Everyone Execure permission and see if works ..

Also the group is HelmWebUsers .. Not the one u wrote above.

Rubal
08-16-05, 16:38
and more likely it seems like the Dlls are not getting registered.

Host07
08-16-05, 16:41
and more likely it seems like the Dlls are not getting registered.

Yap.................... (both error arent related to security)

Host07
08-16-05, 16:43
FileSystemObject Security maybe?

elmacus
08-16-05, 18:29
What about Jmail creator www.Dimac.net : w3Upload v 2.0
Enterprise/ISP $ 95
Have someone tried it ?

WebGuyz
08-16-05, 18:52
When I create a vbs file using this component and run it using cscript I do not get an error.

When I add my web user to the administrators group and try running it, I get the server.createobject error.

Still seems like a rights error to me somewhere.

Thanks!

Xaak Consulting
08-16-05, 20:01
When I create a vbs file using this component and run it using cscript I do not get an error.

When I add my web user to the administrators group and try running it, I get the server.createobject error.

Still seems like a rights error to me somewhere.

Thanks!

Try granting access to iwam_<machine name>, IIS_WPG, and whatever the app pool identity is.

WebGuyz
08-17-05, 00:14
[quote=WebGuyz]quote]

Try granting access to iwam_<machine name>, IIS_WPG, and whatever the app pool identity is.

Tried the 1st 2 with no luck. Not sure how to find a place to grant rights to app pool identity. Could you elaborate please? Thanks!!

WebGuyz
08-17-05, 05:35
Was finally able to reboot the box and it seems to have cleared everything up. Both ASPUpload by Dundas and ASPSmartupload are working fine.

Thanks for the help and moral support :lol:

WebGuyz
09-06-05, 06:01
I have ASPupload from dundas 2001 version working perfect in like 3 servers Not Problem.

Are you running in IIS 6 mode or IIS 5 isolation mode on your 2003 servers??

I'm still having issues with this and it will work in IIS 5 isolation mode, but not in IIS 6 mode.

Not sure what the difference is between the two modes. :(

Host07
09-07-05, 23:25
IIS6

http://www.host07.com/objflag/test.asp

mjb-is
09-07-05, 23:59
We use Persits ASPUpload and ASPSmartUpload. Both work fine.

WebGuyz
09-08-05, 01:38
Thanks.

Starting to think I have some metabase corruption going on.