 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; DTS package</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/dts-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 22:16:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Migrating DTS packages that use mainframes source to SSIS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 06:26:33 +0000</pubDate>
		<dc:creator>Jwalini</dc:creator>
				<category><![CDATA[AS400/DB2 source]]></category>
		<category><![CDATA[DTS Migration]]></category>
		<category><![CDATA[DTS package]]></category>
		<category><![CDATA[DTS packages]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to migrate DTS 2005 packages to SSIS. The packages that has SQL data source is migrating around 60% but the packages having mainframes (AS400/DB2) data source is migrating only 10% what is the reason? and How to get this problem resolved?]]></description>
				<content:encoded><![CDATA[<p>I am trying to migrate DTS 2005 packages to SSIS. The packages that has SQL data source is migrating around 60% but the packages having mainframes (AS400/DB2) data source is migrating only 10% what is the reason? and How to get this problem resolved?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL DTS package scheduling</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-15/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-15/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:53:10 +0000</pubDate>
		<dc:creator>Gic</dc:creator>
				<category><![CDATA[DTS package]]></category>
		<category><![CDATA[SQL Jobs]]></category>
		<category><![CDATA[SQL stored procedures]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When a DTS package is scheduled to run at a specific time of day, is it done through the use of a stored procedure or a job?]]></description>
				<content:encoded><![CDATA[<p>When a DTS package is scheduled to run at a specific time of day, is it done through the use of a stored procedure or a job?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My DTS package runs normally, but hangs when run as a SQL Job</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/my-dts-package-runs-normally-but-hangs-when-run-as-a-sql-job/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/my-dts-package-runs-normally-but-hangs-when-run-as-a-sql-job/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:01:47 +0000</pubDate>
		<dc:creator>Dring57</dc:creator>
				<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[DTS Local Package]]></category>
		<category><![CDATA[DTS package]]></category>
		<category><![CDATA[Job scheduling]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Jobs]]></category>
		<category><![CDATA[SQL Server 2003]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I&#8217;m trying to run an Ms Access .mbd file through a MS SQL 2003 Server. The package runs normally and works when I start the job, but simply hangs when I run the package as a a scheduled job. I&#8217;ve designed a DTS local package as follows: &#8216;********************************************************************** &#8216; Visual Basic ActiveX Script &#8216;************************************************************************ [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to run an Ms Access .mbd file through a MS SQL 2003 Server. The package runs normally and works when I start the job, but simply hangs when I run the package as a a scheduled job. I&#8217;ve designed a DTS local package as follows:<br />
&#8216;**********************************************************************<br />
&#8216; Visual Basic ActiveX Script<br />
&#8216;************************************************************************<br />
I<br />
Function ConvertIssue3()<br />
Dim objDB<br />
Set objDB = CreateObject(&#8220;Access.Application&#8221;)<br />
objDB.OpenCurrentDatabase(&#8220;H:\dep\Convert\Convert.mdb&#8221;)<br />
objDB.Run &#8220;ConvertIssueSlips&#8221;<br />
objDB.CloseCurrentDatabase<br />
objDB.Quit<br />
ConvertIssue3 = DTSTaskExecResult_Success<br />
End Function</p>
<p>Originally I thought it might be a security issue, but when I change ownership of the job to a user without admin privileges, the job simply fails, where if I make sure the owner is an admin, the job hangs. In the package I changed clicked both boxes in the work flow properties tab: Use ActiveX script and Execute on main package thread. I&#8217;ve tried just about every combination of these options, and I still have the hang problem.</p>
<p>Does anyone have any idea what might be going wrong. I&#8217;ve searched the internet for a while and have yet to come up with a solution. If not, does anyone know of a different way to run the Ms Access file? Any advice will help. Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/my-dts-package-runs-normally-but-hangs-when-run-as-a-sql-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating DTS package for Linked Server database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-dts-package-for-linkesd-server-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-dts-package-for-linkesd-server-database/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 03:53:33 +0000</pubDate>
		<dc:creator>TaraKeshwari</dc:creator>
				<category><![CDATA[DTS Import/Export Wizard]]></category>
		<category><![CDATA[DTS package]]></category>
		<category><![CDATA[Linked Server database]]></category>
		<category><![CDATA[Linked servers]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[There is a linked server database for which packages are to be created using DTS wizard. Please can anybody help me by telling how to create packages. Thanks]]></description>
				<content:encoded><![CDATA[<p>There is a linked server database for which packages are to be created using DTS wizard. Please can anybody help me by telling how to create packages. Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-dts-package-for-linkesd-server-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.022 seconds using memcached
Object Caching 534/583 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 01:10:32 -->