> I'm trying to use a free Test Harness to test my files and > other from my programmers based on Fusebox , for this i use > a Custom Tag what use or at least "try" to use a XMLDOM > Object But i have this error : > > An exception occurred when instantiating a Com object. > The cause of this exception was that: AutomationException: > 0x8007007e - . > > <cfobject action="CREATE" class="Microsoft.XMLDOM" type="COM" > name="XMLDoc"> > > looking for similiar problem i found some advices about it > but nothing seems to be the solution > > 1.- Coldfusion runs over Jrun server ( as SYSTEM process ) > 2.- COM Patch Applied > 3.- Verified the dcomcnfg for Everyone have Access > > OS : windows 2000 server > > Any tip would be appreciate. :-)
I would recommend that, instead of trying to use the MS XML parser, you just rewrite the part that uses this to use CFMX's own XML parser. Honestly, without seeing the code for your test harness I don't know how feasible that is, but if it's possible I suspect it would work better. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182607 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

