« Previous Next »

Thread: ASP 0178 error...

Last post 07-01-2007 8:38 AM by qbernard. 14 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (15 items)

Sort Posts:

  • 06-05-2007, 2:49 PM

    ASP 0178 error...

    OS: Vista Home Premium, IIS 7, VB 6 

    i keep getting following error when i try to load my own dll.

    Server object error 'ASP 0178 : 800a0005'
    Server.CreateObject Access Error

    The call to Server.CreateObject failed while checking permissions.
    Access is denied to this object. 

    below doc worked on winow xp.

     http://support.microsoft.com/default.aspx?scid=kb;EN-US;q259725

    How can i do  it on Vista?
     

    Pls help !!

     

    Thanks.

  • 06-06-2007, 3:30 AM In reply to

    Re: ASP 0178 error...

    No idea, I would suggest get process monitor from sysinternal or microsoft to trace the access error.

    Cheers,
    Bernard Cheah
  • 06-08-2007, 4:56 AM In reply to

    Re: ASP 0178 error...

    Hi,

    That error typically means the user account the asp page is running under does not have sufficient permissions to create object to access the database file.

    Try granting Everyone group the Full Control Permissions to the following folder if you are using Microsoft Data Access:

    C:\Program Files\Common Files\System\MSADC

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 06-08-2007, 11:20 PM In reply to

    Re: ASP 0178 error...

    Hi

    Thank you for your help. but granting full control on MSADC didn't work.

    Actually, working between asp and access db is fine. 

    the error occurs when I load vb6 dll in running mode(my own dll. it had no problem with XP) to retrive data  in MS Access.

    Any Idea? 

     Thanks

     

    Luke  

     

     

  • 06-10-2007, 1:50 AM In reply to

    Re: ASP 0178 error...

    Have you try filemon? or get the process monitor to trace further.

    Cheers,
    Bernard Cheah
  • 06-12-2007, 8:12 AM In reply to

    Re: ASP 0178 error...

    Hi,

    Yes, Filemon is a great tool. I found an article that can help you debugging this issue using Filemon.

    http://support.microsoft.com/kb/286198/en-us

    Hope it helps.

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 06-25-2007, 4:53 PM In reply to

    • jaroldan
    • Not Ranked
    • Joined on 06-21-2007, 10:57 PM
    • Posts 4

    Re: ASP 0178 error...

    Coolmoment, did you find a solution for this problem? I just upgrade to Vista Ultimate and getting same error.
  • 06-26-2007, 3:46 AM In reply to

    Re: ASP 0178 error...

    And have you try the suggested method to trace the error ?

    Cheers,
    Bernard Cheah
  • 06-26-2007, 11:13 AM In reply to

    • jaroldan
    • Not Ranked
    • Joined on 06-21-2007, 10:57 PM
    • Posts 4

    Re: ASP 0178 error...

    I used procmon but I didn't get any PERMISSION DENIED result.

    I added the account IUSR_<machine> on Launch and Activation Permissions under Component Services\My Computer\COM Security and the error now changed to:

    Server object error 'ASP 0177 : 80030070'

    Server.CreateObject Failed

    gencookie.asp, line 11

    80030070

    I don't see anything different on procmon and no Event logs either. Any suggestions?

  • 06-27-2007, 12:01 AM In reply to

    Re: ASP 0178 error...

    I solved by

     

    Go under Component Services\My Computer\COM Security and add followings...

     

    Launch and Activation Permissions: IUSR and Interative

    Access Permission: IUSR

     

  • 06-27-2007, 12:49 AM In reply to

    Re: ASP 0178 error...

    Jaroldan, your error is different from the OP -
    80030070 - the error code There is insufficient disk space to complete operation.

    but then again without more detail error msgs. not sure how to troubleshoot this as this may not even related to permissions. Anyway to test further, can you add iusr as part of the local administrators group. if this works after making the user part of local administrators, meaning it is related to permissions and rights. if not - the error cause should be something else.

     

    Cheers,
    Bernard Cheah
  • 06-27-2007, 11:50 AM In reply to

    • jaroldan
    • Not Ranked
    • Joined on 06-21-2007, 10:57 PM
    • Posts 4

    Re: ASP 0178 error...

    I read the insufficient disk space before, but is not the case, I have over 15gb avail. I also tried making the iusr part of local administrators, and even editing the anonymous user to be the administrator account.

    As you said it is probably something else, but no idea how to troubleshoot this.

    Thanks

  • 06-28-2007, 12:52 AM In reply to

    Re: ASP 0178 error...

    Mm... tough. is it only that particular dll ? other dll working fine?

    I have no more clue to move on already :)

    Cheers,
    Bernard Cheah
  • 06-29-2007, 4:02 PM In reply to

    • jaroldan
    • Not Ranked
    • Joined on 06-21-2007, 10:57 PM
    • Posts 4

    Re: ASP 0178 error...

    All dll´s work fine. Is when debugging a com+ component on visual basic invoked on an asp.
  • 07-01-2007, 8:38 AM In reply to

    Re: ASP 0178 error...

    Wow! maybe it's time to ring MS :)

    Sorry for not being helpful.

    Cheers,
    Bernard Cheah
Page 1 of 1 (15 items)
Microsoft Communities