Weird error windows 2003 server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sean

    Weird error windows 2003 server

    HI There,

    I am recieving a weird error when I try to run asp scripts on my local
    machine, I can use pages that access a database, but when I try to write to
    the file system ie upload a file I get the error message below.

    any ideas?

    Sean

    006~ASP 0177~Server.Cre ateObject Failed~800401f3


  • Ken Schaefer

    #2
    Re: Weird error windows 2003 server

    Please turn off any On error Resume Next error handling that you have, and
    reload the page. You should get a the line number where the call to
    Server.CreateOb ject() is failing. Post that line of code.

    Possibly:
    a) class you are trying to instatiate does not exist on this server (eg
    CDONTS)
    b) impersonated user does not have permission to instatiate class

    Cheers
    Ken

    "sean" <sean_no_spam@s hopsmart.com.au > wrote in message
    news:eSHWUBtEEH A.3016@TK2MSFTN GP11.phx.gbl...
    : HI There,
    :
    : I am recieving a weird error when I try to run asp scripts on my local
    : machine, I can use pages that access a database, but when I try to write
    to
    : the file system ie upload a file I get the error message below.
    :
    : any ideas?
    :
    : Sean
    :
    : 006~ASP 0177~Server.Cre ateObject Failed~800401f3
    :
    :


    Comment

    • Aaron Bertrand [MVP]

      #3
      Re: Weird error windows 2003 server

      Upload a file using what component? Sounds like that component isn't
      registered.

      --
      Aaron Bertrand
      SQL Server MVP
      Please contact this domain's administrator as their DNS Made Easy services have expired.



      "sean" <sean_no_spam@s hopsmart.com.au > wrote in message
      news:eSHWUBtEEH A.3016@TK2MSFTN GP11.phx.gbl...[color=blue]
      > HI There,
      >
      > I am recieving a weird error when I try to run asp scripts on my local
      > machine, I can use pages that access a database, but when I try to write
      > to
      > the file system ie upload a file I get the error message below.
      >
      > any ideas?
      >
      > Sean
      >
      > 006~ASP 0177~Server.Cre ateObject Failed~800401f3
      >
      >[/color]


      Comment

      • sean

        #4
        Re: Weird error windows 2003 server

        Just trying to use Scripting.Dicti onary to upload an image file no dlls,
        seems to work on all my other machines except this one. Does this mean I
        have to register a .dll that's missing?
        Sean



        "Aaron Bertrand [MVP]" <aaron@TRASHasp faq.com> wrote in message
        news:uOZ24UvEEH A.2416@TK2MSFTN GP12.phx.gbl...[color=blue]
        > Upload a file using what component? Sounds like that component isn't
        > registered.
        >
        > --
        > Aaron Bertrand
        > SQL Server MVP
        > http://www.aspfaq.com/
        >
        >
        > "sean" <sean_no_spam@s hopsmart.com.au > wrote in message
        > news:eSHWUBtEEH A.3016@TK2MSFTN GP11.phx.gbl...[color=green]
        > > HI There,
        > >
        > > I am recieving a weird error when I try to run asp scripts on my local
        > > machine, I can use pages that access a database, but when I try to write
        > > to
        > > the file system ie upload a file I get the error message below.
        > >
        > > any ideas?
        > >
        > > Sean
        > >
        > > 006~ASP 0177~Server.Cre ateObject Failed~800401f3
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...