Microsoft VBScript runtime error '800a01ad'



I get the following error message when trying to create an instance of a DLL
on a Windows 2003 Server machine from an ASP page:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object

The code that generates the error is as follows:

dim oWebCom
set oWebCom = Server.CreateObject("WebCOM.WebCOM")

I have the same page on dozens of other computers (some using Windows 2000
Server and some using Windows 2003 Server) and all of them are working just
fine. On the computer experiencing this problem, I have double checked and
made sure that, yes, the DLL is registered.

If anyone can point me in a direction to resolve this issue I would be most
grateful.

Thanks - Debbie




.



Relevant Pages

  • Re: Microsoft VBScript runtime error 800a01ad
    ... Dave, I found this article and, after following its instructions, got my DLL ... Debbie wrote: ... operating system is Windows Server 2003, Standard x64 Edition, Service ...
    (microsoft.public.inetserver.asp.components)
  • Re: Kerberos delegation trauma
    ... I have created a dll which has the code that creates a process that calls the ... > Kerberos delegation won't solve this. ... >> when the tool on my machine tries to access the server. ... On my machine I have set IE to have Enable Integrated Windows ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: The call to Server.CreateObject failed while checking permissions. Access is denied to this obje
    ... Why did I have to do this when using .NET and Windows Server 2003, ... > SERVICE account. ... When I compiled it in a DLL ... The server is running Windos Server 2003. ...
    (microsoft.public.dotnet.framework.component_services)
  • RE: Windows 2000 Server hangs so frequently
    ... This server keeps hanging at least once ... When I check on running processes on Windows Task Manager screen, ... it normalises and hangs again after a few days. ... that a COM+ .dll file can run in it's own process space. ...
    (microsoft.public.win2000.general)
  • Using secured COM+ component over a ASP.net WebService with impersonate
    ... a asp.net client with windows nt auth. ... a COM+ dll which is called over DCOM (the dll is on a remote W2k Server and ... only restiricted users can access this dll., the webservice server and the ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading