<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLSrvAnalysisSrvcs Forum Rss Feed</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/Thread/List.aspx</link><description>SQLSrvAnalysisSrvcs Forum Rss Description</description><item><title>New Post: Question about using ASTrace service against a tabular instance/model...</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/437856</link><description>&lt;div style="line-height: normal;"&gt;I would use ASTrace and make sure you use a .tdf which just requests the minimum events and columns you need. I think you're going down the right path.&lt;br /&gt;
&lt;/div&gt;</description><author>furmangg</author><pubDate>Wed, 27 Mar 2013 02:59:31 GMT</pubDate><guid isPermaLink="false">New Post: Question about using ASTrace service against a tabular instance/model... 20130327025931A</guid></item><item><title>New Post: Question about using ASTrace service against a tabular instance/model...</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/437856</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply!&lt;br /&gt;
&lt;br /&gt;
So if I wanted what is essentially the trace profiler info (what query ran when and by whom), logged to a database for usage statistics collection purposes, what would you recommend?&lt;br /&gt;
&lt;br /&gt;
thanks again,&lt;br /&gt;
sff&lt;br /&gt;
&lt;/div&gt;</description><author>sherifffruitfly</author><pubDate>Tue, 26 Mar 2013 17:02:54 GMT</pubDate><guid isPermaLink="false">New Post: Question about using ASTrace service against a tabular instance/model... 20130326050254P</guid></item><item><title>New Post: Question about using ASTrace service against a tabular instance/model...</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/437856</link><description>&lt;div style="line-height: normal;"&gt;I'm not sure if you can open what's saved to ASTraceTable in Profiler. The goal is just logging it to a SQL table without Profiler being the tool that's logging to the SQL table, since there's a cost for that GUI being open.&lt;br /&gt;
&lt;br /&gt;
Generally people use ASTrace to log important trace events to a table. For example, you can log the Query Begin event and capture the MDX queries that are being executed.&lt;br /&gt;
&lt;br /&gt;
To interpret it, I would either run a Profiler trace simultaneously and then compare ASTrace and Profiler to interpret what the numbers in ASTraceTable mean. Or you could also look at the following file (slightly different path depending on your version and instance name) to figure out what EventClass and EventSubclass mean:&lt;br /&gt;
C:\Program Files\Microsoft SQL Server\MSAS11.TABULAR\OLAP\bin\Resources\1033\tracedefinition110.xml&lt;br /&gt;
&lt;/div&gt;</description><author>furmangg</author><pubDate>Mon, 25 Mar 2013 14:09:16 GMT</pubDate><guid isPermaLink="false">New Post: Question about using ASTrace service against a tabular instance/model... 20130325020916P</guid></item><item><title>New Post: Question about using ASTrace service against a tabular instance/model...</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/437856</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I think I've got this installed and running correctly. When I browse my a tabular model in ssms, every field I drag onto the query pane results in a new row added to the ASTraceTable table.&lt;br /&gt;
&lt;br /&gt;
But the columns in ASTraceTable aren't human-readable, by contrast with what I see when I run SQL Profiler.&lt;br /&gt;
&lt;br /&gt;
The events and associated data mentioned in the ASTrace documentation, like QueryEnd, with its query text and so on, I see those in SQL Profiler trace. But in ASTraceTable, all I see are columns like EventClass, EventSubclass, IntegerData, and so on.&lt;br /&gt;
&lt;br /&gt;
So my question is: how do I transform the data in the ASTraceTable into the more human readable version that SQL Profiler provides? What am I missing?&lt;br /&gt;
&lt;br /&gt;
Thanks much,&lt;br /&gt;
sff&lt;br /&gt;
&lt;/div&gt;</description><author>sherifffruitfly</author><pubDate>Mon, 25 Mar 2013 08:34:44 GMT</pubDate><guid isPermaLink="false">New Post: Question about using ASTrace service against a tabular instance/model... 20130325083444A</guid></item><item><title>New Post: load_SSAS_trace_data.dtsx</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/249017</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Even Iam facing the issue, Is this package is also compataible for ASTRACE Files in 2012. Because Iam getting the similar error when Iam running the package&lt;/p&gt;
&lt;p&gt;SCR READ TRACE DATA keep on failing with an error on the script task . Any clues on what can be causing this&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Management.Trace.TraceReader.get_FieldCount()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at SC_0517b9a45b4f4b3c9c86c11dd9fa4f27.vbproj.ScriptMain.CreateNewOutputRows()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at SC_0517b9a45b4f4b3c9c86c11dd9fa4f27.vbproj.UserComponent.PrimeOutput(Int32 Outputs, Int32[] OutputIDs, PipelineBuffer[] Buffers)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.PrimeOutput(Int32 outputs, Int32[] outputIDs&lt;/p&gt;&lt;/div&gt;</description><author>SoumyaSamprathi</author><pubDate>Fri, 05 Oct 2012 12:46:49 GMT</pubDate><guid isPermaLink="false">New Post: load_SSAS_trace_data.dtsx 20121005124649P</guid></item><item><title>New Post: load_SSAS_trace_data.dtsx</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/249017</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks -&lt;/p&gt;
&lt;p&gt;Also run into same problem in W7x64 SSAS 2008R2 on localhost&lt;/p&gt;
&lt;p&gt;ps imho woth mentionning in Docs - that shopuld be run under 32 bit&lt;/p&gt;
&lt;p&gt;not 64 bit&lt;/p&gt;&lt;/div&gt;</description><author>FedorFFF</author><pubDate>Thu, 10 May 2012 11:48:03 GMT</pubDate><guid isPermaLink="false">New Post: load_SSAS_trace_data.dtsx 20120510114803A</guid></item><item><title>New Post: Error encountering while stopping data Collection</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/286250</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Finally I have get rid off the final error also by "re-configuring" MDW database.&lt;/p&gt;
&lt;p&gt;But now no error is occuring but after stopping "mdw.workload_runs" table is showing empty?&lt;/p&gt;
&lt;p&gt;any idea?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ashik(scornik)&lt;/p&gt;&lt;/div&gt;</description><author>scornik</author><pubDate>Mon, 16 Jan 2012 08:21:31 GMT</pubDate><guid isPermaLink="false">New Post: Error encountering while stopping data Collection 20120116082131A</guid></item><item><title>New Post: Error encountering while stopping data Collection</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/286250</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was able to get rid of 'SSASServerSSASInstanceName' scripting variable not defined.﻿"﻿﻿ refencing from "&amp;gt;http://sqlsrvanalysissrvcs.codeplex.com/workitem/14885".&lt;/p&gt;
&lt;p&gt;But still stuck in "Msg 208, Level 16, State 1, Server DACW0072\SQL2K8R2, Line 2&lt;br /&gt;Invalid object name 'MDW.snapshots.performance_counters'." error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ashik(scornik)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>scornik</author><pubDate>Mon, 16 Jan 2012 07:38:45 GMT</pubDate><guid isPermaLink="false">New Post: Error encountering while stopping data Collection 20120116073845A</guid></item><item><title>New Post: Error encountering while stopping data Collection</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/286250</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I found the root cause of the above problem: I hadn't enabled "Data Collection" and after enabling the above error goes away.&lt;/p&gt;
&lt;p&gt;But, while stopping the collection I am encountering the following error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: auto;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://picasaweb.google.com/lh/photo/zVNhUP_1hALNSgtmREO6mTK5KJd8Z6rJexFq6XGWmyk?feat=embedwebsite"&gt;&lt;img src="https://lh4.googleusercontent.com/-cvncqw7y7DU/TxPNvBZwXSI/AAAAAAAAAKk/N-2-ud6JmS4/s144/3.PNG" alt="" width="129" height="144" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;"&gt;From &lt;a href="https://picasaweb.google.com/gutiashik/SSAS_perf?authuser=0&amp;amp;authkey=Gv1sRgCO_6nuPxyL_rGg&amp;amp;feat=embedwebsite"&gt;SSAS_perf&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any one have any idea?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;scornik&lt;/p&gt;&lt;/div&gt;</description><author>scornik</author><pubDate>Mon, 16 Jan 2012 07:13:02 GMT</pubDate><guid isPermaLink="false">New Post: Error encountering while stopping data Collection 20120116071302A</guid></item><item><title>New Post: Error encountering while stopping data Collection</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/286250</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am getting the following errors while stopping the data collection:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width:194px"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center" style="height:194px"&gt;
&lt;p&gt;&lt;a href="https://picasaweb.google.com/gutiashik/SSAS_perf?authuser=0&amp;authkey=Gv1sRgCO_6nuPxyL_rGg&amp;feat=embedwebsite"&gt;&lt;img src="https://lh6.googleusercontent.com/-DuF4sYwGYXQ/TxO6FKi_K4E/AAAAAAAAAJ8/Y-POEm-pY-4/s160-c/SSAS_perf.jpg" alt="" width="160" height="160" style="margin:1px 0 0 4px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:center; font-family:arial,sans-serif; font-size:11px"&gt;&lt;a href="https://picasaweb.google.com/gutiashik/SSAS_perf?authuser=0&amp;authkey=Gv1sRgCO_6nuPxyL_rGg&amp;feat=embedwebsite" style="color:#4d4d4d; font-weight:bold; text-decoration:none"&gt;SSAS_perf&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After that If I try to start the data collection the following message appears:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width:auto"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://picasaweb.google.com/lh/photo/MjYu4WJpXDUwcqpHY_frOTK5KJd8Z6rJexFq6XGWmyk?feat=embedwebsite"&gt;&lt;img src="https://lh6.googleusercontent.com/-1NK3KhJaCdY/TxO7mpKEGBI/AAAAAAAAAKQ/g0EZD8uqeww/s144/1.PNG" alt="" width="128" height="144"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="font-family:arial,sans-serif; font-size:11px; text-align:right"&gt;
&lt;p&gt;From &lt;a href="https://picasaweb.google.com/gutiashik/SSAS_perf?authuser=0&amp;authkey=Gv1sRgCO_6nuPxyL_rGg&amp;feat=embedwebsite"&gt;
SSAS_perf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you help me out, what am I doing wrong? I am analyzing SSAS on same server.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ashik(scornik)&lt;/p&gt;
&lt;/div&gt;</description><author>scornik</author><pubDate>Mon, 16 Jan 2012 05:56:37 GMT</pubDate><guid isPermaLink="false">New Post: Error encountering while stopping data Collection 20120116055637A</guid></item><item><title>New Post: ResMon Cube is empty</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/284338</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Glad you found a workaround that works for you. I have definitely seen the problem you mention before.&lt;/p&gt;
&lt;p&gt;I believe the object activity DMV just shows activity since the last time the SSAS service started.&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Thu, 29 Dec 2011 16:13:53 GMT</pubDate><guid isPermaLink="false">New Post: ResMon Cube is empty 20111229041353P</guid></item><item><title>New Post: ResMon Cube is empty</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/284338</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I found the problem - the connection between the dims and the MeasureGroup are based on the processing-time "minute-wise". Perhaps because there are may cubes in my server, the different object dimension take more than a minute to process. Let's say the processing start at 14:26 - &amp;nbsp;the dimensino key contains an object with the 14:26 key, but the MG runs 2 minutes later so the same object in the MG has the key of 14:28, and they don't match. I chaged the connection to be "hour-wise" and it fixed the issue ( as long as I don't start the process at 14:59 :).&lt;/p&gt;
&lt;p&gt;BTW - does the object activity DMV contain data for each object since its creation? (i.e- the number of agg. hits is the total number an&amp;nbsp; aggregation was hit since the object was created?)&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;</description><author>tomerdg</author><pubDate>Thu, 29 Dec 2011 11:59:22 GMT</pubDate><guid isPermaLink="false">New Post: ResMon Cube is empty 20111229115922A</guid></item><item><title>New Post: ResMon Cube is empty</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/284338</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm not sure what could be the problem. Feel free to post an issue under the issue tracker and attach the XMLA script for your modified cube.&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Wed, 28 Dec 2011 16:51:36 GMT</pubDate><guid isPermaLink="false">New Post: ResMon Cube is empty 20111228045136P</guid></item><item><title>New Post: ResMon Cube is empty</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/284338</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First of all - thanks for creating this cube. It really seems like a good solution for monitoring the SSAS server.&lt;/p&gt;
&lt;p&gt;I created the ResMon cube on my server.&amp;nbsp; I processed it a few times (some of the times using the ProcessResMon.xmla), but when I browse the cube there's no data. All the measure groups partitions are indeed empty (estimated size 0), although rows do
 return when I run the DMV queries. The dimensions do have members and the Sessions cube is filled with data as well.&lt;/p&gt;
&lt;p&gt;I should mention that I changed the solution a little bit - since the MemoryObject dim wouldn't process due to duplicate key error, I added the &amp;#65279;OBJECT_TIME_CREATED to its key. ( I figured that even if this causes a problem it should be limited to the memory-usage
 measureGroup).&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Tomer&lt;/p&gt;
&lt;/div&gt;</description><author>tomerdg</author><pubDate>Wed, 28 Dec 2011 10:00:58 GMT</pubDate><guid isPermaLink="false">New Post: ResMon Cube is empty 20111228100058A</guid></item><item><title>New Post: Analysis Trace Data?</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/273131</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I believe Start_Collection.cmd is going to call Start_SSAS_Server_Trace.xmla which will begin logging trace events to a file. Then you'll need to run Load_SSAS_trace_data.dtsx to load the .trc files into SQL server for the reports to see them. But all this is documented in that word doc you mentioned.&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Sat, 24 Sep 2011 14:24:21 GMT</pubDate><guid isPermaLink="false">New Post: Analysis Trace Data? 20110924022421P</guid></item><item><title>New Post: Analysis Trace Data?</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/273131</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;As per your word doc "A Solution for Collecting Analysis Service Performance Data for Performance Analysis.docx" As shown below.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;'Using the Sample Reports to Query the Collected Data' on page-9 as state below.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You could also use these reports to compare a specified time period with a baseline. We have also used these reports to analyze an Analysis Services profiler traces sent to us by customers to determine the worst performing queries and to quickly identify the types of problems that the data reveals are the source of the problem for the poorly performing queries.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>aaditya2000</author><pubDate>Thu, 22 Sep 2011 22:40:18 GMT</pubDate><guid isPermaLink="false">New Post: Analysis Trace Data? 20110922104018P</guid></item><item><title>New Post: Analysis Trace Data?</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/273131</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Can you elaborate? Which doc are you referring to? What type of information is your customer expecting to see?&lt;/p&gt;
&lt;p&gt;There are a number of samples inside this "SSAS Community Samples" project on CodePlex. Which are you referring to?&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Tue, 20 Sep 2011 20:58:40 GMT</pubDate><guid isPermaLink="false">New Post: Analysis Trace Data? 20110920085840P</guid></item><item><title>New Post: Analysis Trace Data?</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/273131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;hello:&lt;/p&gt;
&lt;p&gt;In your doc you mentioned that you have used this report for traces collected for your customer.&lt;/p&gt;
&lt;p&gt;My question is, if do profiler traces for Analysis Server, then how i can use your report to display results for this trace.&lt;/p&gt;
&lt;p&gt;Any sample about how to modify &amp;amp; use for new traces is greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanking in advance.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;/div&gt;</description><author>aaditya2000</author><pubDate>Mon, 19 Sep 2011 22:55:37 GMT</pubDate><guid isPermaLink="false">New Post: Analysis Trace Data? 20110919105537P</guid></item><item><title>New Post: load_SSAS_trace_data.dtsx</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/249017</link><description>&lt;div style="line-height: normal;"&gt;I figured out the problem, I had to run the package under 32 bit debug mode to make it work
&lt;br&gt;
&lt;br&gt;
Thanks for your help !&lt;br&gt;
&lt;br&gt;
&lt;hr id="x_x_stopSpelling"&gt;
From: [email removed]&lt;br&gt;
To: [email removed]&lt;br&gt;
Date: Fri, 11 Mar 2011 08:39:27 -0800&lt;br&gt;
Subject: Re: load_SSAS_trace_data.dtsx [SQLSrvAnalysisSrvcs:249017]&lt;br&gt;
&lt;br&gt;
From: furmangg&lt;br&gt;
&lt;div id="x_x_ecxThreadNotificationPostBody"&gt;I took at look at this and my guess is that the red line is throwing an error, but the catch statement just absorbs the error so you don't see it. I would add a breakpoint inside the catch and then step through the
 code to see what error you're getting. Maybe sTraceFileName isn't pointing to a valid trace file or something? Or maybe that trace file is still being written to? My guess is that the exception you're seeing from your post above is from the line I highlighted
 in blue... so maybe the code above it didn't work as expected.&lt;br&gt;
&lt;br&gt;
Dim issuccess As Boolean = True&lt;br&gt;
Try&lt;br&gt;
' Open the trace file as a reader&lt;br&gt;
&lt;span style="color:rgb(255,0,0)"&gt;myTraceFile.InitializeAsReader(Me.Variables.sTraceFileName)&lt;/span&gt;&lt;br&gt;
Catch goof As Exception&lt;br&gt;
System.Diagnostics.Trace.WriteLine(goof.InnerException)&lt;br&gt;
issuccess = False&lt;br&gt;
End Try&lt;br&gt;
&lt;br&gt;
Dim numfields As Integer = 0&lt;br&gt;
If &lt;span style="color:rgb(0,0,255)"&gt;myTraceFile.FieldCount &lt;/span&gt;&amp;gt;= 1 Then&lt;br&gt;
numfields = myTraceFile.FieldCount&lt;br&gt;
Else&lt;br&gt;
numfields = 17&lt;br&gt;
End If&lt;br&gt;
&lt;/div&gt;
&lt;div id="x_x_ecxThreadNotificationFooter"&gt;Read the &lt;a target="_blank"&gt;full discussion online&lt;/a&gt;.&lt;br&gt;
To add a post to this discussion, reply to this email (&lt;a target="_blank"&gt;SQLSrvAnalysisSrvcs@discussions.codeplex.com&lt;/a&gt;)&lt;br&gt;
To start a new discussion for this project, email &lt;a target="_blank"&gt;SQLSrvAnalysisSrvcs@discussions.codeplex.com&lt;/a&gt;&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a target="_blank"&gt;unsubscribe&lt;/a&gt; on CodePlex.com.&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>piyer20</author><pubDate>Tue, 15 Mar 2011 14:19:16 GMT</pubDate><guid isPermaLink="false">New Post: load_SSAS_trace_data.dtsx 20110315021916P</guid></item><item><title>New Post: load_SSAS_trace_data.dtsx</title><link>http://sqlsrvanalysissrvcs.codeplex.com/discussions/249017</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Oops. You can't put a breakpoint on a script component (i.e. a script in the data flow). So maybe just change the code to just throw the error instead of catching it temporarily.&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Fri, 11 Mar 2011 16:40:14 GMT</pubDate><guid isPermaLink="false">New Post: load_SSAS_trace_data.dtsx 20110311044014P</guid></item></channel></rss>