Hi
I coded a bit of VBScript on my local machine which is Windows 2003 Server with SQL Server 2000, which takes the contents of an XML document, parses it through a schema and successfully inserts the content into an SQL table.
So far so good.
As this script must run on my dedicated server (unfortunately which runs Windows 2000 Server and SQL server 2000), I transferred all my files over, installed SQLXML 3.0 on that server - and tried the script.
No luck.
I have since installed version 4.0 and parser 6.0 on the server, the script still gets the error "can't create object".
I have downloaded all the latest patches for these installations, rebooted the server, etc, and still I get the error.
I KNOW that my ASP code and XML schema, etc, are fine as they work locally on Win 2003, my problem is getting them to work on the dedicated server with Win 2000.
Can anyone suggest anything as to why this component isn't working? It's almost as if the server doesnt know I have SQLXML installed....
Thank you!
Start Free Trial