<?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>Redshift Data Transfer Task Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/tag/redshift-data-transfer-task/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/tag/redshift-data-transfer-task/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Tue, 15 Mar 2016 14:23:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>Redshift Data Transfer Task Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/tag/redshift-data-transfer-task/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to check Amazon S3 Bucket location (Region)</title>
		<link>https://zappysys.com/blog/check-amazon-s3-bucket-location-region/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Tue, 15 Mar 2016 14:17:39 +0000</pubDate>
				<category><![CDATA[S3 (Simple Storage Service)]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[bucket]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[redshift copy]]></category>
		<category><![CDATA[Redshift Data Transfer Task]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<category><![CDATA[ZappyShell]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=409</guid>

					<description><![CDATA[<p>Problem Sometimes if you loading data to Redshift via COPY command or using SSIS Redshift Data Transfer Task to move data to redshift then you will have to make sure your S3 Bucket is in the same region as Redshift Cluster. Many people don&#8217;t know how to verify that because its hidden in the console. This [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/">How to check Amazon S3 Bucket location (Region)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Problem</h2>
<p>Sometimes if you loading data to Redshift via <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html" target="_blank">COPY</a> command or using <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/" target="_blank">SSIS Redshift Data Transfer Task</a> to move data to redshift then you will have to make sure your S3 Bucket is in the same region as Redshift Cluster. Many people don&#8217;t know how to verify that because its hidden in the console. This post will help you to find it easily.</p>
<h2>Find Amazon S3 bucket location (AWS Region endpoint)</h2>
<p>Below is step-by-step instructions how to find S3 Bucket region (i.e. location)</p>
<ol>
<li>Open your AWS Console by visiting <a href="https://console.aws.amazon.com/" target="_blank">https://console.aws.amazon.com/</a></li>
<li>From dashboard click on <strong>S3</strong> option (or visit <a href="https://console.aws.amazon.com/s3/home" target="_blank">https://console.aws.amazon.com/s3/home</a> )</li>
<li>You will see all buckets in the left side list</li>
<li>Click on desired S3 bucket name</li>
<li>Click on Properties Tab at the top</li>
<li>Now you will see <strong>Region</strong> for the selected bucket along with many other properties.</li>
</ol>
<p>Sometimes You may see US Standard as region name that means your bucket is located in US East (N. Virginia)</p>
<p>If you want to know Region Code rather than name check this link : <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region" target="_blank">Region Endpoints for Amazon S3 </a></p>
<div id="attachment_410" style="width: 592px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-410" class="size-full wp-image-410" src="//zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png" alt="How to find amazon s3 bucket location (AWS region endpoint)" width="582" height="272" srcset="https://zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png 582w, https://zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws-300x140.png 300w" sizes="(max-width: 582px) 100vw, 582px" /></a><p id="caption-attachment-410" class="wp-caption-text">How to find amazon s3 bucket location (AWS region endpoint)</p></div>
<h2>Download/Upload data to S3 bucket via Command line</h2>
<p>If you want to automate S3 file download/upload then check <a href="//zappysys.com/products/zappyshell/" target="_blank">this command line tool</a></p>
<h3>ZappyShell Command line tools for Amazon S3</h3>
<p><img decoding="async" title="ZappyShell Command line tools for Amazon S3" src="//zappysys.com/onlinehelp/zappyshell/scr/images/zappyshell-for-aws-command-line-tools.png" alt="Command line tools for Amazon S3" /></p>
<p>&nbsp;</p>
<h3>Upload local files to Amazon S3 from command line</h3>
<p><img decoding="async" title="Upload local files to Amazon S3 from command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-upload-files.png" alt="Upload local files to Amazon S3 from command line" /></p>
<p>&nbsp;</p>
<h3>List S3 buckets using command line</h3>
<p><img decoding="async" title="List S3 buckets using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-bucket.png" alt="List S3 buckets using command line" /></p>
<p>&nbsp;</p>
<h3>List S3 file information using command line</h3>
<p><img decoding="async" title="List S3 file information using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-information.png" alt="List S3 file information using command line" /></p>
<p>&nbsp;</p>
<h3>List S3 files using command line</h3>
<p><img decoding="async" title="List S3 files using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-s3-files.png" alt="List S3 files using command line" /></p>
<h2>Download/Upload data to S3 bucket from SSIS</h2>
<a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FtlW7lpJoWEg%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<h2>Load data to Amazon Redshift using S3 Bucket and COPY command</h2>
<p>Below video shows how to use S3 bucket to perform bulk data load into Amazon Redshift using <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/" target="_blank">SSIS Redshift Data Transfer Task</a><br />
<a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2F5S_p0fNn6a8%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<h2>Conclusion</h2>
<p>Amazon S3 provides most common way to store/load data for various AWS related services (e.g. EMR, Redshift). Zappysys is one of the top leading providers who make tools for AWS, NoSQL and other Cloud connectivity providers. Check <a href="//zappysys.com/products/ssis-powerpack/" target="_blank">SSIS PowerPack</a> (For SSIS) or <a href="//zappysys.com/products/zappyshell/" target="_blank">ZappyShell Command line for AWS</a> if you want command line solution. ZappyShell is just single exe file does all heavy lifting for you 🙂</p>
<p>Cheers!</p>
<p>The post <a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/">How to check Amazon S3 Bucket location (Region)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fix Redshift Copy ERROR: XX000: Mandatory url is not present in manifest file</title>
		<link>https://zappysys.com/blog/fix-redshift-copy-error-xx000-mandatory-url-is-not-present-in-manifest-file/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Fri, 22 Jan 2016 19:56:55 +0000</pubDate>
				<category><![CDATA[Redshift]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[Redshift Data Transfer Task]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=328</guid>

					<description><![CDATA[<p>If you are doing data transfer using SSIS Redshift Data Transfer task and if you receive following error then most likely you have not specified folder in your target location. Error: An error occurred with the following error message: "ERROR: XX000: Mandatory url is not present in manifest file.". Solution: To fix this error change [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/fix-redshift-copy-error-xx000-mandatory-url-is-not-present-in-manifest-file/">Fix Redshift Copy ERROR: XX000: Mandatory url is not present in manifest file</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are doing data transfer using <a href="https://zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/">SSIS Redshift Data Transfer task</a><br />
 and if you receive following error then most likely you have not specified folder in your target location.</p>
<p><code><br />
Error: An error occurred with the following error message: "ERROR: XX000: Mandatory url is not present in manifest file.".<br />
</code><br />
<strong>Solution:</strong> To fix this error change target folder location (On Target tab -> Staging Area Panel -> Stage folder) such a way so it includes bucket and some folder name after that too. </p>
<p>Invalid Path: mybucket/<br />
Valid Path: mybucket/somefolder</p>
<div id="attachment_329" style="width: 271px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/01/redshift-error-xx000-mandatory-url-is-not-present-in-manifest-file.png"><img decoding="async" aria-describedby="caption-attachment-329" src="//zappysys.com/blog/wp-content/uploads/2016/01/redshift-error-xx000-mandatory-url-is-not-present-in-manifest-file.png" alt="How to fix Redshift Copy Error for SSIS Redshift Data Transfer task: &quot;ERROR: XX000: Mandatory url is not present in manifest file.&quot;." width="261" height="448" class="size-full wp-image-329" srcset="https://zappysys.com/blog/wp-content/uploads/2016/01/redshift-error-xx000-mandatory-url-is-not-present-in-manifest-file.png 261w, https://zappysys.com/blog/wp-content/uploads/2016/01/redshift-error-xx000-mandatory-url-is-not-present-in-manifest-file-175x300.png 175w" sizes="(max-width: 261px) 100vw, 261px" /></a><p id="caption-attachment-329" class="wp-caption-text">How to fix Redshift Copy Error for SSIS Redshift Data Transfer task: &#8220;ERROR: XX000: Mandatory url is not present in manifest file.&#8221;.<br /></p></div>
<p>The post <a href="https://zappysys.com/blog/fix-redshift-copy-error-xx000-mandatory-url-is-not-present-in-manifest-file/">Fix Redshift Copy ERROR: XX000: Mandatory url is not present in manifest file</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to setup Amazon Redshift Cluster in few clicks</title>
		<link>https://zappysys.com/blog/how-to-setup-amazon-redshift-cluster-for-outside-data-access/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 14:47:38 +0000</pubDate>
				<category><![CDATA[AWS (Amazon Web Services)]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Redshift]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[Redshift Data Transfer Task]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=169</guid>

					<description><![CDATA[<p>Introduction In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules so you can access Redshift Cluster from outside of AWS Network (e.g. from your corporate network or your home). By default Redshift Cluster cannot be access from outside [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/how-to-setup-amazon-redshift-cluster-for-outside-data-access/">How to setup Amazon Redshift Cluster in few clicks</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p>In this article you will learn <em>how to Setup Amazon Redshift Cluster</em> in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules so you can access Redshift Cluster from outside of AWS Network (e.g. from your corporate network or your home). By default Redshift Cluster cannot be access from outside of your AWS Virtual Network (referred as VPC &#8211; Virtual Private Cloud)</p>
<p>Once Redshift Cluster is setup you can follow <a href="//zappysys.com/posts/sql-server-to-redshift-data-load-using-ssis/">these steps to Load data into Redshift</a> (Using <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/">SSIS Redshift Data Transfer Task</a> or <a href="//zappysys.com/products/zappyshell/amazon-redshift-command-line-tools/">Command line for Redshift</a>)</p>
<h2>What is Amazon Redshift</h2>
<p><em>Amazon Redshift</em> is a fully managed, petabyte-scale <em>data warehouse</em> service in the <em>cloud</em>. You can start with just a few hundred gigabytes of data and scale to a petabyte or more. This enables you to use your data to acquire new insights for your business and customers.</p>
<p>The first step to create a data warehouse is to launch a set of nodes, called an <em>Amazon Redshift cluster</em>. After you provision your cluster, you can upload your data set and then perform data analysis queries. Regardless of the size of the data set, Amazon Redshift offers fast query performance using the same SQL-based tools and business intelligence applications that you use today.</p>
<h2><span id="Setup_your_Amazon_Redshift_Cluster">Setup Amazon Redshift Cluster</span></h2>
<div>
<p><em>NOTE: Skip this step if you already setup you Redshift Cluster</em></p>
<ol>
<li>Login to your AWS Console and Click on Redshift icon. Or <a href="https://console.aws.amazon.com/redshift/home" target="_blank"><span style="color: #248cc8;">click here</span></a> to land directly to redshift</li>
<li>Click on Launch Cluster</li>
<li>On Cluster Detail Page specify Cluster Identifier, Database Name, Port, Master User and Password. Click Continue to go to next page
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-1-create-database.png"><img loading="lazy" decoding="async" title="Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-1-create-database.png" alt="Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password" width="381" height="365" /></a></p>
<p class="wp-caption-text">Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password</p>
</div>
</li>
<li>On Node Configuration Page specify Node Type (This is VM Type), Cluster Type and Number of Node. If you are trying under Free Tire then select smallest Node possible (in this case it was dw2.large). Click Continue to go to next page
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-2-specify-node-type.png"><img loading="lazy" decoding="async" title="Configure Redshift Node Type and Cluster Type" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-2-specify-node-type.png" alt="Configure Redshift Node Type and Cluster Type" width="386" height="366" /></a></p>
<p class="wp-caption-text">Configure Redshift Node Type and Cluster Type</p>
</div>
</li>
<li>On Additional Configuration Page you can pick VPC (virtual private connection), Security group for Cluster and other options for Encryption. For demo purpose select as below screenshot . Click Continue to review your settings and click Create Cluster
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-3-configuration.png"><img loading="lazy" decoding="async" title="Configure Redshift Cluster Encryption, VPC and Additional Detail" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-3-configuration.png" alt="Configure Redshift Cluster Encryption, VPC and Additional Detail" width="545" height="452" /></a></p>
<p class="wp-caption-text">Configure Redshift Cluster Encryption, VPC and Additional Detail</p>
</div>
</li>
<li>Give it few mins while your cluster is being created. After few minutes (5-10 mins) you can go back to same page and review cluster Status and other properties as below. Copy Cluster Endpoint to somewhere because we will need it later.
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-6-properties.png"><img loading="lazy" decoding="async" title="Check Redshift Cluster Status , Endpoint and Other Properties" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-6-properties.png" alt="Check Redshift Cluster Status , Endpoint and Other Properties" width="526" height="337" /></a></p>
<p class="wp-caption-text">Check Redshift Cluster Status , Endpoint and Other Properties</p>
</div>
</li>
</ol>
</div>
<h2><span id="Add_inbound_rule_for_Redshift_Cluster">Add inbound rule for Redshift Cluster</span></h2>
<div><em>NOTE: Skip this step if you have already added your IP to inbound exclusion rule.</em><br />
By default you cannot connect to Amazon Redshift cluster from outside AWS Network (e.g. from your On-Premises Machine). If you wish to connect then you must add inbound exception rule to allow your request to redshift cluster on specific port.</div>
<div>
<p>To add create new inbound rule perform following steps</p>
<ol>
<li>Under Redshift home page click [Security] tab. You may see following Notice depending on which region you are. Click on [Go to the EC2 Console] link or you can direct go to EC2 by clicking Services -&gt; EC2 menu at the top
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-7-security-groups.png"><img loading="lazy" decoding="async" title="Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-7-security-groups.png" alt="Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection" width="502" height="218" /></a></p>
<p class="wp-caption-text">Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection</p>
</div>
</li>
<li>On EC2 Security Groups Page select Security group attached with your Redshift Cluster and then in the bottom pane click on Inbound Tab
<div class="wp-caption alignnone">
<p><a href="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-9-security-group-inbound-rule.png"><img loading="lazy" decoding="async" title="Security Group Screen - Add or Edit Inbound Firewall Rule to allow Local Connection" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/amazon-redshift-datatransfer-task/amazon-redshift-cluster-setup-9-security-group-inbound-rule.png" alt="Security Group Screen - Add or Edit Inbound Firewall Rule to allow Local Connection" width="662" height="394" /></a></p>
<p class="wp-caption-text">Security Group Screen – Add or Edit Inbound Firewall Rule to allow Local Connection</p>
</div>
</li>
<li>On Inbound Tab click Edit option to modify default entry or you can add new Rule. Notice how IP Range is specified.. 0.0.0.0/0 means all IP. If you wish to add range then you have to set something like this&#8230; 50.34.234.10/250  .. this will cover 50.34.234.10 to 50.34.234.250 IP range. Make sure your port range covers Port you specified for Redshift cluster.</li>
<li>Click on Add rule if you wish to add new entry else edit as below and click save</li>
</ol>
</div>
<h2>Automate Redshift Cluster Creation</h2>
<p>If you have need to automate Redshift Cluster Creation or any of the following things automatically then check <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-cluster-management-task/">Redshift Cluster management Task</a></p>
<ul>
<li>Automate Amazon Redshift Cluster Create Action in few clicks. You can also add Access Security Rule.</li>
<li>Automate Amazon Redshift Cluster Delete Action</li>
<li>Fetch Amazon Redshift Cluster Property to SSIS Variable (e.g. Fetch Cluster Status)</li>
<li>Fetch all cluster and their properties as DataTable (Use ForEach Loop and iterate through all clusters)</li>
<li>Automate Redshift Cluster Snapshot Creation</li>
<li>Automate Redshift Cluster Snapshot Delete Action</li>
<li>Support for Wait until Cluster operation is done</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/how-to-setup-amazon-redshift-cluster-for-outside-data-access/">How to setup Amazon Redshift Cluster in few clicks</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
