<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLSrvAnalysisSrvcs Work Item Rss Feed</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/List.aspx</link><description>SQLSrvAnalysisSrvcs Work Item Rss Description</description><item><title>Commented Issue: Few Links referenced in the document are outdated [15452]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/15452</link><description>Please fix the links referenced in the document, those are outdated.&lt;br /&gt;&lt;br /&gt;SSAS Load Testing Best Practices&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sqlsrvanalysissrvcs.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;3505&amp;#63;ProjectName&amp;#61;sqlsrvanalysissrvcs&lt;br /&gt;&lt;br /&gt;SSAS Load Testing Best Practices &lt;br /&gt;documentation, 1527K, uploaded Jul 12 2007 - 1539 downloads &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sqlsrvanalysissrvcs.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;3505&amp;#35;DownloadId&amp;#61;15642&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;How did you get to that link&amp;#63; That&amp;#39;s a very old release. You&amp;#39;ll want to use the latest release which can always be found at&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sqlsrvanalysissrvcs.codeplex.com&amp;#47;releases&lt;/p&gt;</description><author>furmangg</author><pubDate>Thu, 03 Mar 2011 04:49:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Few Links referenced in the document are outdated [15452] 20110303044907A</guid></item><item><title>Created Issue: Few Links referenced in the document are outdated [15452]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/15452</link><description>Please fix the links referenced in the document, those are outdated.&lt;br /&gt;</description><author>vansree</author><pubDate>Wed, 02 Mar 2011 23:20:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Few Links referenced in the document are outdated [15452] 20110302112023P</guid></item><item><title>Commented Issue: Report CountersDataPoints - grafic tables doesn't fit the frame [14891]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/14891</link><description>see the attachement&amp;#58; all frames around all graphic tables are to small - or all graphic tables are to big for the frames.&lt;br /&gt;Windows 7 Home Premium 64 bit, SQL Server 2008 R2&amp;#58; it&amp;#39;s a new installation on a new windows.&lt;br /&gt;I have the same effect in MSIE and on firefox &amp;#40;firefox mode and IE mode&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Germo ** &lt;p&gt;it is a bug in SQL Server 2008 R2 when you use 96 DPI&amp;#58;  https&amp;#58;&amp;#47;&amp;#47;connect.microsoft.com&amp;#47;SQLServer&amp;#47;feedback&amp;#47;details&amp;#47;577159&amp;#47;ssrs-2008-r2-chart-data-visualization-shows-cropped-on-browser&amp;#63;wa&amp;#61;wsignin1.0&lt;/p&gt;</description><author>Germo</author><pubDate>Wed, 15 Dec 2010 17:45:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Report CountersDataPoints - grafic tables doesn't fit the frame [14891] 20101215054529P</guid></item><item><title>Created Issue: Report CountersDataPoints - grafic tables doesn't fit the frame [14891]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/14891</link><description>see the attachement&amp;#58; all frames around all graphic tables are to small - or all graphic tables are to big for the frames.&lt;br /&gt;Windows 7 Home Premium 64 bit, SQL Server 2008 R2&amp;#58; it&amp;#39;s a new installation on a new windows.&lt;br /&gt;I have the same effect in MSIE and on firefox &amp;#40;firefox mode and IE mode&amp;#41;&lt;br /&gt;</description><author>Germo</author><pubDate>Wed, 15 Dec 2010 13:13:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Report CountersDataPoints - grafic tables doesn't fit the frame [14891] 20101215011310P</guid></item><item><title>Created Issue: wrong target database in [ssas].[populate_olap_query_log_table] [14886]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/14886</link><description>in the documentation you write&amp;#58;&lt;br /&gt;1.&amp;#9;Create_Table_SSAS_OLAPQueryLog.sql &amp;#8211; This Transact-SQL script creates the OLAPQueryLog table in the MDW_Control database on the MDWDataCollectionServer.&lt;br /&gt;2.&amp;#9;Populate_OLAP_Query_Log.sql &amp;#8211; This Transact-SQL script creates the Populate_OLAP_Query_Log_Table stored procedure in the MDW_Control database on the MDWDataCollectionServer. &lt;br /&gt;&lt;br /&gt;You write about MDW_Control database, but in the &amp;#91;ssas&amp;#93;.&amp;#91;populate_olap_query_log_table&amp;#93; is only a parameter for the mdw database&amp;#58; &lt;br /&gt;&amp;#64;mdw_database_name nvarchar&amp;#40;128&amp;#41; &amp;#61; null&lt;br /&gt;&lt;br /&gt;This is OK - but the code for inserting has&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#9;INSERT INTO &amp;#39; &amp;#43; &amp;#64;mdw_database_name &amp;#43; &amp;#39;.&amp;#91;ssas&amp;#93;.&amp;#91;OlapQueryLog&amp;#93;&lt;br /&gt;&lt;br /&gt;and this is wrong, because the &amp;#91;ssas&amp;#93;.&amp;#91;OlapQueryLog&amp;#93; is not in &amp;#64;mdw_database_name but in the current database &amp;#40;for example mdw_control&amp;#41;&lt;br /&gt;the above line shoud be changed to&lt;br /&gt;&amp;#9;INSERT INTO &amp;#91;ssas&amp;#93;.&amp;#91;OlapQueryLog&amp;#93;&lt;br /&gt;</description><author>Germo</author><pubDate>Tue, 14 Dec 2010 20:48:09 GMT</pubDate><guid isPermaLink="false">Created Issue: wrong target database in [ssas].[populate_olap_query_log_table] [14886] 20101214084809P</guid></item><item><title>Created Issue: wrong variable SSASServerSSASInstanceName in Execute_MDW_Load_Perfmon_Counter_Config_Table_SP.sql [14885]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/14885</link><description>There is an error in Execute_MDW_Load_Perfmon_Counter_Config_Table_SP.sql&lt;br /&gt;&lt;br /&gt;USE MDW_Control&lt;br /&gt;GO&lt;br /&gt;EXEC &amp;#91;mdw&amp;#93;.&amp;#91;load_perfmon_counter_config_table&amp;#93;&lt;br /&gt;&amp;#9;&amp;#64;mdw_database_name &amp;#61; &amp;#39;MDW&amp;#39;&lt;br /&gt;&amp;#9;, &amp;#64;Include_Counter &amp;#61; &amp;#39;Y&amp;#39;&lt;br /&gt;&amp;#9;, &amp;#64;instance_name_filter &amp;#61; &amp;#39;&amp;#36;&amp;#40;SSASServerSSASInstanceName&amp;#41;&amp;#39;&lt;br /&gt;go&lt;br /&gt;&lt;br /&gt;--SSASServerSSASInstance should be used but not SSASServerSSASInstanceName&lt;br /&gt;</description><author>Germo</author><pubDate>Tue, 14 Dec 2010 20:24:06 GMT</pubDate><guid isPermaLink="false">Created Issue: wrong variable SSASServerSSASInstanceName in Execute_MDW_Load_Perfmon_Counter_Config_Table_SP.sql [14885] 20101214082406P</guid></item><item><title>Created Issue: Bug in ASQueryGen [14041]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/workitem/14041</link><description>there is a small bug in TupleDictionary.cs, line 235 where it says&lt;br /&gt;&lt;br /&gt;string mdx &amp;#61; &amp;#34;with member &amp;#91;measures&amp;#93;.&amp;#91;__TESTTEST__&amp;#93; as &amp;#39;null&amp;#39; select &amp;#34; &amp;#43; queryTokenDefinition &amp;#43; &amp;#34; on 0 from &amp;#91;&amp;#34; &amp;#43; cube &amp;#43; &amp;#34;&amp;#93; where &amp;#91;measures&amp;#93;.&amp;#91;__TESTTEST__&amp;#93;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;The problem with it is that it prevents ASQueryGen to generate random members on the measures &amp;#34;axis&amp;#34;.&lt;br /&gt;&lt;br /&gt;If the line is changed to&lt;br /&gt;&lt;br /&gt;string mdx &amp;#61; String.Format&amp;#40;&amp;#34;select &amp;#123;0&amp;#125; on 0, null on 1 from &amp;#91;&amp;#123;1&amp;#125;&amp;#93;&amp;#34;, queryTokenDefinition, cube&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;it can also create random measure sets &amp;#40;and still does not query data&amp;#59; what I guess you wanted to do by using the WITH MEMBER ... term&amp;#41;.&lt;br /&gt;</description><author>carlrabeler</author><pubDate>Wed, 18 Aug 2010 17:48:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug in ASQueryGen [14041] 20100818054807P</guid></item><item><title>Created Issue: ASCMD.exe for SSAS 2008 [12272]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=12272</link><description>I think there is a bug in the Command Line sample utility provided with SQL Server 2008 for running xmla commands against the SSAS instance. We have used the similar utility for SQL Server 2005 to run a XMLA command without any issues. But when I tried to do the same with the utility provided as a sample with SQL Server 2008, I ran into issues. Having debugged it, I narrowed the problem. There is a provision in the utility to run multiple xmla commands separated by &amp;#8220;GO&amp;#8221;. The 2005 utility regex looked for exact characters &amp;#8216;GO&amp;#8221; to create batches, however 2008 utility regex looks for any characters that end with &amp;#8220;GO&amp;#8221; characters. Therefore our XMLA was being incorrectly parsed into batches by occurrences of captions containing &amp;#8220;go&amp;#8221;. E.g &amp;#60;Caption&amp;#62;C&amp;#243;digo de pago&amp;#60;&amp;#47;Caption&amp;#62;. &lt;br /&gt;Once I changed the regex from&lt;br /&gt;const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#42;go&amp;#92;s&amp;#34;&amp;#59;&lt;br /&gt;TO&lt;br /&gt;const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;go&amp;#92;s&amp;#34;&amp;#59; &lt;br /&gt;&lt;br /&gt;The utility now can execute the xmla correctly.&lt;br /&gt;</description><author>viraj</author><pubDate>Thu, 25 Mar 2010 16:06:26 GMT</pubDate><guid isPermaLink="false">Created Issue: ASCMD.exe for SSAS 2008 [12272] 20100325040626P</guid></item><item><title>Created Issue: ssas.SSASCleanBatch looks to have bug. [10929]</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=10929</link><description>ssas.SSASCleanBatch procedure has where criteria as P_BatchID &amp;#60;&amp;#61; &amp;#64;BatchID in order to get rid of all the old batches. Should not that be P_BatchID &amp;#60; &amp;#64;BatchID&amp;#63;&lt;br /&gt;</description><author>opoudel</author><pubDate>Thu, 12 Nov 2009 16:45:12 GMT</pubDate><guid isPermaLink="false">Created Issue: ssas.SSASCleanBatch looks to have bug. [10929] 20091112044512P</guid></item><item><title>Closed Issue: Unable to use ASTrace in 64 Bit machine</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=10484</link><description>I tried to build ASTrace targetting x86 cpu and deployed into 64bit server. I cant get to start the service. It always fails with following message. &lt;br /&gt;8&amp;#47;19&amp;#47;2009 10&amp;#58;28&amp;#58;54 PM&amp;#58;  Error&amp;#58; Microsoft.SqlServer.Management.Trace.SqlTraceException&amp;#58; Failed to initialize object as reader. ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0x8004021A&amp;#41;&lt;br /&gt;   at &amp;#63;A0x8159d01c.ProcessError&amp;#40;Int32 hr, UInt16&amp;#42; lpszMessage&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceControllerBase.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceObjectsRowsetController.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   at ASTrace.Trace.OnStart&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&lt;br /&gt;I have already applied the sugesstions given in the other thread related to this issue. &lt;br /&gt;&lt;br /&gt;Please let me know what else needs to be done.&lt;br /&gt;Comments: &lt;p&gt;resolved&lt;/p&gt;</description><author>furmangg</author><pubDate>Fri, 21 Aug 2009 16:13:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Unable to use ASTrace in 64 Bit machine 20090821041328P</guid></item><item><title>Commented Issue: Unable to use ASTrace in 64 Bit machine</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=10484</link><description>I tried to build ASTrace targetting x86 cpu and deployed into 64bit server. I cant get to start the service. It always fails with following message. &lt;br /&gt;8&amp;#47;19&amp;#47;2009 10&amp;#58;28&amp;#58;54 PM&amp;#58;  Error&amp;#58; Microsoft.SqlServer.Management.Trace.SqlTraceException&amp;#58; Failed to initialize object as reader. ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0x8004021A&amp;#41;&lt;br /&gt;   at &amp;#63;A0x8159d01c.ProcessError&amp;#40;Int32 hr, UInt16&amp;#42; lpszMessage&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceControllerBase.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceObjectsRowsetController.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   at ASTrace.Trace.OnStart&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&lt;br /&gt;I have already applied the sugesstions given in the other thread related to this issue. &lt;br /&gt;&lt;br /&gt;Please let me know what else needs to be done.&lt;br /&gt;Comments: ** Comment from web user: sambathraj ** &lt;p&gt;Thanks For your reply. I now reinstalled the service and added the registry key. It now worked. &lt;br /&gt;&lt;/p&gt;</description><author>sambathraj</author><pubDate>Fri, 21 Aug 2009 04:31:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to use ASTrace in 64 Bit machine 20090821043104A</guid></item><item><title>Commented Issue: Unable to use ASTrace in 64 Bit machine</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=10484</link><description>I tried to build ASTrace targetting x86 cpu and deployed into 64bit server. I cant get to start the service. It always fails with following message. &lt;br /&gt;8&amp;#47;19&amp;#47;2009 10&amp;#58;28&amp;#58;54 PM&amp;#58;  Error&amp;#58; Microsoft.SqlServer.Management.Trace.SqlTraceException&amp;#58; Failed to initialize object as reader. ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0x8004021A&amp;#41;&lt;br /&gt;   at &amp;#63;A0x8159d01c.ProcessError&amp;#40;Int32 hr, UInt16&amp;#42; lpszMessage&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceControllerBase.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceObjectsRowsetController.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   at ASTrace.Trace.OnStart&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&lt;br /&gt;I have already applied the sugesstions given in the other thread related to this issue. &lt;br /&gt;&lt;br /&gt;Please let me know what else needs to be done.&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;you followed the instructions at http&amp;#58;&amp;#47;&amp;#47;timlaqua.com&amp;#47;2008&amp;#47;11&amp;#47;installing-astraceexe-in-a-64-bit-environment&amp;#47; and it still didn&amp;#39;t work&amp;#63; Works great for me.&lt;/p&gt;</description><author>furmangg</author><pubDate>Thu, 20 Aug 2009 19:58:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to use ASTrace in 64 Bit machine 20090820075804P</guid></item><item><title>Created Issue: Unable to use ASTrace in 64 Bit machine</title><link>http://sqlsrvanalysissrvcs.codeplex.com/WorkItem/View.aspx?WorkItemId=10484</link><description>I tried to build ASTrace targetting x86 cpu and deployed into 64bit server. I cant get to start the service. It always fails with following message. &lt;br /&gt;8&amp;#47;19&amp;#47;2009 10&amp;#58;28&amp;#58;54 PM&amp;#58;  Error&amp;#58; Microsoft.SqlServer.Management.Trace.SqlTraceException&amp;#58; Failed to initialize object as reader. ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0x8004021A&amp;#41;&lt;br /&gt;   at &amp;#63;A0x8159d01c.ProcessError&amp;#40;Int32 hr, UInt16&amp;#42; lpszMessage&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceControllerBase.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.CTraceObjectsRowsetController.InitSource&amp;#40;Boolean bReOpen&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   at ASTrace.Trace.OnStart&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&lt;br /&gt;I have already applied the sugesstions given in the other thread related to this issue. &lt;br /&gt;&lt;br /&gt;Please let me know what else needs to be done.&lt;br /&gt;</description><author>sambathraj</author><pubDate>Thu, 20 Aug 2009 05:36:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to use ASTrace in 64 Bit machine 20090820053647A</guid></item><item><title>Created Issue: ActivityViewer - LoadServerNode uses RegisteredServerName instead of ServerName</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=8784</link><description>In SSMS, if you register a server and name it, then it doesn&amp;#39;t work with activity viewer. You can type in a &amp;#34;Registered Server Name&amp;#34; different from your server name, so example&amp;#58;&lt;br /&gt;&lt;br /&gt;Server Name &amp;#61; ABC123&lt;br /&gt;Registered Server name &amp;#61; MyServer&lt;br /&gt;&lt;br /&gt;ActivityViewer will try to use the Registered Server Name from the RegSrvr.xml in App Data folder. It needs to use the &amp;#60;ServerName&amp;#62; under &amp;#60;ConnectionInformation&amp;#62; instead. A kludegy workaround is this code change in the LoadServerNode&lt;br /&gt;&lt;br /&gt;                   else if &amp;#40;node.Name.Equals&amp;#40;&amp;#34;SERVER&amp;#34;, StringComparison.InvariantCultureIgnoreCase&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string server &amp;#61; node.InnerXml&amp;#59;&lt;br /&gt;                server &amp;#61; server.Substring&amp;#40;server.IndexOf&amp;#40;&amp;#34;&amp;#60;ServerName&amp;#62;&amp;#34;&amp;#41;, server.IndexOf&amp;#40;&amp;#34;&amp;#60;&amp;#47;ServerName&amp;#62;&amp;#34;&amp;#41; - server.IndexOf&amp;#40;&amp;#34;&amp;#60;ServerName&amp;#62;&amp;#34;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                server &amp;#61; server.Replace&amp;#40;&amp;#34;&amp;#60;ServerName&amp;#62;&amp;#34;, &amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                tn &amp;#61; new TreeNode&amp;#40;&lt;br /&gt;                   server,&lt;br /&gt;                    &amp;#40;int&amp;#41;ImageListItems.ServerConnected,&lt;br /&gt;                    &amp;#40;int&amp;#41;ImageListItems.ServerConnected&amp;#41;&amp;#59;&lt;br /&gt;                tn.Tag &amp;#61; AppNodeType.Server&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;</description><author>ScaleOvenStove</author><pubDate>Fri, 02 Jan 2009 22:28:26 GMT</pubDate><guid isPermaLink="false">Created Issue: ActivityViewer - LoadServerNode uses RegisteredServerName instead of ServerName 20090102102826P</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: tlaqua ** &lt;p&gt;Workaround&amp;#58; http&amp;#58;&amp;#47;&amp;#47;timlaqua.com&amp;#47;2008&amp;#47;11&amp;#47;installing-astraceexe-in-a-64-bit-environment&amp;#47;&lt;/p&gt;</description><author>tlaqua</author><pubDate>Mon, 17 Nov 2008 11:39:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20081117113925A</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: stoicform ** &lt;p&gt;Service started&amp;#33;  Now to test if it is working.  That last step was to shore up the domain authentication by setting the service account to a domain account with rights on the target SSAS and MSSQL servers.&lt;/p&gt;</description><author>stoicform</author><pubDate>Tue, 12 Aug 2008 03:40:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20080812034036A</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: stoicform ** &lt;p&gt;Just noting that I had to manually create a reg key &amp;#40;after reading the code to see what it wanted&amp;#41;.&lt;br /&gt;regedit export&amp;#58;&lt;/p&gt;&lt;p&gt;Windows Registry Editor Version 5.00&lt;/p&gt;&lt;p&gt;&amp;#91;HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;ASTrace&amp;#93;&lt;br /&gt;&amp;#34;path&amp;#34;&amp;#61;&amp;#34;C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;timshea&amp;#92;&amp;#92;work&amp;#92;&amp;#92;ASTrace&amp;#92;&amp;#92;ASTrace&amp;#92;&amp;#92;CS&amp;#92;&amp;#92;ASTrace&amp;#92;&amp;#92;bin&amp;#92;&amp;#92;Debug&amp;#34;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>stoicform</author><pubDate>Tue, 12 Aug 2008 03:39:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20080812033925A</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: stoicform ** &lt;p&gt;Forcing the build target to x86 moved past this error &amp;#40;was set to CPU agnostic in the downloaded sample code&amp;#41;.  pfclt.dll can be found under Program Files &amp;#40;x86&amp;#41; if tools are installed with SQL.  Now onto the next issue..&lt;/p&gt;</description><author>stoicform</author><pubDate>Tue, 12 Aug 2008 03:19:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20080812031955A</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: stoicform ** &lt;p&gt;Found this in MSDN&amp;#58; The log provider for SQL Server Profiler was unable to load pfclnt.dll because it is only supported on 32-bit systems.&lt;/p&gt;</description><author>stoicform</author><pubDate>Tue, 12 Aug 2008 03:07:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20080812030705A</guid></item><item><title>Commented Issue: ASTrace IA64, X64</title><link>http://www.codeplex.com/SQLSrvAnalysisSrvcs/WorkItem/View.aspx?WorkItemId=5895</link><description>Problem reported with AS trace on IA64 and x64 platforms&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows2003 ENT ENU&lt;br /&gt;2.&amp;#12288;DEV ENU 09.00.3033.00&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Build ASTrace.sln.&lt;br /&gt;2. Create a folder named ASTrace under folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#34;&lt;br /&gt;3. Copy the files &amp;#34;ASTrace.exe.config&amp;#34; and &amp;#34;Standard.tdf&amp;#34; from the default sample installed folder &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASTrace&amp;#34; to the folder ASTrace created in step1. The copy ASTrace.exe &amp;#40;The size of this file is 24KB.&amp;#41; from the debug folder to the folder ASTrace created in step1.&lt;br /&gt;4.Open a Visual Studio 2005 Command Prompt, CD to &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;MSSQL.1&amp;#92;ASTrace&amp;#34;.&lt;br /&gt;5.Execute the following command&amp;#58;&lt;br /&gt;InstallUtil.exe ASTrace&lt;br /&gt;6.Keey the properties of ASTrace.exe.config file as default.&lt;br /&gt;7.Open Windows Service Control Manager and navigate to ASTrace, then start it.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.The ASTrace service should be started without error and after that the status ASTrace service displayed in Windows Service Control Manager shoulde be &amp;#34;Started&amp;#34;.&lt;br /&gt;2.Table &amp;#34;ASTraceTable&amp;#34; should be created in database &amp;#34;AdventureWorksDW&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.Failed to start ASTrace service. Warning message provided by Windows Service Control Manager&lt;br /&gt;Comments: ** Comment from web user: stoicform ** &lt;p&gt;I have a perfect repro.  pfclnt.dll does not exist.&lt;br /&gt;Note that I only got this far by manually creating the &amp;#34;path&amp;#34; registry key, which is failing to be created at service install.&lt;/p&gt;&lt;p&gt;8&amp;#47;11&amp;#47;2008 7&amp;#58;46&amp;#58;55 PM&amp;#58;  Service Started in &amp;#39;C&amp;#58;&amp;#92;Users&amp;#92;timshea&amp;#92;work&amp;#92;ASTrace&amp;#92;ASTrace&amp;#92;CS&amp;#92;ASTrace&amp;#92;bin&amp;#92;Debug&amp;#39;&lt;br /&gt;8&amp;#47;11&amp;#47;2008 7&amp;#58;46&amp;#58;55 PM&amp;#58;  Cannot start Analysis Server trace&amp;#58; &lt;br /&gt;8&amp;#47;11&amp;#47;2008 7&amp;#58;46&amp;#58;55 PM&amp;#58;  Analysis Server name&amp;#58; &amp;#39;bi-server-24-lh&amp;#92;ssas2k8&amp;#39;&lt;br /&gt;8&amp;#47;11&amp;#47;2008 7&amp;#58;46&amp;#58;55 PM&amp;#58;  Trace defintion &amp;#58; &amp;#39;C&amp;#58;&amp;#92;Users&amp;#92;timshea&amp;#92;work&amp;#92;ASTrace&amp;#92;ASTrace&amp;#92;CS&amp;#92;ASTrace&amp;#92;bin&amp;#92;Debug&amp;#92;Standard.tdf&amp;#39;&lt;br /&gt;8&amp;#47;11&amp;#47;2008 7&amp;#58;46&amp;#58;55 PM&amp;#58;  Error&amp;#58; Microsoft.SqlServer.Management.Trace.SqlTraceException&amp;#58; Failed to initialize object as reader. ---&amp;#62; System.IO.FileNotFoundException&amp;#58; Could not load file or assembly &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;100&amp;#92;Tools&amp;#92;Binn&amp;#92;pfclnt.dll&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;File name&amp;#58; &amp;#39;file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;100&amp;#92;Tools&amp;#92;Binn&amp;#92;pfclnt.dll&amp;#39;&lt;br /&gt;   at System.Reflection.Assembly._nLoad&amp;#40;AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;#38; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection&amp;#41;&lt;br /&gt;   at System.Reflection.Assembly.InternalLoad&amp;#40;AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp;#38; stackMark, Boolean forIntrospection&amp;#41;&lt;br /&gt;   at System.Reflection.Assembly.LoadFrom&amp;#40;String assemblyFile&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceUtils.CreateInstance&amp;#40;String assemblyRelativePath, String objectClass&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;/p&gt;&lt;p&gt;WRN&amp;#58; Assembly binding logging is turned OFF.&lt;br /&gt;To enable assembly bind failure logging, set the registry value &amp;#91;HKLM&amp;#92;Software&amp;#92;Microsoft&amp;#92;Fusion&amp;#33;EnableLog&amp;#93; &amp;#40;DWORD&amp;#41; to 1.&lt;br /&gt;Note&amp;#58; There is some performance penalty associated with assembly bind failure logging.&lt;br /&gt;To turn this feature off, remove the registry value &amp;#91;HKLM&amp;#92;Software&amp;#92;Microsoft&amp;#92;Fusion&amp;#33;EnableLog&amp;#93;.&lt;/p&gt;&lt;p&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Management.Trace.TraceServer.InitializeAsReader&amp;#40;ConnectionInfoBase serverConnInfo, String profileFileName&amp;#41;&lt;br /&gt;   at ASTrace.Trace.OnStart&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;timshea&amp;#92;work&amp;#92;ASTrace&amp;#92;ASTrace&amp;#92;CS&amp;#92;ASTrace&amp;#92;Service1.cs&amp;#58;line 73&lt;/p&gt;</description><author>stoicform</author><pubDate>Tue, 12 Aug 2008 02:55:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace IA64, X64 20080812025549A</guid></item></channel></rss>