Previous Next

Thread: 'ASP 0177 : 800401f3'

Last post 10-24-2006 9:05 AM by tomkmvp. 15 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (16 items) 1 2 Next >

Sort Posts:

  • 06-19-2006, 12:38 PM

    • goodes
    • Not Ranked
    • Joined on 06-19-2006, 4:30 PM
    • Posts 1
    • goodes

    'ASP 0177 : 800401f3'

    Using IIS 6.0 on 2003 server.

    Error is:

    "Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed"

    The object is ADO DB.  Other apps work fine for ADO DB on this same server and this app works on other servers with the same setup.

    Any ideas on where to start troubleshooting?  I have already tested that ADO DB works fine and have given the everyone group admin rights to insure it is not a permissions issue.

  • 06-19-2006, 2:15 PM In reply to

    Re: 'ASP 0177 : 800401f3'

    This could be Bad/Corrupt install of MDAC or permissions issue.

    I would recommend reinstalling latest MDAC drivers from http://www.iis.net/default.aspx?tabid=3 and see if it resolves the issue.

    If reinstall/upgrade of MDAC does not help then download filemon/regmon tools from http://www.iis.net/default.aspx?tabid=3

    Run these tools while browsing to the page in question and then look for "Access denined" in the logs (fix them).

    HTH,

    AJ

     

  • 08-09-2006, 4:57 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    I get something very similar on a Win XP pro machine running IIS 5.1

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /swaspcal/swaspcal.asp, line 14

    Invalid class string


    This code is fine and has been tested on a different OS version as well as a fresh install of a XP pro (using VMware).

    I have 3 different XP machines that are giving the exact same error and the exact same code working on a 2003 windows server.

    Anyone have any ideas?


  • 08-09-2006, 11:13 PM In reply to

    • Bernard
    • Top 25 Contributor
    • Joined on 05-24-2006, 4:30 AM
    • Malaysia
    • Posts 291
    • Bernard

    Re: 'ASP 0177 : 800401f3'

    what's the object in line 14? have you install or registered the component?
    Cheers,
    Bernard Cheah
  • 08-10-2006, 5:02 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Lawrenceville, NJ
    • Posts 3,538
    • tomkmvp

    Re: 'ASP 0177 : 800401f3'

  • 08-10-2006, 5:48 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    I have actually reviewed that thread - tried changing permissions of the .dll ensuring it was registered (with and without shutting down IIS first).

    It's actually part of a pre-package program found here:

    http://www.sisuware.com/

    I've exhanged email with the developer and have him stumped as well - I'm going to keep banging away though!

    Anyone have any other idea?  And thanks for the help guys!
  • 08-10-2006, 11:00 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Lawrenceville, NJ
    • Posts 3,538
    • tomkmvp

    Re: 'ASP 0177 : 800401f3'

    Can you find the class string in the registry?
  • 10-06-2006, 1:16 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    Yes I can.

     HKEY_CLASSES_ROOT\CLSID\{791EC9F7-5D65-487F-ABBC-7FA277E1FB20}\ProgID

     Key entry is SW_AspCal.AspCal

     This is a very annoying problem that's driving me nuts guys - I have 3 computers all running windows XP pro that have the same problem

     
    One work around I've found is to do a clean install of Windows XP and run the application installer which makes me think that one of the 'fixes' from MS broke something..

     
    I know there is a work around out there and a lot of brilliant people who could figure it out.  Would anyone have the time to try downloading the app on a Windows XP pro (+ IIS 5.1) box (with and without MS service packs and updates) and see if you have the same problem?

     
    Thanks a lot for all the help!

     

     

     

  • 10-06-2006, 2:38 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Lawrenceville, NJ
    • Posts 3,538
    • tomkmvp

    Re: 'ASP 0177 : 800401f3'

    What code are you calling to create it?
  • 10-06-2006, 7:02 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    It's an application called AspCal found at sisuware.com that I've downloaded and have been running for several years on a webserver.  I myself am not responsible for the code but the code that is used to create the object is as follows:

     

    Set Obj = Server.CreateObject("SW_AspCal.AspCal")

     

    The code itself is unchanged and works fine on a fresh install of Windows XP pro, but through updates it seems to break the application.  I'm thinking this is a permissions issue, but despite changing the permissions on the .dll file(s) and registry keys, i've still had no luck getting the application to run.

     

     

     

  • 10-07-2006, 1:59 AM In reply to

    • chrisad
    • Top 25 Contributor
    • Joined on 03-06-2004, 1:01 AM
    • Posts 289
    • chrisad

    Re: 'ASP 0177 : 800401f3'

    Hey there-

    It has been two years since Ulad & I closed the doors on Authdiag 1.0 (Ulad is Dev, Chris the PM) so what I post here is completely on the spectrum of 'guessware'.  However, I do believe that during our testing phase that PSS brought up the fact that ASP 0177 doesn't seem to be discoved by AuthDiag's Authmon features.  I believe that Authmon will locate these failures if that the permission failure is related to registry (CLSID) or file permissons (NTFS). 

    Thus, give this a shot for troubleshooting:

    My thoughts and\or steps are the following:

    1. Run AuthDiag using %programfiles%\iis resources\authdiag\authdiag.exe
    2. From the drop-down, please choose 'Monitor URL Failures' ...
    3. Enter the URL where you are failing (i.e. http://localhost/app/vdir ..
    4. Click Start Monitor
    5. After the IE opens up (and repros), then click Stop Monitoring
    6. Click Analyze results 

    If it doesn't succeed or gives any false positives, drop us a mail at authdiag@microsoft.com (or reply here to this thread).

    Hope this helps but if not let us know and we will get it added in future releases of Authdiag... 

    Thanks,

    ~Chris
    Former Program Manager
    IIS Product Unit (Microsoft)
  • 10-10-2006, 3:57 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    I've followed the above steps but am unable to see any results.   Anything else that I can try?

    Thanks. 

  • 10-12-2006, 11:52 PM In reply to

    • Bernard
    • Top 25 Contributor
    • Joined on 05-24-2006, 4:30 AM
    • Malaysia
    • Posts 291
    • Bernard

    Re: 'ASP 0177 : 800401f3'

    Errr. maybe get filemon and regmon from sysinternals.com to trace.
    Cheers,
    Bernard Cheah
  • 10-13-2006, 7:53 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Lawrenceville, NJ
    • Posts 3,538
    • tomkmvp

    Re: 'ASP 0177 : 800401f3'

    I forgot about regmon ... that will monitor registry access and that seems to be where the problem lies ...
  • 10-23-2006, 5:54 PM In reply to

    • tjgoulet
    • Top 500 Contributor
    • Joined on 08-09-2006, 8:46 PM
    • Posts 8
    • tjgoulet

    Re: 'ASP 0177 : 800401f3'

    So I'm basically just looking at what inetinfo.exe is doing while I run the app?

     

     

Page 1 of 2 (16 items) 1 2 Next >
Page view counter