Server object error 'ASP 0177 : 8007000e'

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Server object error 'ASP 0177 : 8007000e'

    Hi,

    I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
    am trying to create an instance of an ActiveX control using
    Server.CreateObject.I am getting the following error:

    Server object error 'ASP 0177 : 8007000e'
    Server.CreateObject Failed

    I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
    works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
    Does anyone have any idea why this is happening?

    Thanks,
    NB

    NB Guest

  2. Similar Questions and Discussions

    1. Server object, ASP 0177 (0x800401F3)
      I have a Win2k server running IIS5.0. I have another server in the network that has a web based application that i would like to make public. On...
    2. Server object error 'ASP 0177 : 800401f3'
      I am not able to figure this one out. I am getting this message when i am trying to send confirmation of an order on my localhost testing site. I...
    3. Server object, ASP 0177 (0x8007000E) Ran out of memory
      Hello Gurus, I am creating an instance of MFC COM dll through ASP page. It is giving me the following error. Error Type: Server object, ASP...
    4. Server object, ASP 0177 (0x800401F3) Error? SOS
      Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft...
    5. ASP 0177 : 800401F3 SERVER.CREATE OBJECT FAILED
      Can you show the line of code that is causing this error? Surely you don't expect us to guess which object you're trying to create? ...
  3. #2

    Default Re: Server object error 'ASP 0177 : 8007000e'

    This might hopefully give you some clues:

    [url]http://www.aspfaq.com/search.asp?q=8007000e[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...

    <<
    I have a Windows 2003 server running IIS 6.0.I have an ASP page in which
    I
    am trying to create an instance of an ActiveX control using
    Server.CreateObject.I am getting the following error:

    Server object error 'ASP 0177 : 8007000e'
    Server.CreateObject Failed

    I read that '8007000e' is the 'Out of Memory ' error.But the same ASP
    page
    works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
    Does anyone have any idea why this is happening?
    >>

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Bullschmidt Guest

  4. #3

    Default RE: Server object error 'ASP 0177 : 8007000e'

    Try to open the database folder and check if ther's an ldb file.. if thers is
    one that means not all the connections are close.. you'll need to close the
    connection then clean it (conn.Close : set conn = nothing)

    "NB" wrote:
    > Hi,
    >
    > I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
    > am trying to create an instance of an ActiveX control using
    > Server.CreateObject.I am getting the following error:
    >
    > Server object error 'ASP 0177 : 8007000e'
    > Server.CreateObject Failed
    >
    > I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
    > works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
    > Does anyone have any idea why this is happening?
    >
    > Thanks,
    > NB
    >
    JitGanguly Guest

  5. #4

    Default Re: Server object error 'ASP 0177 : 8007000e'


    "NB" <NB@discussions.microsoft.com> wrote in message
    news:180F195C-7488-45DD-977F-FE7AE63511DE@microsoft.com...
    > Hi,
    >
    > I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
    > am trying to create an instance of an ActiveX control using
    > Server.CreateObject.I am getting the following error:
    >
    > Server object error 'ASP 0177 : 8007000e'
    > Server.CreateObject Failed
    Hi,

    Use CreateObject instead of Server.CreateObject. You'll often get a more
    detailed error message and the last method, is really bloated call to create
    an object.

    Second, about what Component are we speaking here?
    It is very usefull to tell us about that, so we can give more suggestions.

    Often third party components, are not tested on all OS-es or you create (as
    you said) an activeX Control which -should not- be ran inside IIS. IIS 6 is
    more strict about that.

    > I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
    > works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
    > Does anyone have any idea why this is happening?
    >
    > Thanks,
    > NB
    >
    Egbert Nierop \(MVP for IIS\) Guest

  6. #5

    Default Re: Server object error 'ASP 0177 : 8007000e'

    Hi,

    I am having the same problem, when I run my web application with IIS 5
    isolation mode, works fine but fails to execute in workers in IIS 6.

    Did you get any solution to this.

    Note : I am running gsw32.exe(5.5) graphic server 3rd party
    sunjib mohanty Guest

  7. #6

    Default Re: Server object error 'ASP 0177 : 8007000e'

    Hi,

    I am having the same problem, when I run my web application with IIS 5
    isolation mode, works fine but fails to execute in workers in IIS 6.

    Did you get any solution to this.

    Note : I am running gsw32.exe(5.5) graphic server 3rd party

    Regards
    Sunjib Mohanty
    sunjib mohanty Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139