Re:[wdvltalk] ASPSmartUpload Error

2009-01-19 Thread Furry, Tim
Todd wrote:
I have been using ASPSmartUpload on my Widows 2003 Server for a while.  
Everything had been working great.  Suddenly we went to use it and now we are 
getting an error “Server.CreateObject Failed.  The line of code that it is 
giving is the line where I'm calling it.  I tried to reinstall it, reboot, etc. 
with no help.  Nothing has changed and it had been working.  So I'm not sure 
what the problem is.

Tim responds:
I used Persits stuff several years ago and always liked it. Usually a create 
object failure is due to the DLL not being registered, or a permissions problem 
on either the DLL or supporting framework (i.e. upload directory, etc.).  Did 
you go through the checklist at http://www.aspupload.com/faq.html?

Make sure the DLL is where it belongs and that it is registered (I kinda 
remember having to re-register our components occasionally after OS patches).  
Set permissions for Everyone and see if that fixes it, then back down on the 
permissions slowly (usually you should only need read permissions for the DLL 
for IUSR and read/write permissions for IUSR on the target directory).

Probably too little too late (I'm on the digest) but maybe it will help...

Tim



 � The WDVL Discussion List from WDVL.COM � 
To Join wdvltalk, Send An Email To: 
mailto:subscribe-wdvlt...@intm-dl.sparklist.com or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: arch...@jab.org
To unsubscribe send a blank email to 
leave-50636084-230552.f22dcf5120bad5a91a87f69f1e923...@lists.wdvl.com
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Re: [wdvltalk] ASPSmartUpload Error

2009-01-17 Thread David Precious

Todd Richards wrote:

I have been using ASPSmartUpload on my Widows 2003 Server for a
while.  Everything had been working great.  Suddenly we went to use
it and now we are getting an error: Server.CreateObject Failed.


I know nothing about ASP and intend to keep it that way, but a random 
guess - is there sufficient disc space on the drive it wants to create 
temporary files on, and are the permissions correct for it to write to 
wherever it is it wants to write to?


Like I said, totally random stab in the dark, but hey, I tried ;)

Cheers

Dave P


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: 
mailto:subscribe-wdvlt...@intm-dl.sparklist.com or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: arch...@jab.org
To unsubscribe send a blank email to 
leave-50602554-230552.f22dcf5120bad5a91a87f69f1e923...@lists.wdvl.com
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


RE: [wdvltalk] ASPSmartUpload Error - IGNORE

2009-01-17 Thread Todd Richards
OK, sorry for crying wolf, but this is resolved.  Oh, the joys of having both 
a development and a live server.

Ever have one of those days/weeks/months???

Todd


-Original Message-
From: Todd Richards [mailto:t...@promisingsites.com] 
Sent: Friday, January 16, 2009 7:27 PM
To: wdvltalk@lists.wdvl.com
Subject: [wdvltalk] ASPSmartUpload Error

Hi Everyone –

I posted on another board but did not get a single response.  So I thought I 
would try here where the brains hang out!  ☺

I have been using ASPSmartUpload on my Widows 2003 Server for a while.  
Everything had been working great.  Suddenly we went to use it and now we are 
getting an error “Server.CreateObject Failed.  The line of code that it is 
giving is the line where I'm calling it.  I tried to reinstall it, reboot, etc. 
with no help.  Nothing has changed and it had been working.  So I'm not sure 
what the problem is.

Since it was an older version, I thought that might the problem.  I went onto 
Persits site and downloaded the trial of ASPUpload, installed, changed the 
code, and it's coming up with the same thing.

Anyone have any suggestions on what to look for?  This is my server so I can do 
whatever I want with it.  :)  I just can't think of what would have changed to 
cause this, except for a Windows update or something.  I've gone through 
everything I can think of checking permissions.  

This is currently being used in an ASP classic environment, uploading files to 
a MS SQL 2000 database.  If there are other options available, I'm open to 
those too.  Just need to get it going again.

Thanks for your suggestions!

Todd


 � The WDVL Discussion List from WDVL.COM � 
To Join wdvltalk, Send An Email To: 
mailto:subscribe-wdvlt...@intm-dl.sparklist.com or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: arch...@jab.org
To unsubscribe send a blank email to 
leave-50602609-230552.f22dcf5120bad5a91a87f69f1e923...@lists.wdvl.com
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


[wdvltalk] ASPSmartUpload Error

2009-01-16 Thread Todd Richards
Hi Everyone –

I posted on another board but did not get a single response.  So I thought I 
would try here where the brains hang out!  ☺

I have been using ASPSmartUpload on my Widows 2003 Server for a while.  
Everything had been working great.  Suddenly we went to use it and now we are 
getting an error “Server.CreateObject Failed.  The line of code that it is 
giving is the line where I'm calling it.  I tried to reinstall it, reboot, etc. 
with no help.  Nothing has changed and it had been working.  So I'm not sure 
what the problem is.

Since it was an older version, I thought that might the problem.  I went onto 
Persits site and downloaded the trial of ASPUpload, installed, changed the 
code, and it's coming up with the same thing.

Anyone have any suggestions on what to look for?  This is my server so I can do 
whatever I want with it.  :)  I just can't think of what would have changed to 
cause this, except for a Windows update or something.  I've gone through 
everything I can think of checking permissions.  

This is currently being used in an ASP classic environment, uploading files to 
a MS SQL 2000 database.  If there are other options available, I'm open to 
those too.  Just need to get it going again.

Thanks for your suggestions!

Todd




 � The WDVL Discussion List from WDVL.COM � 
To Join wdvltalk, Send An Email To: 
mailto:subscribe-wdvlt...@intm-dl.sparklist.com or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: arch...@jab.org
To unsubscribe send a blank email to 
leave-50591612-230552.f22dcf5120bad5a91a87f69f1e923...@lists.wdvl.com
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.