31) 2/3/2004 832414832414 832414.html">HMLHTTP call fails for URLs with embedded user credentials (832414) - When you make XMLHTTP calls with the following formats: Xmlhttp.open("GET", "http://mikenash:mypass@www.example.com/default.asp", false, "", ""); Xmlhttp.open("GET", "http://mikenash:mypass@www.example.com/default.asp", false, "mikenash", "passwd");...
32) 12/20/2003 831902831902 831902.html">FIX: XML for Analysis error 80020009 occurs when multiple users try to connect to a SQL Server 2000 Analysis server and try to query XML for Analysis (831902) - When multiple users are querying Microsoft Analysis Services by using Microsoft XML for Analysis Software Development Kit version 1.0, the users may receive XML error 80020009. The exact text of the error message is as follows:...
33) 12/16/2003 827257827257 827257.html">Software update to prevent the processing of XML messages that contain DTDs for the SOAP Toolkit (827257) - This article discusses a software update that permits XML Web services that are built by using the SOAP Toolkit to reject the processing of XML messages that contain Document Type Definitions (DTDs).
34) 12/13/2003 291380291380 291380.html">FIX: Redefinition Errors When You Compile an IDL File (291380) - When you compile an Interface Definition Language (.idl) file which imports the Msxml2.idl file, you may receive several error messages regarding the redefinition of XML interfaces: D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\msxml.idl(50) :...
35) 12/9/2003 295405295405 295405.html">HOWTO: Capture TCP and HTTP Data Frames Using Network Monitor and MSXML HTTP Code (295405) - Network Monitor is a utility that ships with Microsoft Windows 2000 Server and with Microsoft Systems Management Server. With Network Monitor, you can capture and observe network traffic patterns and problems.
36) 12/7/2003 278636278636 278636.html">PRB: Application Errors Occur After You Run Xmlinst.exe on Production Servers (278636) - After you run Xmlinst.exe, applications (such as SQL Server 2000) may not operate as expected.
37) 12/7/2003 818625818625 818625.html">XML May Stop Responding When You Make a Change to the Nodes of an FTDOMDoument on a Multiprocessor or a Hyper-Threaded Computer (818625) - A deadlock can occur in MSXML 4.0 on a multiproc or a hyperthreaded system when you make a change to the nodes of a free-threaded DOM document under stress.
38) 12/7/2003 269511269511 269511.html">FIX: IXMLDOMNode::selectSingleNode Returns Invalid Pointer (269511) - The IXMLDOMNode::selectSingleNode method returns the first node selected by a given XPath query. selectSingleNode should return NULL if no node is found. However, in the 2.0 version of the XML parser, an uninitialized pointer may be returned. This is...
39) 12/7/2003 271619271619 271619.html">HOWTO: Retrieve XML Data by Using an XPath Query in a Visual Basic Client (271619) - This article demonstrates how to programmatically retrieve an XML data stream from a SQL Server 2000 mapping schema by using an XPath query. The scope operates in a client/server (2-tier) model. This sample also allows you to test XPath queries...
40) 12/7/2003 285006285006 285006.html">FIX: XML Parsing Error 6603 or Truncated Text Data with OPENXML (285006) - When you select character data of Text data type through the OPENXML rowset provider, the text data may be truncated, or the following error message may be returned: Server: Msg 6603, Level 16, State 1 XML parsing error: System error: 265926. If the...
41) 12/7/2003 269194269194 269194.html">PRB: Compiler Errors When You Use #import with XML (269194) - When you use the #import feature of Visual C++ with the Msxml.dll, Msxml2.dll, or Msxml3.dll file, you may receive the following compiler error messages: error C2872: 'DOMDocument' : ambiguous symbol -or- warning C4099: 'DOMDocument' : type name first...
42) 12/7/2003 254388254388 254388.html">HOWTO: Create XML Documents with Binary Data in Visual Basic (254388) - XML schema defines the ability to create an XML node as either bin.base64 or bin.hex, which are two forms of encoded binary. This article shows an example of how to create a XML document with nodes of bin.hex type and read the binary content from this...
43) 12/7/2003 276426276426 276426.html">FIX: Msxml2.dll Fails to Register on 32-Processor Computer During MDAC 2.6 Installation (276426) - When installing Microsoft Data Access Components (MDAC) 2.6 RTM (version 2.60.6526.3) on computers that have 32 processors, the following error may occur when Msxml2.dll is registered: A dynamic link library (DLL) initialization routine failed This...
44) 11/19/2003 272266272266 272266.html">HOWTO: Retrieve XML Data by Using a Template File in an ASP Client (272266) - The following sample demonstrates how to run a SQL 2000 template file while specifying an XSL file to transform the XML data. More specifically, a query is issued against SQL Server 2000 by using the command stream of ADO 2.6: This query fetches the...
45) 11/11/2003 828928828928 828928.html">PRB: MSXML 4.0 Sets the XML Namespace Attribute to an Empty Value for Child Nodes (828928) - When you add the XML namespace attribute (xmlns) to the root node of an XML document, an XML namespace attribute with an empty value is created for the child nodes of the root node.