<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ssisreportingpack Issue Tracker Rss Feed</title><link>http://ssisreportingpack.codeplex.com/workitem/list/basic</link><description>ssisreportingpack Issue Tracker Rss Description</description><item><title>Commented Issue: most recent failed execution failed [24155]</title><link>http://ssisreportingpack.codeplex.com/workitem/24155</link><description>I built 8 ssis reporting pack connected on different 8 servers.&lt;br /&gt;On 2 servers, the report &amp;#34;most recent failed execution&amp;#34; never end.&lt;br /&gt;I applied the corrections of indexing &amp;#91;internal&amp;#93;.&amp;#91;event_message_context&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;executable_statistics&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;operation_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;event_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;execution_component_phases&amp;#93; and modified the procedure &amp;#91;internal&amp;#93;.&amp;#91;append_execution_component_phases&amp;#93; with SET TRANSACTION ISOLATION LEVEL SERIALIZABLE.&lt;br /&gt;&lt;br /&gt;I have about 2 M rows in event_messages, operation_messages and event_message_context&lt;br /&gt;Comments: ** Comment from web user: jamiet ** &lt;p&gt;Hi,&lt;br&gt;That report does indeed suffer from performance issues and you will undoubtedly hit those issues with 2m rows in [catalog].[event_messages]. I wish that were not the case and I apologise that it is. I am in the process of making changes to sort it out but I don't expect those changes to be completed in the foreseeable future (life tends to get in the way I'm afraid).&lt;/p&gt;&lt;p&gt;Jamie&lt;/p&gt;</description><author>jamiet</author><pubDate>Tue, 09 Apr 2013 13:36:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: most recent failed execution failed [24155] 20130409013645P</guid></item><item><title>Created Issue: most recent failed execution failed [24155]</title><link>http://ssisreportingpack.codeplex.com/workitem/24155</link><description>I built 8 ssis reporting pack connected on different 8 servers.&lt;br /&gt;On 2 servers, the report &amp;#34;most recent failed execution&amp;#34; never end.&lt;br /&gt;I applied the corrections of indexing &amp;#91;internal&amp;#93;.&amp;#91;event_message_context&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;executable_statistics&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;operation_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;event_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;execution_component_phases&amp;#93; and modified the procedure &amp;#91;internal&amp;#93;.&amp;#91;append_execution_component_phases&amp;#93; with SET TRANSACTION ISOLATION LEVEL SERIALIZABLE.&lt;br /&gt;&lt;br /&gt;I have about 2 M rows in event_messages, operation_messages and event_message_context&lt;br /&gt;</description><author>yann_nguyen</author><pubDate>Tue, 09 Apr 2013 13:10:28 GMT</pubDate><guid isPermaLink="false">Created Issue: most recent failed execution failed [24155] 20130409011028P</guid></item><item><title>Created Issue: sp_ssiscatalog feature: show duration of leaf level executables [23721]</title><link>http://ssisreportingpack.codeplex.com/workitem/23721</link><description>Often you don&amp;#39;t want to know how long containers, only the actual tasks themselves. Build something into sp_ssiscatalog that enables one to see this.&lt;br /&gt;&lt;br /&gt;this should help&amp;#58;&lt;br /&gt;select&amp;#9;e.executable_name,duration_in_minutes&amp;#61;execution_duration&amp;#47;1000&amp;#47;60,duration_in_seconds&amp;#61;execution_duration&amp;#47;1000,execution_duration,execution_path&lt;br /&gt;from&amp;#9;ssisdb.catalog.executable_statistics es&lt;br /&gt;inner join ssisdb.catalog.executables e&amp;#9;&amp;#9;&amp;#9;on&amp;#9;es.executable_id&amp;#9;&amp;#61;&amp;#9;e.executable_id&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;and&amp;#9;es.execution_id&amp;#9;&amp;#9;&amp;#61;&amp;#9;e.execution_id&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;and&amp;#9;e.executable_name&amp;#9;&amp;#61;&amp;#9;reverse&amp;#40;left&amp;#40;reverse&amp;#40;execution_path&amp;#41;, charindex&amp;#40;&amp;#39;&amp;#92;&amp;#39;, reverse&amp;#40;execution_path&amp;#41;&amp;#41; -1&amp;#41;&amp;#41;&lt;br /&gt;--order by execution_id desc&lt;br /&gt;where&amp;#9;es.execution_id &amp;#61; 10438&lt;br /&gt;&amp;#9;and&amp;#9;execution_path like &amp;#39;&amp;#92;Root&amp;#92;ETLJobStageOrders&amp;#126;&amp;#91;8&amp;#126;&amp;#93;&amp;#92;PKG Thread 0&amp;#92;ThreadController&amp;#92;ETLJob Stages&amp;#126;&amp;#91;1&amp;#126;&amp;#93;&amp;#92;PKG Exec Stage&amp;#92;Main Actuals&amp;#92;SEQC Main Actuals&amp;#92;FELC Loop over TargetLoadDates&amp;#126;&amp;#91;7&amp;#126;9&amp;#93;&amp;#37;&amp;#39; escape &amp;#39;&amp;#126;&amp;#39;--&lt;br /&gt;order by execution_duration desc&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 19 Dec 2012 12:48:54 GMT</pubDate><guid isPermaLink="false">Created Issue: sp_ssiscatalog feature: show duration of leaf level executables [23721] 20121219124854P</guid></item><item><title>Commented Issue: Inconsistent Behavior in Links to reports using an Expression [21451]</title><link>http://ssisreportingpack.codeplex.com/workitem/21451</link><description>When I preview the reports in BIDS 2010, the links from dashboard.rdl to other reports works fine.  When I deploy the project to a Denali CTP3&amp;#47;SP 2010 SP1 integrated report server instance, any text boxes that are using an expression to determine the report spcified in the text box action genereate an error that the rdl file can&amp;#39;t be found.&lt;br /&gt;&lt;br /&gt;The item &amp;#39;http&amp;#58;&amp;#47;&amp;#47;denalictp3&amp;#47;SSISReportingPack&amp;#47;Execution&amp;#39; cannot be found. ---&amp;#62; Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException&amp;#58; The item &amp;#39;http&amp;#58;&amp;#47;&amp;#47;denalictp3&amp;#47;SSISReportingPack&amp;#47;Execution&amp;#39; cannot be found. &lt;br /&gt;&lt;br /&gt;I can work around this by adding .rdl to the report name specified in the action expression &amp;#40;screenshot attached&amp;#41;, redeploy and it works fine in SharePoint.  However, I cannot use the links is VS 2010 preview any more unless I remove the .rdl extension&lt;br /&gt;&lt;br /&gt;BTW, Overall I really like this&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: jamiet ** &lt;p&gt;Hmmm, thanks Drewsky. Have you tried this on the RTM release and if so, does it still occur&amp;#63;&lt;/p&gt;&lt;p&gt;It sounds like something I would have noticed straightaway if it were happening to me. Don&amp;#39;t worry, tho, I won&amp;#39;t be closing the issue.&lt;/p&gt;</description><author>jamiet</author><pubDate>Thu, 16 Aug 2012 12:00:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Inconsistent Behavior in Links to reports using an Expression [21451] 20120816120016P</guid></item><item><title>Closed Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814]</title><link>http://ssisreportingpack.codeplex.com/workitem/22814</link><description>When previewing the SSRS project in SSDT, it came up with the following error&amp;#58; &lt;br /&gt;&amp;#34;Could not find file &amp;#39;C&amp;#58;&amp;#92;SSIS Reporting Pack&amp;#92;TwelveMonthExecutionSummary.rsd&amp;#39;&amp;#34;&lt;br /&gt;&lt;br /&gt;This can be fixed by renaming the file name from &amp;#34;TwelveMonthExectionSummary.rsd&amp;#34; to &amp;#34;TwelveMonthExecutionSummary.rsd&amp;#34;&lt;br /&gt;&lt;br /&gt;See attached screenshots.&lt;br /&gt;Comments: &lt;p&gt;fixed.&lt;/p&gt;</description><author>jamiet</author><pubDate>Thu, 16 Aug 2012 11:57:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814] 20120816115751A</guid></item><item><title>Commented Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814]</title><link>http://ssisreportingpack.codeplex.com/workitem/22814</link><description>When previewing the SSRS project in SSDT, it came up with the following error&amp;#58; &lt;br /&gt;&amp;#34;Could not find file &amp;#39;C&amp;#58;&amp;#92;SSIS Reporting Pack&amp;#92;TwelveMonthExecutionSummary.rsd&amp;#39;&amp;#34;&lt;br /&gt;&lt;br /&gt;This can be fixed by renaming the file name from &amp;#34;TwelveMonthExectionSummary.rsd&amp;#34; to &amp;#34;TwelveMonthExecutionSummary.rsd&amp;#34;&lt;br /&gt;&lt;br /&gt;See attached screenshots.&lt;br /&gt;Comments: ** Comment from web user: jamiet ** &lt;p&gt;OK, fixed and a new, modified, .msi is now available.&lt;/p&gt;</description><author>jamiet</author><pubDate>Sun, 27 May 2012 09:02:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814] 20120527090240A</guid></item><item><title>Commented Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814]</title><link>http://ssisreportingpack.codeplex.com/workitem/22814</link><description>When previewing the SSRS project in SSDT, it came up with the following error&amp;#58; &lt;br /&gt;&amp;#34;Could not find file &amp;#39;C&amp;#58;&amp;#92;SSIS Reporting Pack&amp;#92;TwelveMonthExecutionSummary.rsd&amp;#39;&amp;#34;&lt;br /&gt;&lt;br /&gt;This can be fixed by renaming the file name from &amp;#34;TwelveMonthExectionSummary.rsd&amp;#34; to &amp;#34;TwelveMonthExecutionSummary.rsd&amp;#34;&lt;br /&gt;&lt;br /&gt;See attached screenshots.&lt;br /&gt;Comments: ** Comment from web user: jamiet ** &lt;p&gt;Damn, I thought I had fixed that. Thank you very much Julie.&lt;/p&gt;</description><author>jamiet</author><pubDate>Sun, 27 May 2012 08:45:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814] 20120527084538A</guid></item><item><title>Created Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814]</title><link>http://ssisreportingpack.codeplex.com/workitem/22814</link><description>When previewing the SSRS project in SSDT, it came up with the following error&amp;#58; &lt;br /&gt;&amp;#34;Could not find file &amp;#39;C&amp;#58;&amp;#92;SSIS Reporting Pack&amp;#92;TwelveMonthExecutionSummary.rsd&amp;#39;&amp;#34;&lt;br /&gt;&lt;br /&gt;This can be fixed by renaming the file name from &amp;#34;TwelveMonthExectionSummary.rsd&amp;#34; to &amp;#34;TwelveMonthExecutionSummary.rsd&amp;#34;&lt;br /&gt;&lt;br /&gt;See attached screenshots.&lt;br /&gt;</description><author>mssqlgirl</author><pubDate>Thu, 24 May 2012 06:02:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Error TwelveMonthExecutionSummary.rsd is not found [22814] 20120524060247A</guid></item><item><title>Created Issue: Execution report too slow [22777]</title><link>http://ssisreportingpack.codeplex.com/workitem/22777</link><description>In an example a &amp;#34;select &amp;#42; from exec_stats_recursed&amp;#34; &amp;#40;where exec_stats_recursed is a CTE in the query that drives this report&amp;#41; took 8mins to return &amp;#126;4000rows and was still going. It also brought my workstation to its knees &amp;#40;4 CPUs all at 100&amp;#37;&amp;#41;.&lt;br /&gt;&lt;br /&gt;For reference&amp;#58;&lt;br /&gt;select &amp;#42; from exec_stats - 9252 rows in 4seconds&lt;br /&gt;select &amp;#42; from generated_executables - 4533 rows in 5seconds&lt;br /&gt;select &amp;#42; from anchor - 4535 rows in 5seconds&lt;br /&gt;select &amp;#42; from exec_stats_recursed - &amp;#126;4000rows in 8minutes at which point I killed it&lt;br /&gt;&lt;br /&gt;Clearly this query can&amp;#39;t handle big data volumes. This was an extreme case because a ForEach Loop had 4520 iterations but still - this is not good.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 16 May 2012 10:11:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Execution report too slow [22777] 20120516101123A</guid></item><item><title>Created Issue: Bug: parent of a loop iteration is not correctly being calculated as the loop container [22491]</title><link>http://ssisreportingpack.codeplex.com/workitem/22491</link><description>In &amp;#34;execution executale duration.dtsx&amp;#34; we have the following query&amp;#58;&lt;br /&gt;WITH &amp;#91;exec_stats&amp;#93; AS &amp;#40;&lt;br /&gt;SELECT em.&amp;#91;execution_path&amp;#93;,SUBSTRING&amp;#40;em.&amp;#91;execution_path&amp;#93;,1,LEN&amp;#40;em.&amp;#91;execution_path&amp;#93;&amp;#41; - CHARINDEX&amp;#40;&amp;#39;&amp;#92;&amp;#39;,REVERSE&amp;#40;em.&amp;#91;execution_path&amp;#93;&amp;#41;,1&amp;#41;&amp;#41; AS &amp;#91;parent_execution_path&amp;#93;&lt;br /&gt;FROM &amp;#40; SELECT distinct em.&amp;#91;operation_id&amp;#93;,em.&amp;#91;execution_path&amp;#93; FROM &amp;#91;catalog&amp;#93;.&amp;#91;event_messages&amp;#93; em WHERE em.&amp;#91;operation_id&amp;#93; &amp;#61; &amp;#64;ExecutionId&lt;br /&gt;UNION&lt;br /&gt;SELECT es.&amp;#91;execution_id&amp;#93;,es.&amp;#91;execution_path&amp;#93; FROM &amp;#91;catalog&amp;#93;.&amp;#91;executable_statistics&amp;#93; es WHERE es.&amp;#91;execution_id&amp;#93; &amp;#61; &amp;#64;ExecutionId&lt;br /&gt;&amp;#41; em&lt;br /&gt;&amp;#41;&lt;br /&gt;select &amp;#42; from exec_stats&lt;br /&gt;Problem is that this creates the problem seen in attached &amp;#34;exec_stats_results.PNG&amp;#34; - the parent of &amp;#92;Root&amp;#92;ETLJobStageOrders&amp;#91;2&amp;#93; is incorrectly returned as &amp;#92;Root. The data that causes this a warning message in event_messages that is attributed to the loop iteration &amp;#40;e.g. &amp;#34;ETLJobStageOrders&amp;#58;Warning&amp;#58; SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.&amp;#160; The Execution method succeeded, but the number of errors raised &amp;#40;1&amp;#41; reached the maximum allowed &amp;#40;1&amp;#41;&amp;#59; resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.&amp;#34;&amp;#41;&lt;br /&gt;That error message is returned by&amp;#58;&lt;br /&gt;select message,execution_path &lt;br /&gt;from catalog.event_messages &lt;br /&gt;where operation_id &amp;#61; &amp;#64;ExecutionId and execution_path &amp;#61; &amp;#39;&amp;#92;Root&amp;#92;ETLJobStageOrders&amp;#91;2&amp;#93;&amp;#39;&lt;br /&gt;In short, we are incorrectly calculating the parent of a loop iteration when that loop iteration appears in catalog.event_messages.execution_path. This creates the situation that you can see in attached report screenshot &amp;#160;&amp;#34;erroneous_execution_duration_report.png&amp;#34; where a loop iteration incorrectly appears as the child of the root.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 11 Apr 2012 14:02:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug: parent of a loop iteration is not correctly being calculated as the loop container [22491] 20120411020257P</guid></item><item><title>Created Issue: Inconsistent Behavior in Links to reports using an Expression [21451]</title><link>http://ssisreportingpack.codeplex.com/workitem/21451</link><description>When I preview the reports in BIDS 2010, the links from dashboard.rdl to other reports works fine.  When I deploy the project to a Denali CTP3&amp;#47;SP 2010 SP1 integrated report server instance, any text boxes that are using an expression to determine the report spcified in the text box action genereate an error that the rdl file can&amp;#39;t be found.&lt;br /&gt;&lt;br /&gt;The item &amp;#39;http&amp;#58;&amp;#47;&amp;#47;denalictp3&amp;#47;SSISReportingPack&amp;#47;Execution&amp;#39; cannot be found. ---&amp;#62; Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException&amp;#58; The item &amp;#39;http&amp;#58;&amp;#47;&amp;#47;denalictp3&amp;#47;SSISReportingPack&amp;#47;Execution&amp;#39; cannot be found. &lt;br /&gt;&lt;br /&gt;I can work around this by adding .rdl to the report name specified in the action expression &amp;#40;screenshot attached&amp;#41;, redeploy and it works fine in SharePoint.  However, I cannot use the links is VS 2010 preview any more unless I remove the .rdl extension&lt;br /&gt;&lt;br /&gt;BTW, Overall I really like this&amp;#33;&lt;br /&gt;</description><author>DrewskyJones</author><pubDate>Tue, 06 Sep 2011 18:59:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Inconsistent Behavior in Links to reports using an Expression [21451] 20110906065907P</guid></item><item><title>Created Issue: "Dataflow" and "Dataflow outputs" should contain package &amp; dataflow name in breadcrumbs [21359]</title><link>http://ssisreportingpack.codeplex.com/workitem/21359</link><description>&amp;#34;Dataflow&amp;#34; and &amp;#34;Dataflow outputs&amp;#34; should contain package &amp;#38; dataflow name in breadcrumbs. Currently only goes down to folder name.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 17 Aug 2011 21:30:11 GMT</pubDate><guid isPermaLink="false">Created Issue: "Dataflow" and "Dataflow outputs" should contain package &amp; dataflow name in breadcrumbs [21359] 20110817093011P</guid></item><item><title>Created Issue: Clickthrough from "folder" report to "executions" report resulted in error [21358]</title><link>http://ssisreportingpack.codeplex.com/workitem/21358</link><description>An attempt was made to set a report parameter &amp;#39;Status&amp;#39; that is not defined in this report. &amp;#40;rsUnknownReportParameter&amp;#41; &lt;br /&gt;Specifically, I clicked on the link in the &amp;#34;executions&amp;#34; column&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 17 Aug 2011 21:20:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Clickthrough from "folder" report to "executions" report resulted in error [21358] 20110817092009P</guid></item><item><title>Created Issue: "Last 5 executions" on dashboard- tooltip should show logging level [21357]</title><link>http://ssisreportingpack.codeplex.com/workitem/21357</link><description>&amp;#34;Last 5 executions&amp;#34; on dashboard- tooltip should show logging level. Thus easy to show difference verbose logging can make.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 17 Aug 2011 20:52:47 GMT</pubDate><guid isPermaLink="false">Created Issue: "Last 5 executions" on dashboard- tooltip should show logging level [21357] 20110817085247P</guid></item><item><title>Created Issue: "Last 5 executions" on dashboard should show currently executing executions [21356]</title><link>http://ssisreportingpack.codeplex.com/workitem/21356</link><description>&amp;#34;Last 5 executions&amp;#34; on dashboard should show currently executing executions. It doesn&amp;#39;t currently.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 17 Aug 2011 20:52:01 GMT</pubDate><guid isPermaLink="false">Created Issue: "Last 5 executions" on dashboard should show currently executing executions [21356] 20110817085201P</guid></item><item><title>Created Issue: Provide dataflow and/or component throughput. [21238]</title><link>http://ssisreportingpack.codeplex.com/workitem/21238</link><description>This maybe should reflect active time &amp;#38; wall clock time.&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 27 Jul 2011 08:34:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Provide dataflow and/or component throughput. [21238] 20110727083429A</guid></item><item><title>Closed Issue: Change doc links to bit.ly links [19723]</title><link>http://ssisreportingpack.codeplex.com/workitem/19723</link><description>&lt;br /&gt;Comments: Resolved with changeset 57224.</description><author>jamiet</author><pubDate>Sun, 16 Jan 2011 23:22:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: Change doc links to bit.ly links [19723] 20110116112206P</guid></item><item><title>Created Issue: Change doc links to bit.ly links [19723]</title><link>http://ssisreportingpack.codeplex.com/workitem/19723</link><description>&lt;br /&gt;</description><author>jamiet</author><pubDate>Sun, 16 Jan 2011 23:18:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Change doc links to bit.ly links [19723] 20110116111809P</guid></item><item><title>Closed Issue: Provide a link to the documentation from the reports [19722]</title><link>http://ssisreportingpack.codeplex.com/workitem/19722</link><description>&lt;br /&gt;Comments: Resolved with changeset 57222.</description><author>jamiet</author><pubDate>Sun, 16 Jan 2011 22:50:13 GMT</pubDate><guid isPermaLink="false">Closed Issue: Provide a link to the documentation from the reports [19722] 20110116105013P</guid></item><item><title>Created Issue: Provide a link to the documentation from the reports [19722]</title><link>http://ssisreportingpack.codeplex.com/workitem/19722</link><description>&lt;br /&gt;</description><author>jamiet</author><pubDate>Sun, 16 Jan 2011 22:41:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Provide a link to the documentation from the reports [19722] 20110116104125P</guid></item></channel></rss>