Microsoft JScript runtime (0x800A01AD)

E

emfinkk

Everything was working fine. I installed a bunch of Windows Updates
and now I can no longer create ActiveX objects on 2 different Web
Servers (1 Server2000, 1 Server2003). I have reinstalled MSxml3.0 SP7
and re-registered my msxml.dll's. I find a lot of reference to this
error, but nothing that seems to address my problem. I do not get any
entries in Event Viewer. Can anyone help?

Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
/bridgeton/fcu/includes/MM_XSLTransform/MM_XSLTransform.classJS.asp,
line 5

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!--#include
file="includes/MM_XSLTransform/MM_XSLTransform.classJS.asp" -->


<%
var mm_xsl = new MM_XSLTransform();
mm_xsl.setXML("http://68.88.45.20/pe/fcu01_newxml.asp");
mm_xsl.setXSL("fcu.xsl");
Response.write (mm_xsl.Transform());
%>
 
M

Martin Honnen

Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
/bridgeton/fcu/includes/MM_XSLTransform/MM_XSLTransform.classJS.asp,
line 5

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!--#include
file="includes/MM_XSLTransform/MM_XSLTransform.classJS.asp" -->

What is line 5 in that file? Are you doing some CreateObject,
Server.CreateObject or new ActiveXObject in there? Show us the program
id you pass in.
 
E

emfinkk

The .asp pulls data (temperature) from a building controller at a
remote site. It then creates the picture object and displays the
temperature at that particule thermostat. There are over 20
thermostats that data is pulled from. This has worked just fine until
the winbdows updates. I performed so many updates I cannot undo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top