| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#11
| |||
| |||
| Invalid progID only happpens, when the DLL is -not- installed. It has nothing to do with permissions. CHeers -- compatible web farm Session replacement for Asp and Asp.Net http://www.nieropwebconsult.nl/asp_session_manager.htm <arunkumar_m2001@yahoo.com> wrote in message news:1129042821.119959.21230@g14g2000cwa.googlegro ups.com... > Hi all: > > I am getting a problem when I try to run my asp page.The error I am > getting is > > Error Type: > Server object, ASP 0177 (0x800401F3) > Invalid ProgID. For additional information specific to this message > please visit the Microsoft Online Support site located at: > http://www.microsoft.com/contentredirect.asp. > > The code where the error is generated is below. > > <% > set objSearchAdmin = Server.CreateObject("Search.SearchAdmin.1") > set objSearchServer = objSearchAdmin.SearchServer > set objSearchCatalog = objSearchServer.SearchCatalogs > CatalogList = "Intranet" > %> > > Can somebody help me with this. > > Thank you > Arun > |
|
#12
| |||
| |||
| <gregfocker@earthlink.net> wrote in message news:1130434322.822517.36630@z14g2000cwz.googlegro ups.com... > Just wondering if anyone found a sol'n to this. I've given > IUSR_<machinename> permissions all over the place, but still get the > error. I've even added IUSR_<machinename> to the Administrators group > w/o success. It only works when I disable anonymous access on the site > in IIS. > > Thanks for any help. This is driving me nuts! Invalid progID only happpens, when the COM DLL is -not- installed. It has nothing to do with permissions. CHeers -- compatible web farm Session replacement for Asp and Asp.Net http://www.nieropwebconsult.nl/asp_session_manager.htm |
|
#13
| |||
| |||
| My apologies for any confusion, I mis-read it as something else (didn't realise my co*k-up, till I saw http://aspfaq.com/show.asp?id=2134) -- Regards Steven Burn Ur I.T. Mate Group www.it-mate.co.uk Keeping it FREE! "Egbert Nierop (MVP for IIS)" <egbert_nierop@nospam.invalid> wrote in message news:eDDEHY53FHA.3036@TK2MSFTNGP15.phx.gbl... > > <gregfocker@earthlink.net> wrote in message > news:1130434322.822517.36630@z14g2000cwz.googlegro ups.com... > > Just wondering if anyone found a sol'n to this. I've given > > IUSR_<machinename> permissions all over the place, but still get the > > error. I've even added IUSR_<machinename> to the Administrators group > > w/o success. It only works when I disable anonymous access on the site > > in IIS. > > > > Thanks for any help. This is driving me nuts! > > Invalid progID only happpens, when the COM DLL is -not- installed. > It has nothing to do with permissions. > > CHeers > > > -- > compatible web farm Session replacement for Asp and Asp.Net > http://www.nieropwebconsult.nl/asp_session_manager.htm > > > |
|
#14
| |||
| |||
| > "Egbert Nierop (MVP for IIS)" <egbert_nierop@nospam.invalid> wrote in > message news:eDDEHY53FHA.3036@TK2MSFTNGP15.phx.gbl... > >. > > > > > > Thanks for any help. This is driving me nuts! > > > > Invalid progID only happpens, when the COM DLL is -not- installed. > > It has nothing to do with permissions. > > Not true. The .dll is installed and works with anonymous access disabled (while logged in as and admin) or using an admin account for anonymous access. An Invalid ProgID error occurs when using the IUSR_<machinename> account with anonymous access. Definitely a permission issue. |
|
#15
| |||
| |||
| I meet the exactly the same problem. It's very weird. It was ok before, seems after an windows update, all new-regerstered component can not be create in IIS. But this component can be create in desktop application using CoInstance. I tried everything mentioned here, do many thing about security, but still not work. Just try like this: set rs = Server.CreateObject("ADODB.RecordSet") this code always work well, but after regster32 /u C:\Program Files\Common Files\System\ado\msado15.dll then regster32 C:\Program Files\Common Files\System\ado\msado15.dll it is supposed to that the Server.CreateObject can work as the same, but unfortunately we get the: > Server object, ASP 0177 (0x800401F3) > Invalid ProgID. For additional information specific to this message Maybe just only Microsoft can give the answer. Regards, Kevin "arunkumar_m2001@yahoo.com" wrote: > Hi all: > > I am getting a problem when I try to run my asp page.The error I am > getting is > > Error Type: > Server object, ASP 0177 (0x800401F3) > Invalid ProgID. For additional information specific to this message > please visit the Microsoft Online Support site located at: > http://www.microsoft.com/contentredirect.asp. > > The code where the error is generated is below. > > <% > set objSearchAdmin = Server.CreateObject("Search.SearchAdmin.1") > set objSearchServer = objSearchAdmin.SearchServer > set objSearchCatalog = objSearchServer.SearchCatalogs > CatalogList = "Intranet" > %> > > Can somebody help me with this. > > Thank you > Arun > > |
|
#16
| |||
| |||
| I even tried add both IUSER_XXX and IWAM_XXX into local administrators group. Kevin "arunkumar_m2001@yahoo.com" wrote: > Hi all: > > I am getting a problem when I try to run my asp page.The error I am > getting is > > Error Type: > Server object, ASP 0177 (0x800401F3) > Invalid ProgID. For additional information specific to this message > please visit the Microsoft Online Support site located at: > http://www.microsoft.com/contentredirect.asp. > > The code where the error is generated is below. > > <% > set objSearchAdmin = Server.CreateObject("Search.SearchAdmin.1") > set objSearchServer = objSearchAdmin.SearchServer > set objSearchCatalog = objSearchServer.SearchCatalogs > CatalogList = "Intranet" > %> > > Can somebody help me with this. > > Thank you > Arun > > |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.