Wrox Programmer Forums
|
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2004, 10:29 AM
Registered User
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error Creating an XMLDOM object

I'm getting this error after I transfer to a new hosting company that is using linux os. The hosting company has no clue. Please help.

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/brandsub.asp, line 13

Systemmessage, messageid = 0x800401f3


The line of code that bombs out is as follows:

Set xml = Server.CreateObject("Microsoft.XMLDOM")


The code is Creating an XMLDOM object in order to read an XML file residing on the site


 
Old May 11th, 2004, 11:03 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Try MSXML2.DOMDocument
 
Old May 11th, 2004, 12:38 PM
Registered User
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

bmains

can you please show me how you would enter the line in?

now is like this.

Set xml = Server.CreateObject("Microsoft.XMLDOM")

how can i put it using MSXML2.DOMDocument?

Thank you again..


 
Old May 11th, 2004, 02:05 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

set xml = Server.CreateObject("MSXML2.DOMDocument")

This is how I used it for MSXML version 4.0 of the microsoft parser. I guess I should ask this first, what version are you using?

Brian
 
Old May 11th, 2004, 02:42 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I may be missing something, but the original poster talked about Linux. Is the Linux box running ChilliSoft ASP to run your ASP pages?

Is the Microsoft XML library available for Linux??????

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Vergeet Me by Doe Maar (Track 3 from the album: Doris Day en andere Stukken) What's This?
 
Old May 11th, 2004, 03:01 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Oh, I completely missed that.....
 
Old May 11th, 2004, 04:45 PM
Registered User
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Imar
The linux box is running Chillisoft ASP. Can you give me a hand here. Thanks

 
Old May 11th, 2004, 04:54 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Right, that explains a lot.

ChilliSoft ASP is a Linux implementation of Microsoft ASP version 2.0 (although there may be a 3.0 version as well)
I think they sort of reverse-engineered ASP for Linux so many basic stuff works.

However, I can't believe the also reverse-engineered stuff like COM, so it's highly unlikely you can run the Microsoft XML stuff on your Linux box, but I could be wrong.

I think you should either sue your host or switch to another that does support real ASP....

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: the rabbit field by zita swoon (Track 4 from the album: I paint pictures on a wedding dress) What's This?





Similar Threads
Thread Thread Starter Forum Replies Last Post
converting .NET error object in VB error object webnet .NET Web Services 0 February 5th, 2007 06:02 AM
Error Creating Excel Object Antony Deepak ASP.NET 1.0 and 1.1 Professional 2 August 2nd, 2006 04:21 AM
Error Occurred creating Report Object: Object does sa_moizatyahoo Classic ASP Professional 0 February 1st, 2005 10:29 AM
Creating an Object MiltonAbreu Excel VBA 2 July 28th, 2004 11:57 AM
error with creating graphics object Dinesh22 VB.NET 2002/2003 Basics 1 January 22nd, 2004 09:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.