CreateObject --> ASP177

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

    CreateObject --> ASP177

    Bonjour,

    I just install Windows Server 2003 (+IIS6) and my old application
    doesn't
    work anymore because i'm unable to use server.createob ject. My error is
    :

    ---------------------------------------------------------
    Objet Server erreur 'ASP 0177 : 800401f3'

    Échec de Server.CreateOb ject

    /Main.asp, ligne 26

    800401f3
    ---------------------------------------------------------

    My code :
    ---------------------------------------------------------
    set objUpload = server.CreateOb ject("Dundas.Up load.2")
    ---------------------------------------------------------

    This code works fine on Windows 2000 Server.
    This code works fine on Windows 2003 Server only if I add IUSR_MACHINE
    to
    Administrators groups.

    So the Components is installed and it's a permissions issue. I tried to
    give
    IUSR_MACHINE all access to the dll directory and system32 directory but
    it
    still doesn't work

    Does anyaone has an Idea ?

    I'm gonna crazy !

  • Bob Barrows [MVP]

    #2
    Re: CreateObject --> ASP177

    sbourdette wrote:[color=blue]
    > ---------------------------------------------------------
    > set objUpload = server.CreateOb ject("Dundas.Up load.2")
    > ---------------------------------------------------------
    >[/color]


    You might try contacting Dundas tech support ...
    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    • Daniel Di Vita

      #3
      RE: CreateObject --> ASP177

      See if this helps...


      "sbourdette " wrote:
      [color=blue]
      > Bonjour,
      >
      > I just install Windows Server 2003 (+IIS6) and my old application
      > doesn't
      > work anymore because i'm unable to use server.createob ject. My error is
      > :
      >
      > ---------------------------------------------------------
      > Objet Server erreur 'ASP 0177 : 800401f3'
      >
      > Échec de Server.CreateOb ject
      >
      > /Main.asp, ligne 26
      >
      > 800401f3
      > ---------------------------------------------------------
      >
      > My code :
      > ---------------------------------------------------------
      > set objUpload = server.CreateOb ject("Dundas.Up load.2")
      > ---------------------------------------------------------
      >
      > This code works fine on Windows 2000 Server.
      > This code works fine on Windows 2003 Server only if I add IUSR_MACHINE
      > to
      > Administrators groups.
      >
      > So the Components is installed and it's a permissions issue. I tried to
      > give
      > IUSR_MACHINE all access to the dll directory and system32 directory but
      > it
      > still doesn't work
      >
      > Does anyaone has an Idea ?
      >
      > I'm gonna crazy !
      >
      >[/color]

      Comment

      Working...