﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Integration Services / Data Warehousing  / Error on package not sure how to find 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, 22 May 2013 17:15:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Error on package not sure how to find error</title><link>http://www.sqlservercentral.com/Forums/Topic1366812-364-1.aspx</link><description>Thanks</description><pubDate>Wed, 03 Oct 2012 09:06:22 GMT</pubDate><dc:creator>SQL_Kills</dc:creator></item><item><title>RE: Error on package not sure how to find error</title><link>http://www.sqlservercentral.com/Forums/Topic1366812-364-1.aspx</link><description>It is failing because of truncation.  Try changing (DT_STR,100,"1252") to (DT_STR,150,"1252")</description><pubDate>Tue, 02 Oct 2012 06:56:49 GMT</pubDate><dc:creator>Daniel Bowlin</dc:creator></item><item><title>Error on package not sure how to find error</title><link>http://www.sqlservercentral.com/Forums/Topic1366812-364-1.aspx</link><description>Hi,One of my packages is failing and not sure why?What is the best way to find out what is causing this to fail? I believe it is a issue to do with a added new column ("newPath" is the new column name) in on the Derived Column componentnewPath(DT_STR,100,"1252")LOWER(SUBSTRING(columnA,1,FINDSTRING(columnA,"/",2) == 0 ? 0 : FINDSTRING(columnA,"/",2) - 1))Error Message:MessageExecuted as user: SCH\SQL_Serv. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  01:02:00  Error: 2012-10-01 01:02:08.17     Code: 0xC020902A     Source: Create agg from Stage Derived Column [180]     Description: The "component "Derived Column" (180)" failed because truncation occurred, and the truncation row disposition on "output column "newPath" (532)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.  End Error  Error: 2012-10-01 01:02:08.17     Code: 0xC0047022     Source: Create agg from Stage SSIS.Pipeline     Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Derived Column" (180) failed with error code 0xC020902A while processing input "Derived Column Input" (181). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.  End Error  Error: 2012-10-01 01:02:08.17     Code: 0xC02020C4     Source: Create agg from Stage Staged iisLogsStage [2438]     Description: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.  End Error  Error: 2012-10-01 01:02:08.17     Code: 0xC0047022     Source: Create agg from Stage SSIS.Pipeline     Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Union All users and companies" (856) failed with error code 0xC0047020 while processing input "Union All Input 2" (1050). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.  End Error  Error: 2012-10-01 01:02:08.17     Code: 0xC0047038     Source: Create agg from Stage SSIS.Pipeline     Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "Staged iisLogsStage" (2438) returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  01:02:00  Finished: 01:02:08  Elapsed:  7.894 seconds.  The package execution failed.  The step failed.</description><pubDate>Mon, 01 Oct 2012 16:03:31 GMT</pubDate><dc:creator>SQL_Kills</dc:creator></item></channel></rss>