﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Steve Moore / Article Discussions / Article Discussions by Author  / SQLXMLBulkLoad Error / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 03:47:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQLXMLBulkLoad Error</title><link>http://www.sqlservercentral.com/Forums/Topic258713-279-1.aspx</link><description>Also beware that in SQL Server 2008 the SQLXML component is no longer supplied.Refer to http://msdn.microsoft.com/en-us/library/ms171744.aspx for download instructions.Wasted 2 days getting a very simple VBScript to run!</description><pubDate>Thu, 26 Aug 2010 19:05:41 GMT</pubDate><dc:creator>paultormey</dc:creator></item><item><title>RE: SQLXMLBulkLoad Error</title><link>http://www.sqlservercentral.com/Forums/Topic258713-279-1.aspx</link><description>It has to do with changes made to security in Vista and Win 2008 - documentation (this is post SQLXML installation):1)	Update User Account Setting.  Control Panel &amp;gt; User Accounts &amp;gt; User Accounts &amp;gt; Change User Account Control Settings &amp;gt; Set to lowest setting ‘Never notify’.  Reboot.2)	After reboot:  Open command prompt (DOS).  Type from C prompt:  runas /env /user:adminaccountname “c:\program files\internet explorer\iexplore.exe”  Enter.  Type in account pwd when prompted.3)	IE session will open up under the Service Account.  Go to Internet Options under Tools &amp;gt;Advanced tab &amp;gt; Click Reset button.  Close IE Browser for change to take place.4)	Update script files.  If machine is running SQLXML 3.0 then modify script to use:  Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad.3.0")If running SQLXML 4.0 then use Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad.4.0")If running both SQLXML 3.0 &amp; SQLXML 4.0 then use:  Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad.4.0")</description><pubDate>Mon, 12 Jul 2010 14:00:21 GMT</pubDate><dc:creator>danadolittle</dc:creator></item><item><title>RE: SQLXMLBulkLoad Error</title><link>http://www.sqlservercentral.com/Forums/Topic258713-279-1.aspx</link><description>Hi,I've been fooling with this all day.  It turns out you need to have sqlxmlbulkload 3.0 installed on your local machine as well as the SQL Server even though the DTS package is running on the server.Dunno why, but now it works</description><pubDate>Tue, 02 Oct 2007 16:20:21 GMT</pubDate><dc:creator>rico-504591</dc:creator></item><item><title>RE: SQLXMLBulkLoad Error</title><link>http://www.sqlservercentral.com/Forums/Topic258713-279-1.aspx</link><description>&lt;P&gt;The script should look something like this...when you parse it, you shouldn't get an error.  Whether it runs correctly is a question of having your database, table and schema correctly set up. &lt;/P&gt;&lt;P&gt;'**********************************************************************'  Visual Basic ActiveX Script'************************************************************************&lt;/P&gt;&lt;P&gt;Function Main() set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkload.3.0")&lt;/P&gt;&lt;P&gt;objBL.ConnectionString = "provider=SQLOLEDB;data source=NAMEOFYOURDBSERVER;database=NAMEOFYOURDB;integrated security=SSPI"&lt;/P&gt;&lt;P&gt;objBL.ErrorLogFile = "C:\FAQImport\error.log"&lt;/P&gt;&lt;P&gt;objBL.Execute "C:\FAQImport\FAQschema.xml", "C:\FAQImport\TestDoc.xml"&lt;/P&gt;&lt;P&gt;MsgBox "Completed file import!", vbOKOnly + vbInformation, Title&lt;/P&gt;&lt;P&gt;set objBL = Nothing&lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 16 Feb 2006 03:45:00 GMT</pubDate><dc:creator>SQL-DBA</dc:creator></item><item><title>SQLXMLBulkLoad Error</title><link>http://www.sqlservercentral.com/Forums/Topic258713-279-1.aspx</link><description>&lt;P&gt;Good Morning~&lt;/P&gt;&lt;P&gt;I'm very new to XML and BulkLoad...I am currently trying to import a XML file using SQLXMLBulkload into SQL Server 2000 using a VBScript in DTS.  I'm getting "ActiveX component can't create object SQLXMLBulkLoad.SQLXMLBulkLoad.3.0"  &lt;/P&gt;&lt;P&gt;We have &lt;FONT color=#0000ff size=2&gt;SQLXML SP3 installed.  &lt;FONT color=#111111&gt;I can't find any help with this error.  Is it caused by the schema file being incorrect or is there an issue with SQL Server?  I just need a starting point to track this down...I guess.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111 size=2&gt;Thanks, Lynn&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 15 Feb 2006 09:27:00 GMT</pubDate><dc:creator>Lynn Marie Love-302500</dc:creator></item></channel></rss>